v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBForeignExchangeRates
Retrieve foreign exchange rate
Returns a single foreign exchange rate record by id, always expressed against EUR — the baseCurrency conversion available on the list endpoint does not apply here.
get/foreignexchangerates/{id}
Path parameters
idstring required
Response
Successful Response
Example response
{
"id": "fx-2024-01-15",
"date": "2024-01-15T00:00:00Z",
"rates": {
"EUR": 1,
"USD": 1.086
}
}