Get historical quotes
One page of historical bid/ask quote ticks for an asset over a time
range. start is required. A page holds at most limit (≤10000) ticks;
when more are available has_more is true and next_page_token is set —
pass it back as page_token. Requires the Market Data product
subscription.
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Path Parameters
Query Parameters
1 <= x <= 10000Cursor from a previous response's next_page_token.
Data feed (Alpaca). SIP requires a paid Alpaca subscription.
iex, sip, otc Response
Historical quotes
Envelope-wrapped historical quotes (object: quotes_history).
The resource type discriminator.
"investor"
Whether this resource was created against a live API key.
Test-mode keys always return false.
false
"AAPL"
"XNAS"
Price currency (ISO 4217)
"USD"
Cursor for the next page. Pass back as page_token. Null when no more data.
True when more ticks are available beyond this page.
Prefixed public id (e.g. inv_…, ord_…, dep_…).
"inv_01j9x8m2k7qpzwv3t5r6y8n0ab"
Unix-seconds timestamp of resource creation.
1747776000
Partner-set key/value map for cross-referencing.