v1

latestOpenAPI 3.1.02026-07-2655154175.6 KB
Underlying

Daily stats for a single underlying

get/v1/underlying/{ticker}/stats

Path parameters

tickerstring required
Example:SPY

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Query parameters

datestring date
Example:2026-05-27

Trading date the request targets, in YYYY-MM-DD. Defaults to the current trading date (the most recent session that has settled enough data to be queryable). Past dates fall through to the daily rollup tables.

Response

Stats for the ticker on the requested date.

Example response

{
  "meta": {
    "requestId": "d7574836"
  }
}