market-data
Retrieve prices
Retrieve the price for the requested symbols as-of the given datetime, which defaults to now.
get/prices
Query parameters
symbolstring[] required
Return prices for the given symbols.
Return prices for the given symbols.
asofstring date-time
Return prices as-of the given datetime. Defaults to now.
Return prices as-of the given datetime. Defaults to now.
Response
OK
Example response
[
{
"accrued_interest": "0.87123288",
"ask": "99.50",
"bid": "99.25",
"dirty_ask": "100.37",
"dirty_bid": "100.12",
"dirty_mid": "100.245",
"mid": "99.375",
"timestamp": "2026-07-14T09:34:12Z",
"ytm_ask": "4.20",
"ytm_bid": "4.25",
"ytm_mid": "4.23"
}
]