workflows.fit
Back to n8n workflows
n8n templateFreeBy Oneclick AI Squad

Daily stock market report with Twelve Data API sent via WhatsApp and email

This workflow automates the generation of a daily stock market report, identifying the top gainers and losers among the top 100 stocks. It fetches real-time stock data, processes it to highlight significant price move...

CommunicationHITLCore NodesDevelopmentCronSetHttp RequestCode
Loading interactive preview...

Template notes

This workflow automates the generation of a daily stock market report, identifying the top gainers and losers among the top 100 stocks. It fetches real-time stock data, processes it to highlight significant price movements, and delivers formatted alerts via WhatsApp and email.

Quick Notes

- Ensure the Twelve Data API key and stock symbols are correctly configured. - Verify recipient lists for WhatsApp and email alerts are up-to-date. - Confirm the workflow triggers at 5:00 PM (IST) from Monday to Friday.

Process Flow

1. Trigger the workflow daily at 5:00 PM (IST) with the Daily Market Change Trigger node. 2. Configure API key, stock symbols, and alert recipients using the Configuration Variables node. 3. Fetch stock data from Twelve Data API with the Fetch Stock Data from Twelve Data node. 4. Process stock data to identify top gainers and losers with the Process Stock Movements node. 5. Format WhatsApp messages with the Format WhatsApp Message node. 6. Send WhatsApp alerts with the Send WhatsApp Alert node. 7. Format email content with the Format Email Content node. 8. Send email alerts with the Send Email Alert node.

Output

![Screenshot from 20250822 131202.png](fileId:2172)

Getting Started