reference_data

Intervals List

The intervals endpoint provides a list of supported time intervals that can be used for querying financial data.

get/intervals

Response

datastring[] required

List of available intervals

statusstring required

Status of the response

Example response

{
  "data": [
    "1min",
    "5min",
    "15min",
    "30min",
    "45min",
    "1h",
    "2h",
    "4h",
    "8h",
    "1day",
    "1week",
    "1month"
  ],
  "status": "ok"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.