API Documentation

⌘K
GET/api/1/bonds/yield-curve

Bond Yield Curve API

Returns the latest Treasury yield curve data across maturities

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/bonds/yield-curve' \
  -H 'Accept: application/json'
200 Response
[
  {
  "code": "10y",
  "date": "2024-01-15T00:00:00.000Z",
  "maturity_json": {}
}
]