Thursday, May 28, 2026
finlight Is Now Officially Listed on the n8n Integration Marketplace
We are now officially listed on the n8n integration marketplace — the official directory where n8n users discover and install nodes directly from within their n8n workspace.
If you use n8n to automate your workflows, you can now find, install, and use the finlight node without leaving the n8n ecosystem.
What the finlight Node Does
The finlight node gives your n8n workflows access to real-time financial and geopolitical news. Two node types are included:
Webhook Trigger Receive news as it breaks. Filter by company, sector, keyword, or sentiment so your workflow only fires when it matters. Build real-time alerting systems, event-driven pipelines, or live monitoring dashboards, all without polling.
Search Action Query financial news on demand. Supports boolean operators, ticker symbols, date ranges, and sentiment filters. Ideal for scheduled reports, enrichment steps inside larger flows, or triggered research lookups.
All data is returned as clean JSON, ready to pipe into code nodes, AI steps, or any downstream app in your canvas.
What You Can Build
n8n's flexibility combined with finlight's real-time data makes a wide range of financial automation possible:
- Market alerts - Send Telegram, Slack, or Discord messages the moment relevant news hits, filtered precisely to what you care about
- AI news briefings - Route breaking news through an OpenAI node to generate automated summaries, then push to Notion, email, or a spreadsheet
- Research pipelines - Chain search, enrichment, and storage steps into repeatable multi-step workflows that run on a schedule or on demand
- Self-hosted dashboards - Stream curated market data into your own databases or Google Sheets without any manual work
Because n8n can be fully self-hosted, your data never has to leave your own infrastructure, which matters for teams with strict data governance requirements.
How to Install
The fastest way is directly from within n8n:
- Open Settings → Community Nodes
- Click Install a community node
- Enter
@finlight/n8n-nodes-finlight - Click Install
You can also browse to the official listing at n8n.io/integrations/finlight and install from there.
For self-hosted or Docker deployments, install via npm:
```bash npm install @finlight/n8n-nodes-finlight ```
Restart your n8n instance after installation to load the node.
Start Building
Everything you need to get started, node documentation, use case examples, and installation steps, is on our n8n integration page.
New to finlight? Create a free account and get your API key in minutes. If you run into questions or want to share what you've built, reach out at info@finlight.me.
