API Documentation
⌘K
API Key
Get free key GET
/api/1/bonds/prices/{identifier}Bond Prices API
Returns historical price data for the given bond identifier
Parameters
1identifierstringrequiredBond identifier: ISIN, CUSIP, or FIGI
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/bonds/prices/US912810TD00' \
-H 'Accept: application/json'200 Response
[
{
"date": "2024-01-15T00:00:00.000Z",
"close": 97.5,
"open": 97,
"high": 98,
"low": 96.5,
"volume": 50000
}
]