v1/getHistoricalQuotes RPC Method
Parameters
symbol_id
string
REQUIRED
Symbol identifier for requested timeseries (from the Metadata -> Symbols)
date
string
Date in ISO 8601, returned data is for the whole given day (preferred method, required if 'time_start' is not provided)
time_start
string
Starting time in ISO 8601
time_end
string
Timeseries ending time in ISO 8601
limit
integer
Amount of items to return (optional, minimum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)
Returns
result
array
Array of historical quote information
symbol_id
string
The symbol identifier
time_exchange
string
The exchange time of the quote
time_coinapi
string
The CoinAPI time when the quote was received
ask_price
integer
The best asking price
ask_size
integer
The volume resting on the best ask. If the value is equal to zero, then the size is unknown
bid_price
integer
The best bidding price
bid_size
integer
The volume resting on the best bid. If the value is equal to zero, then the size is unknown
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free