Default
Historical NBBO
Get historical best bid and offer for US stocks, LSE, TSX, Euronext and Deutsche Borse.
For US market, this endpoint only serves historical NBBO from the beginning of 2023. To download more historical data, please visit our bulk download page in the Dashboard here.
get/stock/bbo
Query parameters
symbolstring required
Symbol.
datestring date required
Date: 2020-04-02.
limitinteger required
Limit number of ticks returned. Maximum value: <code>25000</code>
skipinteger required
Number of ticks to skip. Use this parameter to loop through the entire data.
Response
successful operation
Example response
{
"a": [
5.637377,
5.637377
],
"total": 1,
"b": [
7.0614014,
7.0614014
],
"s": "s",
"c": [
[
"c",
"c"
],
[
"c",
"c"
]
],
"bv": [
2.302136,
2.302136
],
"t": [
9,
9
],
"av": [
5.962134,
5.962134
],
"bx": [
"bx",
"bx"
],
"ax": [
"ax",
"ax"
],
"count": 6,
"skip": 0
}