API Documentation

⌘K
GET/api/1/fixed-income/curve/forward

Forward Curve

Returns forward rates derived from the bootstrapped US Treasury spot curve

Parameters

2
countrystring
query

Country code (only US currently available)

termstring
query

Forward 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
  }
}