Equity

Equity Price Candles

Returns historical OHLCV candles and the latest traded price for a US-listed equity. Candles are ordered by timestamp ascending; historical data and the latest price use independent freshness windows.

get/gateway/v1/equity/candles

Query parameters

symbolstring required

US equity ticker symbol

Example:AAPL

US equity ticker symbol

interval'day' | 'week' | 'month' | 'year'

Candle interval

Candle interval

interval_multiplierinteger

Number of intervals represented by each candle

Number of intervals represented by each candle

start_datestring

Inclusive start date in YYYY-MM-DD format; defaults to one year before end_date

Example:2025-01-01

Inclusive start date in YYYY-MM-DD format; defaults to one year before end_date

end_datestring

Inclusive end date in YYYY-MM-DD format; defaults to the current date in US Eastern time

Example:2025-12-31

Inclusive end date in YYYY-MM-DD format; defaults to the current date in US Eastern time

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataObjectResponseEquityCandlesResponse.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.