Mid-market prices and finalized daily closes & official daily fixings published by central banks.
Endpoints · 8 of 8
curl -X GET https://eu-north-1.apimercado.com/v1/e72bpbz582mh/fx-api/v1/market?from=EUR&to=USD%2CGBP \ -H "X-API-Key: $API_KEY"
Request
{
"from": "EUR",
"to": "USD,GBP"
}Response
{
"data": {
"base": "EUR",
"rates": {
"<key>": {
"asOf": "2026-05-29T14:32:00.000Z",
"rate": 1.0876
}
}
},
"meta": {
"source": "market_data",
"requestId": "string",
"apiVersion": "string"
}
}