Skip to main content

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

Workflow preview

Workflow preview
100%
Daily stock market report with Twelve Data API sent via WhatsApp and email preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 si...

Best for

  • Crypto Trading automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.whatsapp

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Daily stock market report with Twelve Data API sent via WhatsApp and email
Workflow name
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 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

Getting Started

  • Import the workflow into n8n and configure Twelve Data API credentials.
  • Set up WhatsApp and email service integrations.
  • Run a test execution to ensure data fetching and alert delivery work as expected.

Tailored Adjustments

  • Adjust the Process Stock Movements node to change the number of top gainers/losers.
  • Modify the Configuration Variables node to include additional stock symbols or recipient lists.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Daily Market Close Trigger

Type / Role
n8n-nodes-base.cron - cron
Config choices
Version 1

Block 2 - Set Configuration Variables

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Fetch Stock Data from Twelve Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Process Stock Movements

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Format WhatsApp Message

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Format Email Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Send Email Alert

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Send message

Type / Role
n8n-nodes-base.whatsApp - whatsApp
Config choices
Version 1

3. Summary Table

Workflow Daily stock market report with Twelve Data API sent via WhatsApp and email
Complexity intermediate
Nodes 13
Categories Crypto Trading, Multimodal AI
Author Oneclick AI Squad
Published 22 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7726/7726.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Daily stock market report with Twelve Data API sent via WhatsApp and email do?

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 si...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, Multimodal AI use case.