API Documentation
⌘K
API Key
Get free key GET
/api/1/fixed-income/curve/forwardForward Curve
Returns forward rates derived from the bootstrapped US Treasury spot curve
Parameters
2countrystringCountry code (only US currently available)
termstringForward term: 1y, 2y, 5y (default 1y)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/fixed-income/curve/forward?country=US&term=1y' \
-H 'Accept: application/json'200 Response
{
"country": "string",
"term": "string",
"forwardRates": {
"startYear": 0,
"endYear": 0,
"rate": 0
}
}