Veille

Exchange Rates

GET
/v1/vat/rates

Get current ECB exchange rates for any supported base currency. Optionally filter to specific target currencies. Updated daily from the European Central Bank.

Credit cost: 1 credit per call

Authentification

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Paramètres de requête

base?string

Base currency ISO 4217 code (defaults to EUR).

Default"EUR"
symbols?string

Comma-separated target currency codes to filter (e.g. USD,GBP,JPY).

Corps de la réponse

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/vat/rates"

{  "base": "EUR",  "date": "2026-02-20",  "rates": {    "AUD": 1.6697,    "BRL": 6.1358,    "CAD": 1.6112,    "CHF": 0.9132,    "CNY": 8.1294,    "CZK": 24.241,    "DKK": 7.4716,    "EUR": 1,    "GBP": 0.8728,    "HKD": 9.1961,    "HUF": 379.65,    "IDR": 19872.87,    "ILS": 3.6783,    "INR": 107.0155,    "ISK": 144.9,    "JPY": 182.63,    "KRW": 1705.81,    "MXN": 20.2402,    "MYR": 4.5927,    "NOK": 11.254,    "NZD": 1.9763,    "PHP": 68.428,    "PLN": 4.2238,    "RON": 5.0978,    "SEK": 10.6745,    "SGD": 1.4931,    "THB": 36.719,    "TRY": 51.5932,    "USD": 1.1767,    "ZAR": 18.9417  }}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}