Skip to main content

Historical Index Value w/Composition

GET /v1/indexes/:index_id/history

Historical Index Value w/Composition

Path Parameters
  • index_id string required
Query Parameters
  • time_start date-time
  • time_end date-time
  • limit int32

    Default value: 100

Responses

successful operation

Schema
  • Array [
  • timestamp date-time
  • value double
  • composition object[] nullable
  • Array [
  • component_id string nullable
  • component_value double
  • ]
  • ]
Loading...