GET
Get Custom Index History
The Intraday Index is available to authorized clients. Your API token must have the required permissions added — contact david@compute-index.com to request access.

Example

Daily-resolution B200 series since January 2026:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

index_id
string | null

Index id (e.g. h100-us). Defaults to your sole index.

region_group
string | null
contract_type
string | null
vendor_category
string | null
start
string | null

Start (UTC): YYYY-MM-DD or ISO-8601 datetime.

end
string | null

End (UTC): YYYY-MM-DD or ISO-8601 datetime. Default: now.

resolution
string
default:30m

Sampling resolution: 30m (default), 1h, 1d.

limit
integer
default:1000

Max points per page (<= 10000).

Required range: 1 <= x <= 10000
offset
integer
default:0

Pagination offset (points to skip).

Required range: x >= 0

Response

Successful Response

Response for custom index history time series (paginated).

data
CustomIndexDataPoint · object[]
required
index_name
string
required
resolution
string
required

Sampling resolution: 30m, 1h, or 1d

total_count
integer
required

Total points in range at this resolution (across all pages)

returned_count
integer
required

Points returned in this page

limit
integer
required
offset
integer
required
has_more
boolean
required

True if more points exist beyond this page

filters
Filters · object
required
next_offset
integer | null

Offset to pass for the next page, or null if none