Skip to main content
GET
/
premade-strategies
/
{strategyId}
/
historical-data
/
dates
Get a list of available dates for historical data
curl --request GET \
  --url https://api.noonum.ai/v1/premade-strategies/{strategyId}/historical-data/dates \
  --header 'Authorization: Bearer <token>'
{
  "available_dates": [
    "2024-01-31"
  ]
}

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string
required

UUID of the user strategy

Response

A list of dates for which data is available.

available_dates
string<date>[]

A list of dates for which historical data is ready for download.