Skip to content
Partner API Docs

Historical Market Data

Request end-of-day candles and historical prices for stocks and ETFs while handling exchange-specific history depth.

Endpoints

InstrumentHistoryChart
StockGET /stocks/{symbol}/historyGET /stocks/{symbol}/chart
ETFGET /etfs/{symbol}/historyGET /etfs/{symbol}/chart
OHLCVGET /market/ohlcv

History is end-of-day/candle data, not a tick feed. Supported periods vary by endpoint; use the API Reference for the exact allowed values. Price fields include the instrument’s native currency and may include converted USD values.

History depth differs by exchange and listing. Inspect historyConfidence, timestamps, and missing intervals before calculating returns or presenting a complete-looking chart. A missing historical point is not a zero price.

For bulk or research use, review Data Licensing before caching or redistributing the data.

Was this page useful?

Your signal helps us tighten partner onboarding docs.

Last updated on

On this page