workflows.fit
Back to n8n workflows
n8n templateFreeBy Sankar Battula

Analyze stocks in Warren Buffett style from Telegram with OpenAI and Gmail

This workflow turns a simple Telegram message into a full stock research report inspired by Warren Buffett’s value investing approach. A user sends a ticker symbol such as AAPL, MSFT, or AMZN, and the workflow validat...

CommunicationHITLAILangchainCore NodesTelegram TriggerSetTelegram
Loading interactive preview...

Template notes

This workflow turns a simple Telegram message into a full stock research report inspired by Warren Buffett’s value investing approach. A user sends a ticker symbol such as AAPL, MSFT, or AMZN, and the workflow validates the input, runs AI-powered research, performs discounted cash flow calculations, and sends a polished HTML report to Gmail with a final verdict.

It is designed as a reusable finance analysis template for creators, developers, and automation builders who want to combine Telegram, AI agents, live research, and email delivery in one workflow. Templates in n8n are intended to help users learn, reuse best practices, and quickly adapt a workflow to their own setup, so this version is structured to be easy to follow and reconfigure after import.

What this workflow does - Receives a stock ticker from Telegram and cleans the input before processing.

- Validates the ticker format and stops invalid requests early with a helpful reply.

- Uses an AI agent to generate a Buffett-style investment analysis.

- Uses SerpAPI for live company and market research.

- Uses a calculator tool for DCF and margin-of-safety math.

- Sends the final HTML report to Gmail and confirms completion in Telegram.