API Documentation
⌘K
API Key
Get free key GET
/api/1/fixed-income/curve/spotSpot Curve
Returns bootstrapped zero-coupon spot rates derived from the US Treasury par yield curve
Parameters
1countrystringCountry code (only US currently available)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/fixed-income/curve/spot?country=US' \
-H 'Accept: application/json'200 Response
{
"country": "string",
"date": "string",
"spotRates": {
"maturity": 0,
"rate": 0
}
}