Nodes/Stocks Data
This node retrieves historical OHLCV market data for US stocks using the Databento data provider. It supports multiple time intervals and can be used for technical analysis, backtesting, and automated trading workflows.
The Start node is the entry point of every workflow. It controls when execution runs — manually or on a schedule.
Purpose
Retrieve reliable historical market data for US equities (NYSE, NASDAQ) with multiple timeframe support for analysis and strategy execution.
Configuration
Configuration
Parameters used to configure how stock market data is retrieved.
Click the + button or right-click the canvas to open the Add Node panel. Nodes are grouped by type:
Type
Description
Description
Symbols
List of US stock tickers (e.g. AAPL, MSFT, GOOG, TSLA)
List of US stock tickers (e.g. AAPL, MSFT, GOOG, TSLA)
Interval
Interval
Candle timeframe (1m, 1h, 1d)
Candle timeframe (1m, 1h, 1d)
Lookback
Lookback
Number of historical bars to retrieve (default 100)
Number of historical bars to retrieve (default 100)
Include Indicators
Include Indicators
Toggle to include technical indicators (SMA, EMA, RSI)
Toggle to include technical indicators (SMA, EMA, RSI)
Credential
Databento API key or NickAI Credits (default)
Databento API key or NickAI Credits (default)
Information
Use this node specifically for US equities data.
For crypto, forex, and multi-asset data, use the Price Data node instead.
Output
Output
Fields produced by this node during execution.
Click the + button or right-click the canvas to open the Add Node panel. Nodes are grouped by type:
Path
Description
Description
{stocks.data.prices}
{stocks.data.prices}
{stocks.data.prices}
Array of stock price data
Array of stock price data
{stocks.data.prices[0].symbol}
{stocks.data.prices[0].symbol}
{stocks.data.prices[0].symbol}
Stock ticker
Stock ticker
{stocks.data.prices[0].current}
{stocks.data.prices[0].current}
{stocks.data.prices[0].current}
Latest close price
Latest close price
{stocks.data.prices[0].change24h}
{stocks.data.prices[0].change24h}
{stocks.data.prices[0].change24h}
24h price change ($)
24h price change ($)
{stocks.data.prices[0].changePercent24h}
{stocks.data.prices[0].changePercent24h}
{stocks.data.prices[0].changePercent24h}
24h price change (%)
24h price change (%)
{stocks.data.prices[0].volume24h}
{stocks.data.prices[0].volume24h}
{stocks.data.prices[0].volume24h}
24h trading volume
24h trading volume
{stocks.data.prices[0].high24h}
{stocks.data.prices[0].high24h}
{stocks.data.prices[0].high24h}
Highest price in last 24h
Highest price in last 24h
{stocks.data.prices[0].low24h}
{stocks.data.prices[0].low24h}
{stocks.data.prices[0].low24h}
Lowest price in last 24h
Lowest price in last 24h
{stocks.data.prices[0].candles}
{stocks.data.prices[0].candles}
{stocks.data.prices[0].candles}
Historical OHLCV candle data
Historical OHLCV candle data
{stocks.data.prices[0].candles[0].timestamp}
{stocks.data.prices[0].candles[0].timestamp}
{stocks.data.prices[0].candles[0].timestamp}
Candle timestamp
Candle timestamp
{stocks.data.prices[0].candles[0].open}
{stocks.data.prices[0].candles[0].open}
{stocks.data.prices[0].candles[0].open}
Open price
Open price
{stocks.data.prices[0].candles[0].high}
{stocks.data.prices[0].candles[0].high}
{stocks.data.prices[0].candles[0].high}
High price
High price
{stocks.data.prices[0].candles[0].low}
{stocks.data.prices[0].candles[0].low}
{stocks.data.prices[0].candles[0].low}
Low price
Low price
{stocks.data.prices[0].candles[0].close}
{stocks.data.prices[0].candles[0].close}
{stocks.data.prices[0].candles[0].close}
Close price
Close price
{stocks.data.prices[0].candles[0].volume}
{stocks.data.prices[0].candles[0].volume}
{stocks.data.prices[0].candles[0].volume}
Traded volume
Traded volume
{stocks.data.metadata.source}
{stocks.data.metadata.source}
{stocks.data.metadata.source}
Always "databento"
Always "databento"
{stocks.data.metadata.lastUpdated}
{stocks.data.metadata.lastUpdated}
{stocks.data.metadata.lastUpdated}
Last update timestamp
Last update timestamp
{stocks.data.metadata.interval}
{stocks.data.metadata.interval}
{stocks.data.metadata.interval}
Interval used for candles
Interval used for candles
{stocks.data.metadata.count}
{stocks.data.metadata.count}
{stocks.data.metadata.count}
Number of symbols returned
Number of symbols returned
{stocks.data.metadata.creditsUsed}
{stocks.data.metadata.creditsUsed}
{stocks.data.metadata.creditsUsed}
Credits consumed for the request
Credits consumed for the request
NickAI is the agentic operating system for autonomous trading. Build, deploy, and orchestrate agents across every venue — without writing code.
Use cases
© 2026 NickAI - All rights reserved.
Backed by Galaxy
NickAI Inc. is a Delaware-registered company headquartered in New York, NY.
NickAI provides an automated trading platform that enables users to design, test, and deploy algorithmic trading strategies across multiple cryptocurrency exchanges. The platform operates as a
workflow automation tool and does not act as a broker, exchange, or financial advisor.
NickAI does not custody, hold, or have access to user funds. All trading executions occur directly between users and their connected exchange accounts via secure API integration. Users maintain full control of their exchange API keys and trading capital at all times.
All data is encrypted in transit and at rest, with servers hosted in SOC 2 compliant infrastructure. NickAI is committed to maintaining the highest standards of security and user privacy.
Trading cryptocurrencies involves substantial risk of loss. NickAI provides tools for automation but does not guarantee profits or provide financial advice. Users trade at their own risk.
NickAI is the agentic operating system for autonomous trading. Build, deploy, and orchestrate agents across every venue — without writing code.
Use cases
© 2026 NickAI - All rights reserved.
Backed by Galaxy
NickAI Inc. is a Delaware-registered company headquartered in New York, NY.
NickAI provides an automated trading platform that enables users to design, test, and deploy algorithmic trading strategies across multiple cryptocurrency exchanges. The platform operates as a
workflow automation tool and does not act as a broker, exchange, or financial advisor.
NickAI does not custody, hold, or have access to user funds. All trading executions occur directly between users and their connected exchange accounts via secure API integration. Users maintain full control of their exchange API keys and trading capital at all times.
All data is encrypted in transit and at rest, with servers hosted in SOC 2 compliant infrastructure. NickAI is committed to maintaining the highest standards of security and user privacy.
Trading cryptocurrencies involves substantial risk of loss. NickAI provides tools for automation but does not guarantee profits or provide financial advice. Users trade at their own risk.
NickAI is the agentic operating system for autonomous trading. Build, deploy, and orchestrate agents across every venue — without writing code.
Use cases
© 2026 NickAI - All rights reserved.
Backed by Galaxy
NickAI Inc. is a Delaware-registered company headquartered in New York, NY.
NickAI provides an automated trading platform that enables users to design, test, and deploy algorithmic trading strategies across multiple cryptocurrency exchanges. The platform operates as a
workflow automation tool and does not act as a broker, exchange, or financial advisor.
NickAI does not custody, hold, or have access to user funds. All trading executions occur directly between users and their connected exchange accounts via secure API integration. Users maintain full control of their exchange API keys and trading capital at all times.
All data is encrypted in transit and at rest, with servers hosted in SOC 2 compliant infrastructure. NickAI is committed to maintaining the highest standards of security and user privacy.
Trading cryptocurrencies involves substantial risk of loss. NickAI provides tools for automation but does not guarantee profits or provide financial advice. Users trade at their own risk.