Latest Rates of multiple currency
GET https://data.fixer.io/api/latest? base=USD&symbols=GBP,JPY,EUR
Depending on your subscription plan, the API's latest
endpoint will return real-time exchange rate data updated every 60 minutes, every 10 minutes or every 60 seconds.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
base | string | [optional] Enter the three-letter currency code of your preferred base currency. | |
symbols | string | [optional] Enter a list of comma-separated currency codes to limit output currencies. |
RESPONSES
status: OK
{"success":true,"timestamp":1710857104,"base":"USD","date":"2024-03-19","rates":{"GBP":0.78741,"JPY":150.687984,"EUR":0.921205}}