Forex
Latest EUR reference exchange rates
Get the latest ECB Euro reference rates.
- Base currency is always EUR.
- symbols: Optional comma-separated currency codes to filter. If omitted, all ~30 currencies are returned.
- Updated ~16:00 CET on business days. The response date field reflects the reference date of the rates, not the current time.
get/api/v1/forex/latest
Query parameters
symbolsstring nullable
Comma-separated target currency codes (ISO 4217 uppercase).
Comma-separated target currency codes (ISO 4217 uppercase).
Response
ECB Euro reference rates against ~30 currencies for the latest business day.
Example response
{
"data": {
"date": "2026-03-13",
"base": "EUR",
"rates": {
"GBP": 0.8361,
"JPY": 161.54,
"USD": 1.0873
}
},
"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"
]
}
}