SiftingIO n8n community node for market data workflows

Hi everyone,

We recently published the SiftingIO n8n community node.

The idea is simple: make financial market data easier to use inside n8n workflows without having to build a separate data integration layer.

The node connects to SiftingIO market data APIs and can be used for workflows involving:

• live prices
• historical OHLCV data
• market hours
• fundamentals
• currency conversion
• alerts and internal reporting
• AI financial agents
• market data automation

A few example workflows:

• check a symbol price on a schedule and send an alert
• pull historical bars into an internal report
• monitor market hours before running a trading-related workflow
• provide market data as a tool inside an AI agent workflow
• enrich internal dashboards or research workflows with structured market data

npm:

https://www.npmjs.com/package/n8n-nodes-siftingio

GitHub:

Integration guide:

This is the first public release, so feedback from n8n users would be very useful, especially from anyone building financial data, alerting, reporting, trading, dashboard, or AI agent workflows.

Nice release. For AI financial-agent workflows, I’d add a dry-run receipt before anything triggers an alert or downstream action: symbol, data timestamp and source, market-hours result, threshold, recipient/action, and whether the run was simulation or live. Market data gets tricky when a stale value looks actionable.

Hi, thank you for the feedback. It’s a good idea. We will definitely implement it in the project