Forex
Historical exchange rates (last 90 days)
Get ECB Euro reference rates for the last 90 business days.
- Base currency is always EUR.
- symbols: Optional comma-separated currency codes to filter. If omitted, all ~30 currencies are returned per day.
- Ordered newest first. Weekends and ECB holidays are omitted.
get/api/v1/forex/history
Query parameters
symbolsstring nullable
Comma-separated target currency codes to filter.
Comma-separated target currency codes to filter.
Response
Time-ordered list of ECB reference rates, newest first.
Example response
{
"data": [
{
"date": "2026-03-13",
"base": "EUR"
}
],
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}