v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

cnumber[]

List of close prices for returned candles.

tinteger[]

List of timestamp for returned candles.

sstring

Status of the response. This field can either be ok or no_data.

Example response

{
  "c": [
    0.8008282,
    0.8008282
  ],
  "s": "s",
  "t": [
    6,
    6
  ]
}