API Reference
Government and corporate historical pricing data
POST
/
api
/
v1
/
bond_pricing_history
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
end_date
string
requiredMaximum trade date in ISO-8601 format.
isin
string
requiredInternational Securities Identification Number of the bond.
start_date
string
requiredMinimum trade date in ISO-8601 format.
Response
200 - application/json
data
object[]
requiredList of response data objects per bond. Contains at most 1000 objects.
total
integer
requiredTotal number of results in the database that match the query filters.