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.
Query parameters
Symbol.
Date: 2020-04-02.
Limit number of ticks returned. Maximum value: <code>25000</code>
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
}Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲