Get historical quotes
Returns one page of historical bid/ask quote ticks for an asset over a
time range. start is required. The feed is tick-level, so a single
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 to fetch the next page. Only US-equity (Alpaca) assets
currently return data; other markets return an empty quotes array.
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Path Parameters
Query Parameters
Market hint for disambiguation
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.