workflows.fit
Back to n8n workflows
n8n templateFreeBy Kevin Meneses

Send a daily stock movers and news email digest via Google Sheets, EODHD and Gmail

What this workflow does This workflow automatically generates a daily stock market email digest, combining price movements and recent financial news into a clean, actionable report. Instead of manually checking charts...

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

Template notes

What this workflow does

This workflow automatically generates a daily stock market email digest, combining price movements and recent financial news into a clean, actionable report.

Instead of manually checking charts and news every morning, this workflow does it for you.

It combines: - Market data from EODHD APIs - Financial news with sentiment analysis - Smart processing using JavaScript (no raw data overload) βœ‰οΈ Automated email delivery via Gmail

Only relevant insights reach your inbox.

How it works (overview) The workflow runs on a schedule (daily at 7 AM) or manually It reads your stock watchlist from Google Sheets It fetches: Historical price data (last 14 days) Latest news (last 7 days) JavaScript processes the data: Calculates daily % change Filters recent news Assigns sentiment (positive / neutral / negative) A clean HTML email is generated The digest is sent automatically via Gmail

πŸ‘‰ The result: a complete market snapshot in seconds

How to configure it 1. EODHD APIs (Market Data) Add your API key in the βš™οΈ Config node Used for: Price data Financial news Sentiment signals 2. Google Sheets Add your credentials Create a column named ticker Add one stock per row (e.g. AAPL, TSLA, MSFT) 3. Gmail Add your Gmail credentials Set your recipient email 4. Schedule Default: runs daily at 7 AM You can adjust it easily in the Schedule node