Skip to main content
GET
/
api
/
economic
/
v1
/
get-eu-yield-curve
GetEuYieldCurve
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-eu-yield-curve
{
  "data": {
    "date": "<string>",
    "rates": {},
    "source": "<string>",
    "updatedAt": "<string>"
  },
  "unavailable": true
}

Response

Successful response

GetEuYieldCurveResponse contains the latest ECB Euro Area AAA sovereign yield curve.

data
object

EuYieldCurveData holds a single observation of the ECB Euro Area AAA yield curve.

unavailable
boolean

True if data is not yet available in cache.