Skip to main content

Create a daily market brief from Google Sheets, Alpha Vantage, Reddit, OpenAI, and Slack

Workflow preview

Workflow preview
100%
Create a daily market brief from Google Sheets, Alpha Vantage, Reddit, OpenAI, and Slack preview
Open on n8n.io

1. Workflow Overview

Description This workflow automatically creates a daily market intelligence brief for your stock portfolio. Instead of checking prices, news, and social media separately, it brings everything to...

Best for

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

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.rssfeedread, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.openai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create a daily market brief from Google Sheets, Alpha Vantage, Reddit, OpenAI, and Slack
Workflow name
Create a daily market brief from Google Sheets, Alpha Vantage, Reddit, OpenAI, and Slack

πŸ“Š Description

This workflow automatically creates a daily market intelligence brief for your stock portfolio. Instead of checking prices, news, and social media separately, it brings everything together into one clear update. On a scheduled basis, the workflow reads your stock list from Google Sheets and processes each stock individually. It fetches the latest stock price data, recent market news, and investor sentiment from public sources. All this information is then analyzed by AI to identify what truly matters, filtering out noise and repeated information. The AI generates a concise market summary that highlights overall sentiment, key drivers, risks, and one actionable insight for the day. The final result is sent directly to Slack as a clean, easy-to-read message, helping you stay informed without manual effort. This workflow is ideal for anyone who wants a clear daily view of market conditions without spending hours monitoring multiple platforms.

βš™οΈ What This Workflow Does

  • Runs automatically on a daily schedule
  • Reads stock symbols from Google Sheets
  • Fetches latest stock price data
  • Collects recent market news
  • Gathers investor sentiment from public discussions
  • Uses AI to summarize market-moving signals
  • Sends one actionable daily brief to Slack

βœ… Key Benefits

  • Saves time by automating market monitoring
  • Reduces noise and highlights what actually matters
  • Combines prices, news, and sentiment in one place
  • Provides clear daily insights instead of raw data
  • Easy to adjust for different portfolios or schedules

🧩 Features

  • Scheduled daily execution
  • Portfolio-based stock tracking
  • Market news collection via RSS
  • Social sentiment analysis from Reddit
  • AI-driven market intelligence summary
  • Structured output for alerts or reporting
  • Slack integration for daily delivery

πŸ” Requirements

  • To use this workflow, you will need:
  • Alpha Vantage API key for stock price data
  • OpenAI account for AI analysis
  • Google Sheets access for portfolio input
  • Slack account for message delivery
  • n8n instance (cloud or self-hosted)

🎯 Target Audience

  • Stock investors
  • Portfolio managers
  • Market analysts
  • Finance teams
  • Founders and operators tracking markets
  • Automation builders in finance

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 - Stock Price (Alpha Vantage)

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

Block 2 - Normalize Stock Data

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

Block 3 - RSS Read

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

Block 4 - Normalize Market News

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

Block 5 - Reddit Sentiment – RSS

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

Block 6 - Parse AI Market Output

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

Block 7 - Normalize Reddit News

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

Block 8 - Prepare AI Context

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

Block 9 - Read portfolio holdings

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 10 - Process each stock

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note4

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

Block 16 - Daily Market Brief Trigger

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

Block 17 - Ai Analysis

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 18 - Send actionable daily brief message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

3. Summary Table

Workflow Create a daily market brief from Google Sheets, Alpha Vantage, Reddit, OpenAI, and Slack
Complexity advanced
Nodes 18
Categories Crypto Trading, AI Summarization
Author Rahul Joshi
Published 23 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12944/12944.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 Create a daily market brief from Google Sheets, Alpha Vantage, Reddit, OpenAI, and Slack do?

Description This workflow automatically creates a daily market intelligence brief for your stock portfolio. Instead of checking prices, news, and social media separately, it brings everything to...

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, AI Summarization use case.