Skip to content
FlowHubFluxonLab
A
AI Automationfree

Analyze stocks via Telegram with GPT‑4, TwelveData, NewsAPI and chart images

by Jitesh Dugaradapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentHTTP RequestHTTP RequestOpenAIOpenAI Chat ModelOpenAI Chat ModelTelegramTelegram
Share Post Share
Convert to Stock SymbolConvert to Stoc…News Sentiment AnalyzerNews Sentiment …OpenAI Chat ModelOpenAI Chat Mod…AgAI Stock TrackingAI Stock Tracki…HRGet Chart Image for StockGet Chart Image…MeMerge Technical and News DataMerge Technical…AgFinal AI Context BuilderFinal AI Contex…AgStructure Technical DatasetStructure Techn…Telegram Stock Request TriggerTelegram Stock …HRFetch 4H Market DataFetch 4H Market…HRFetch Daily Market DataFetch Daily Mar…HRFetch Weekly Market DataFetch Weekly Ma…MeMerge Multi-Timeframe DataMerge Multi-Tim…HRFetch Stock NewsSend Telegram Analysis ReportSend Telegram A…1234567891011121314151617
1/5
STEPS · 17
Starts on a Telegram event

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 workflow automatically: Converts the company name into a stock symbol Fetches multi-timeframe market data Collects recent stock news Performs AI-powered sentiment analysis Generates a chart image Creates a professional BUY / SELL / HOLD report Sends the final analysis back to Telegram Node-by-Node Explanation 1. Telegram Stock Request Trigger What This Node Does 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. Example Apple Tesla Nvidia 2. Convert to Stock Symbol What This Node Does Uses OpenAI to convert a company name into a valid stock ticker symbol. Example | User Input | AI Output | |---|---| | Apple | AAPL | | Tesla | TSLA | | Microsoft | MSFT | Why This Node Matters Users do not need to know the exact stock ticker symbol. The AI intelligently maps company names into valid trading symbols. 3.

Tags

n8nreference-onlyagentlm-chat-open-aiopen-aitelegram
Connects
AAI AgentWHTTP RequestOpenAIopenaichatmodelOpenAI Chat ModeltelegramTelegram
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes15
AddedMay 12, 2026

Related workflows

See all AI Automation
CWtelegram
free

Create Instagram carousels and TikTok slideshows with OpenAI and PostFast

Quick overview This workflow runs on a Mon/Wed/Fri schedule to generate an Instagram carousel or TikTok slideshow using OpenAI (GPT-4o-mini and gpt-image-1), sends the slides to Telegram for approval, and only then uploads the images and schedules the post via PostFast. How it works Runs every Monday, Wednesday, and Friday at 8am and loads your brand, topics, slide count, platform filter, and Telegram chat ID. Retrieves your connected social accounts from PostFast and keeps only accounts that are connected and match the selected platforms. Uses OpenAI (gpt-4o-mini) to write a carousel as strict JSON containing a caption and slide-by-slide headings, body text, and visual descriptions. Builds per-slide image prompts and uses OpenAI (gpt-image-1) to generate a 1024×1536 portrait image for each slide. Sends the generated slide images to Telegram and waits for you to approve or decline posting. If approved, requests per-account upload URLs from PostFast, uploads each slide image to the provided storage URLs, and schedules one PostFast social post per account with the slides in order and the generated caption. Setup Install and enable the PostFast community node (n8n-nodes-postfast) and

by Petar Georgiev
Agmailopenaichatmodeltextclassifier
free

Suggest meeting slots using AI

The purpose of this n8n workflow is to automate the process of identifying incoming Gmail emails that are requesting an appointment, evaluating their content, checking calendar availability, and then composing and sending a response email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team
AopenaichatmodelserpapigooglesearchS
free

AI agent chat

This workflow employs OpenAI's language models and SerpAPI to create a responsive, intelligent conversational agent. It comes equipped with manual chat triggers and memory buffer capabilities to ensure seamless interactions. To use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team