Skip to main content

Aggregate crypto and stock market news feed from multiple sources

Workflow preview

Workflow preview
100%
Aggregate crypto and stock market news feed from multiple sources 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 n8n template helps in making informed decisions for Crypto and Stocks Trading by helping you keep track of breaking changes in the market. How it works Collects crypto and/or stock market head...

Best for

  • Crypto Trading automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.splitinbatches

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mohammad Abubakar.

Original n8n.io source

1.1 Workflow description

Title
Aggregate crypto and stock market news feed from multiple sources
Workflow name
Aggregate crypto and stock market news feed from multiple sources

This n8n template helps in making informed decisions for Crypto and Stocks Trading by helping you keep track of breaking changes in the market.

How it works

  • Collects crypto and/or stock market headlines from multiple sources: CoinDesk, CoinTelegraph, Google News, and X (via an RSS proxy).
  • Normalizes all items into a consistent structure with fields like source, kind, title, url, publishedAt, matchedKeywords, media[], and topic.
  • Uses topic-specific keyword lists to keep relevant items and a small spam blacklist to drop giveaways / airdrops / obvious noise.
  • Deduplicates items across runs by tracking previously seen links.
  • Bundles everything into a compact { topic, items[] } JSON payload and sends it to your own backend or UI via HTTP.

Set up steps

  • Import the template JSON into a new n8n workflow.
  • In the Init RunConfig code node, choose a default topic (crypto or stocks), which platforms to use (CoinDesk / CoinTelegraph / Google News / X), and optionally adjust tickers and keywords.
  • Open the final HTTP Request - Send to your backend node and:
    • Replace the example URL with your own API endpoint.
    • Either set a x-webhook-secret header that your backend validates, or remove this header entirely if you don’t use it.
  • Create any required credentials (for the webhook header auth and for HTTP requests, if needed) – the template does not contain real API keys.
  • Enable either the Schedule Trigger for periodic runs or the Webhook trigger for on-demand runs from your app.
  • Expect roughly 10–20 minutes to import, configure, and test the first run; detailed per-node notes are available as sticky notes inside the workflow canvas.

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 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - RSS Read - Coindesk

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 3 - RSS Read - Google news

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 4 - RSS Read - X Posts

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 5 - Source set - Coindesk

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

Block 6 - Source set - Google news

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

Block 7 - Source set - Cointelegraph

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

Block 8 - Source set - X Posts

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

Block 9 - Merge - Coindesk + Google news

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 10 - Merge - X posts + CoinTelegraph

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 11 - Merge - Merge previous two merges

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 12 - Code - Keywords Filter

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

Block 13 - Code - Array bind

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

Block 14 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 15 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 16 - Init RunConfig

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

Block 17 - IF Gate - Coindesk

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 18 - IF Gate - Google news

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 19 - IF Gate - CoinTelegraph

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 20 - IF Gate - X

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 21 - X Batches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 22 - IF - More X batches?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 23 - Code - Finalize X batches (emit combined)

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

Block 24 - Code - Accumulate X items

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

Showing the first 24 of 40 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Aggregate crypto and stock market news feed from multiple sources
Complexity advanced
Nodes 40
Categories Crypto Trading
Author Mohammad Abubakar
Published 21 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11103/11103.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 Aggregate crypto and stock market news feed from multiple sources do?

This n8n template helps in making informed decisions for Crypto and Stocks Trading by helping you keep track of breaking changes in the market. How it works Collects crypto and/or stock market head...

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 use case.