Default
Bond price data
Get bond's price data. The following datasets are supported:
Exchange
Segment
Delay
US Government Bonds
Government Bonds
End-of-day
FINRA Trace
BTDS: US Corporate Bonds
Delayed 4h
FINRA Trace
144A Bonds
Delayed 4h
get/bond/price
Query parameters
isinstring required
ISIN.
frominteger required
UNIX timestamp. Interval initial value.
tointeger required
UNIX timestamp. Interval end value.
Response
successful operation
Example response
{
"c": [
0.8008282,
0.8008282
],
"s": "s",
"t": [
6,
6
]
}Changes
Changed in 2 of the 35 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
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
- ▲