API Documentation

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

Spot Curve

Returns bootstrapped zero-coupon spot rates derived from the US Treasury par yield curve

Parameters

1
countrystring
query

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