Get historical chart/bar data for an asset
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Query Parameters
Asset ticker symbol (e.g., AAPL, MSFT, BTCUSD)
Bar timeframe
1Min, 5Min, 15Min, 30Min, 1Hour, 1Day, 1Week, 1Month Start date/time (ISO 8601 format). If not provided, returns most recent bars up to limit.
End date/time (ISO 8601 format). If not provided, uses current time.
Maximum number of bars to return. Defaults to 100, maximum is 10000.
1 <= x <= 10000Corporate action adjustment. 'raw' = no adjustment, 'split' = split adjusted, 'dividend' = dividend adjusted, 'all' = both adjusted.
raw, split, dividend, all Data feed source. 'iex' = IEX (free), 'sip' = SIP (premium), 'otc' = OTC.
iex, sip, otc Response
Chart data with historical bars
Envelope-wrapped legacy chart response (object: asset_chart).
The resource type discriminator.
"investor"
Whether this resource was created against a live API key.
Test-mode keys always return false.
false
Asset ticker symbol
"AAPL"
Array of historical bars
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.
Token for pagination to get next page of results.
"eyJpZCI6IjIwMjUtMDEtMTVUMTY6MDA6MDBaIiwiY3JlYXRlZEF0IjoiMjAyNS0wMS0xNVQxNjowMDowMFoifQ"