Default
Bond Tick Data
Get trade-level data for bonds. The following datasets are supported:
Exchange
Segment
Delay
FINRA Trace
BTDS: US Corporate Bonds
Delayed 4h
FINRA Trace
144A Bonds
Delayed 4h
get/bond/tick
Query parameters
isinstring required
ISIN.
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.
exchangestring required
Currently support the following values: <code>trace</code>.
Response
successful operation
Example response
{
"p": [
5.637377,
5.637377
],
"ats": [
"ats",
"ats"
],
"total": 1,
"c": [
[
"c",
"c"
],
[
"c",
"c"
]
],
"t": [
7,
7
],
"v": [
5.962134,
5.962134
],
"si": [
"si",
"si"
],
"count": 6,
"y": [
2.302136,
2.302136
],
"skip": 0,
"cp": [
"cp",
"cp"
],
"rp": [
"rp",
"rp"
]
}