API Documentation

⌘K
GET/api/1/interest-rates/yield-curve

US Treasury yield curve (latest)

Latest daily observations for 1Y, 2Y, 5Y, 10Y, 30Y constant maturity (DGS1–DGS30).

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/interest-rates/yield-curve' \
  -H 'Accept: application/json'
200 Response
{
  "data": {
    "tenor": "10Y",
    "series_id": "DGS10",
    "date": "string",
    "value": 0
  }
}