Summarize financial news from multiple RSS feeds with Gemini and deliver to Discord

Go to Workflow
0 views
Built by WeblineIndia WeblineIndia
Created on June 05, 2026

Description

Multi-Source RSS + Gemini AI → Daily Wealth Brief to Discord

This workflow automatically collects financial news from multiple trusted sources, filters and cleans the data and uses AI (Google Gemini) to generate a concise daily wealth briefing. The final summary is formatted and delivered directly to a Discord channel, ensuring you get actionable financial insights without manual effort.

Quick Implementation Steps

Import workflow into n8n
Replace Manual Trigger with Schedule Trigger (daily recommended)
Add Google Gemini API credentials
Connect Discord Bot credentials
Configure RSS feeds (optional)
Activate workflow

What It Does

This workflow acts as your automated financial intelligence assistant. It gathers news from multiple high-quality sources including Yahoo Finance, CoinDesk and the Federal Reserve. Instead of overwhelming you with raw headlines, it intelligently filters and prioritizes only high-impact macroeconomic updates.

After collecting the data, the workflow removes duplicate articles and filters out low-value noise using keyword-based logic. It then selects the top 15 most relevant news items and feeds them into Google Gemini AI.

The AI processes this information and generates a clear, actionable wealth briefing focused on major financial themes like inflation, crypto markets, interest rates and global economic trends. The final output is formatted and delivered to your Discord channel for easy consumption.

Who’s It For

Wealth managers and financial advisors
Crypto traders and investors
Stock market enthusiasts
Startup founders tracking macro trends
Anyone who wants a daily financial summary without information overload

Requirements to Use This Workflow

n8n instance (cloud or self-hosted)
Google Gemini API credentials (Google AI Studio)
Discord Bot credentials
Internet access to RSS feeds

How It Works & Set Up

Import Workflow
Upload the JSON file into your n8n instance
Replace Trigger
Replace Manual Trigger with a Schedule Trigger
Recommended: Daily at 7–9 AM
Configure RSS Nodes
Yahoo Finance RSS
CoinDesk RSS
Federal Reserve RSS
(You can modify or add more sources)
Set Up Gemini AI
Add Google Gemini credentials
Ensure model is set to: gemini-flash-latest
Configure Discord
Connect Discord Bot
Select server (guild) and channel
Ensure bot has permission to send messages
Activate Workflow
Turn on workflow
Monitor first execution

Workflow Logic Breakdown

Data Collection
Fetch news from 3 RSS sources
Merge all news into one stream

Data Cleaning
Remove duplicate titles
Filter by keywords (bitcoin, inflation, fed, market, oil)

Prioritization
Limit to top 15 news items

Transformation
Convert news into structured text

AI Processing
Gemini generates:
Top 5 insights
Simple explanations
Actionable advice

Delivery
Format output for Discord
Send message
If AI fails → send fallback error message

How To Customize Nodes

AI Node (Gemini)

Modify prompt to:

Add region-specific insights
Include stock recommendations
Change tone (technical / beginner)

Filter Node

Customize keywords:

const keywords = ["bitcoin", "fed", "inflation", "stock", "market", "oil"];

Add: "gold", "real estate", "rupee", etc.

RSS Nodes

Add more sources like :

Bloomberg
Reuters
Economic Times

Limit Node

Change number of news items:

Default: 15
Can increase/decrease

Discord Node

Change channel or server
Add mentions (@everyone, roles)

Add-ons (To extend this workflow)

Save summaries to Google Sheets or Notion
Send email or Telegram alerts
Add sentiment analysis layer
Store historical briefs for trend tracking
Add portfolio-specific filtering

Use Case Examples

Daily Investor Briefing

Get a quick snapshot of market conditions every morning

Crypto Market Monitoring

Track Bitcoin, macro signals and crypto trends

Wealth Advisory Automation

Send insights to clients automatically

Startup Founder Intelligence

Stay updated on macroeconomic trends impacting business

Discord Community Engagement

Share curated financial insights with your community

And many more variations depending on how you customize filters, sources and delivery channels.

Troubleshooting Guide

Need Help?

If you need help setting up, customizing or extending this workflow, our n8n automation developers at WeblineIndia are here to support you.

Whether you want to:

Add advanced AI layers
Build custom dashboards
Integrate with your internal systems
Create enterprise-grade automation

👉 Reach out to WeblineIndia for expert assistance in building powerful n8n workflows tailored to your business needs.

Nodes Used (3)

Code
n8n-nodes-base.code
Discord
n8n-nodes-base.discord
Google Gemini
@n8n/n8n-nodes-langchain.googleGemini