API Documentation
⌘K
API Key
Get free key GET
/api/1/ecb/key-ratesECB key interest rates
ECB key policy rates: main refinancing, deposit facility, marginal lending (macro.ecb_key_rates).
Parameters
2fromstringOptional start date (YYYY-MM-DD)
limitnumberMax rows (default 100, max 5000)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/ecb/key-rates?from=2025-01-01&limit=100' \
-H 'Accept: application/json'200 Response
{
"data": []
}