Indexes
Get Index Levels
GET
Description
Retrieves the levels of a specific index identified by its UUID.
Parameters
Path Parameters
Parameter | Required | Description |
---|---|---|
index_uuid | Yes | The unique identifier of the index |
Query Parameters
Parameter | Required | Description |
---|---|---|
start_date | No | Filter levels from this date onwards (YYYY-MM-DD). If a value before the index start date is provided, we will: - Project starting weights back in time for backtesting - Rebalance based on the index’s defined interval - Normalize index level to 100 on the index start date |
end_date | No | Filter levels until this date (YYYY-MM-DD) |
benchmark | No | Returns a corresponding benchmark level time series. Currently supported values: SPY |
time_period | No | Returns preset cached time periods of index levels. Supported values: - 1m : Last month- 3m : Last 3 months- 6m : Last 6 months- 1y : Last year- 3y : Last 3 years- 5y : Last 5 years- si : Since inception |
Default Behavior
- If neither
start_date
nortime_period
is provided, returns index levels since inception - If both
time_period
andstart_date
/end_date
are provided, thetime_period
parameter takes precedence - Custom date ranges can be specified using
start_date
andend_date
parameters
Authorizations
Path Parameters
Query Parameters
Benchmark symbol to compare the index to.
Available options:
SPY
Start date to get the level as a backcast, in the format YYYY-MM-DD.
Time period to get the level for, where si is since inception. If set, this will override the start date.
Available options:
1m
, 1y
, 3m
, 3y
, 5y
, 6m
, si