Block 1 - Market Open Scheduler
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.3
Daily Market Brief Automation n8n, Gemini AI, Nifty 50 API & Gmail This workflow automatically generates and emails a concise daily stock market brief at 9:30 AM using real time Nifty 50 data,...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io source> n8n, Gemini AI, Nifty 50 API & Gmail
This workflow automatically generates and emails a concise daily stock market brief at 9:30 AM using real-time Nifty 50 data, financial news and AI-powered insights.
This workflow automates the creation of a daily stock market brief by combining real-time stock data and financial news with AI-driven insights.
Every day at 9:30 AM, the workflow fetches the latest Nifty 50 stock prices and financial news from public APIs. It processes stock data to identify top gainers and losers, while simultaneously analyzing news sentiment using Google Gemini AI.
Finally, it generates a crisp, human-readable market summary (under 120 words) and sends it via email—ensuring you stay informed without manual effort.
To use this workflow, you need:
You can modify timing based on your market preference.
prices object from API responseMerge Market Data
Combines stock insights and news analysis
Validate Data
Ensures data is not empty before proceeding
Aggregate Dataset
Combines all outputs into a single structure
Structure Final Payload
Prepares:
Top gainers
Top losers
News insights
Node: Generate Market Brief (AI)
Uses Gemini AI to generate:
Output Format:
Node: Send Email Report
Required Setup:
sendTo fieldYou can:
There can be many more use cases depending on how you extend this workflow.
| Issue | Possible Cause | Solution |
|---|---|---|
| No email received | Gmail not configured | Add credentials and recipient email |
| Empty market brief | API returned no data | Check API endpoints and responses |
| AI output not parsed | Incorrect JSON format from AI | Verify parsing logic in "Parse News Response" node |
| Workflow not triggering | Scheduler misconfigured | Check trigger time and timezone |
| Incorrect gainers/losers | Data structure mismatch | Validate API response format |
If you need assistance with:
👉 Reach out to WeblineIndia for expert support.
We’re happy to help you automate smarter and scale faster.
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.
| Workflow | Send a daily Nifty 50 market brief using Gemini AI, Nifty 50 API and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Crypto Trading, AI Summarization |
| Author | WeblineIndia |
| Published | 27 Apr 2026 |
Use the JSON export at /data/workflows/15339/15339.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Daily Market Brief Automation n8n, Gemini AI, Nifty 50 API & Gmail This workflow automatically generates and emails a concise daily stock market brief at 9:30 AM using real time Nifty 50 data,...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.