This workflow retrieves daily company news for selected stock tickers using the FinnHub API and posts the updates to a Slack channel at a scheduled time.
The workflow is designed to automate the process of fetching the latest company news for a list of stock tickers and sharing it in a Slack channel. It uses a scheduled trigger to initiate the process every weekday morning. The workflow prepares a list of stock tickers, loops through each ticker to fetch news from the FinnHub API, formats the news into a Slack-friendly message, and posts it to a specified Slack channel. A wait time is included to manage API request limits effectively.
Platform
n8n
Category
Communication
Price
Free
Creator
Jasmine Wong
Investment
code
noOp
wait
slack
stickyNote
httpRequest
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.