Block 1 - ๐ฉ Form Trigger
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Financial Insight Automation: Market Cap to Telegram via Bright Data Description An automated n8n workflow that scrapes financial data from Yahoo Finance using Bright Data, processes market cap ...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Incrementors.
Original n8n.io sourceAn automated n8n workflow that scrapes financial data from Yahoo Finance using Bright Data, processes market cap information, generates visual charts, and sends comprehensive financial insights directly to Telegram for instant notifications.
This workflow operates through a simple three-zone process:
User submits a keyword (e.g., "AI", "Crypto", "MSFT") through a form trigger that initiates the financial data collection process.
Bright Data API discovers and scrapes comprehensive financial data from Yahoo Finance, including market cap, stock prices, company profiles, and financial metrics.
The system generates interactive market cap charts, saves data to Google Sheets for record-keeping, and sends visual insights to Telegram as PNG images.
> โฑ๏ธ Estimated Setup Time: 15-20 minutes
Bearer BRIGHT_DATA_API_KEYBRIGHT_DATA_API_KEY with your actual API key> Note: The workflow uses dataset ID gd_lmrpz3vxmz972ghd7 for Yahoo Finance data. Ensure you have access to this dataset in your Bright Data dashboard.
YOUR_SHEET_ID with your actual Sheet IDYOUR_TELEGRAM_CHAT_ID with your actual chat ID| Field | Description | Example |
|---|---|---|
| Company Name | Full company name | "Apple Inc." |
| Stock Ticker | Trading symbol | "AAPL" |
| Market Cap | Total market capitalization | "$2.89T" |
| Current Price | Latest stock price | "$189.25" |
| Exchange | Stock exchange | "NASDAQ" |
| Sector | Business sector | "Technology" |
| PE Ratio | Price to earnings ratio | "28.45" |
| 52 Week Range | Annual high and low prices | "$164.08 - $199.62" |
For any questions or support, please contact:
[email protected]
or fill out this form: https://www.incrementors.com/contact-us/
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 | Extract market cap data from Yahoo Finance with Bright Data & visualize in Telegram |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Crypto Trading |
| Author | Incrementors |
| Published | 26 Jul 2025 |
Use the JSON export at /data/workflows/6489/6489.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.
Financial Insight Automation: Market Cap to Telegram via Bright Data Description An automated n8n workflow that scrapes financial data from Yahoo Finance using Bright Data, processes market cap ...
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 use case.