Turn Telegram into a stock research assistant. Team members send a ticker or a quick voice note and get a clean chart plus AI commentary back in seconds. A scheduler can also run analyses for a list of tickers stored in Airtable.
Incoming messages from Telegram trigger a flow that handles text and voice. Voice notes are downloaded and transcribed with OpenAI, then passed to an AI agent with short term memory for context. The agent can call a chart tool that builds a TradingView style image through the Chart IMG API, and then sends both the chart and the written analysis back to Telegram. A schedule trigger reads tickers from Airtable, loops through them, and posts regular updates without manual work. A webhook path lets other apps submit tickers too.
Set up needs a Telegram bot token, an OpenAI API key, an Airtable base for tickers, and a Chart IMG API key. Replace the chat ID and map your Airtable fields. Most teams see research prep time drop from half an hour to a few minutes per symbol. Great for daily market notes, investor updates, and quick checks during trading hours.