workflows.fit
Back to n8n workflows
n8n templateFreeBy Kevin Meneses

Generate AI stock buy/no-buy signals using GPT‑4.1, Google Sheets and EODHD

What this workflow does This workflow automates end-to-end stock analysis using real market data and AI: - Reads a list of stock tickers from Google Sheets ![image.png](fileId:3859) - Fetches fundamental data (valuati...

Data & StorageProductivityDevelopmentCore NodesAILangchainManual TriggerGoogle Sheets
Loading interactive preview...

Template notes

What this workflow does This workflow automates end-to-end stock analysis using real market data and AI:

- Reads a list of stock tickers from Google Sheets ![image.png](fileId:3859)

- Fetches fundamental data (valuation, growth, profitability) and OHLCV price data from EODHD APIs - Computes key technical indicators (RSI, SMA 20/50/200, volatility, support & resistance) - Uses an AI model to generate: - Buy / Watch / Sell recommendation - Entry price, stop-loss, and take-profit levels - Investment thesis, pros & cons - Fundamental quality score (1–10) - Stores the final structured analysis back into Google Sheets

This creates a repeatable, no-code stock analysis pipeline ready for decision-making or dashboards.

![eodhdouput.png](fileId:3860)

Data source Market data is powered by [EODHD APIs](https://eodhd.com/pricing-special-10?via=kmg&ref1=Meneses)

How to configure this workflow

1. Google Sheets (Input) Create a sheet with a column called: - ticker (e.g. MSFT, AAPL, AMZN)