Skip to main content
GET
GET /historical/latest - Fetch latest OHLC bars for gap fill.

Query Parameters

symbol
string
required

Symbol to fetch (e.g., "ES", "NQ", "ESH6", "NQH6")

interval
string

OHLC interval: "15s", "30s", "1m", "2m", "3m", "5m", "15m", "30m", "1h", "4h", "1d", "1w"

since
integer<int64> | null

Unix timestamp in seconds. Bars at or after this timestamp are returned.

Required range: x >= 0
limit
integer

Limit number of records (default: 500, max: 10000)

Required range: x >= 0

Response

Latest/gap-fill OHLC bars

Response for latest/gap-fill OHLC bars.

bars
object[]
required
count
integer
required
Required range: x >= 0
interval
string
required
success
boolean
required
symbol
string
required
since
integer<int64> | null
Required range: x >= 0