API Documentation
⌘K
API Key
Get free key GET
/api/1/bonds/yield-curveBond 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": {}
}
]