v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Retrieve SPIKE Data

Returns SPIKE values for a given date.

get/api/market/spike

Query parameters

datestring date
Example:2024-01-18

A trading date in the format of YYYY-MM-DD. Defaults to the last trading date.

Response

Successful response with SPIKE data.

Example response

{
  "data": [
    {
      "time": "2023-02-14T14:31:00Z",
      "value": "24.53"
    }
  ]
}