Skip to main content
POST
Corporate and US agency historical pricing data
This endpoint is in preview and not yet fully production-ready. Its fields, behavior, and availability may change without notice.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
end_date
string<date>
required

Maximum trade date in ISO-8601 format (YYYY-MM-DD).

Matched against the UTC trade_datetime, up to and including end_date 23:59:59 UTC.

isin
string
required

International Securities Identification Number (ISIN), unique 12-character code for the security.

Required string length: 12
start_date
string<date>
required

Minimum trade date in ISO-8601 format (YYYY-MM-DD).

Matched against the UTC trade_datetime, starting at start_date 00:00:00 UTC.

Response

Historical pricing data

data
object[]
required

List of response data objects, often capped to 1000.

total
integer
required

Total number of results in the database that match the query filters.