Skip to main content
GET
Get Index Historical Data

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

symbol
string
required

Index symbol. Accepts the roster form (^SPX, DX-Y.NYB), the bare form (SPX), or a common alias (DXY, GSPC, 10Y). See /v1/macro/index/symbols for the full list.

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

sort_order
enum<string>

Sort order by date: desc (default, newest first) or asc (oldest first)

Available options:
asc,
desc

Response

Successfully retrieved index historical data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean