Block 1 - Convert to Stock Symbol
- Type / Role
- @n8n/n8n-nodes-langchain.openAi - openAi
- Config choices
- Version 2.1
AI Powered Stock Analysis Agent is a Telegram based AI workflow it transforms a simple stock name into a complete trading analysis report. Users send a stock/company name through Telegram, and the ...
@n8n/n8n-nodes-langchain.openai, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, n8n-nodes-base.stickynote, n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.telegramtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceAI-Powered Stock Analysis Agent is a Telegram-based AI workflow it transforms a simple stock name into a complete trading analysis report.
Users send a stock/company name through Telegram, and the workflow automatically:
This is the entry point of the workflow.
It listens for incoming Telegram messages and starts the workflow automatically whenever a user sends a stock/company name.
Apple
Tesla
Nvidia
Uses OpenAI to convert a company name into a valid stock ticker symbol.
| User Input | AI Output |
|---|---|
| Apple | AAPL |
| Tesla | TSLA |
| Microsoft | MSFT |
Users do not need to know the exact stock ticker symbol.
The AI intelligently maps company names into valid trading symbols.
Fetches 4-hour interval market data from the TwelveData API.
Helps analyze:
Retrieves daily stock candle data from TwelveData.
Daily candles help identify:
Fetches weekly timeframe stock data.
Weekly charts help analyze:
Combines:
into one unified dataset.
Organizes all merged technical data into a clean structured object.
Makes it easier for downstream AI nodes to process the technical dataset efficiently.
Fetches recent stock-related news using NewsAPI.
Uses OpenAI to evaluate how recent news may impact the stock price.
Combines:
into one AI-ready context.
Allows the AI agent to analyze both technical and fundamental signals together.
Structures all combined stock intelligence into a clean dataset.
Prepares the final AI context before advanced trading analysis begins.
Acts as the master AI trading analyst.
Sends the final AI-generated stock analysis report back to the Telegram user.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Analyze stocks via Telegram with GPT‐4, TwelveData, NewsAPI and chart images |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Crypto Trading, AI Chatbot |
| Author | Jitesh Dugar |
| Published | 12 May 2026 |
Use the JSON export at /data/workflows/15649/15649.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
AI Powered Stock Analysis Agent is a Telegram based AI workflow it transforms a simple stock name into a complete trading analysis report. Users send a stock/company name through Telegram, and the ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Chatbot use case.