Skip to main content
GET
Retrieve prices

Authorizations

Authorization
string
header
required

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

Query Parameters

symbol
string[]
required

Return prices for the given symbols.

asof
string<date-time>

Return prices as-of the given datetime. Defaults to now.

Response

OK

accrued_interest
string | null
required

The accrued interest at standard settlement.

Example:

"0.87123288"

ask
string
required

The ask price.

Example:

"99.50"

bid
string
required

The bid price.

Example:

"99.25"

currency
enum<string>
required

The trading currency associated with the price.

Available options:
EUR,
USD,
GBP
mid
string | null
required

The midpoint between the bid and ask prices.

Example:

"99.375"

price_type
enum<string>
required

The price quotation type.

Available options:
percent,
money
quality
enum<string>
required

The timeliness quality of the price.

Available options:
closing,
intraday,
realtime,
delayed
symbol
string
required

The instrument symbol, such as an ISIN or ticker.

timestamp
string<date-time>
required

The time the price took effect.

Example:

"2026-07-14T09:34:12Z"

ytm_ask
string | null
required

The ask yield to maturity for a fixed-income instrument.

Example:

"4.20"

ytm_bid
string | null
required

The bid yield to maturity for a fixed-income instrument.

Example:

"4.25"

ytm_mid
string | null
required

The midpoint yield to maturity for a fixed-income instrument.

Example:

"4.23"

dirty_ask
string | null

The ask price including accrued interest.

Example:

"100.37"

dirty_bid
string | null

The bid price including accrued interest.

Example:

"100.12"

dirty_mid
string | null

The midpoint price including accrued interest.

Example:

"100.245"