Specific Currencies Rate
GET https://data.fixer.io/api/latest?symbols=USD,CAD,JPY
To reduce bandwidth you can limit the number of output currencies to a specific set of your choice on most API endpoints. To do so, simply append the Fixer API's symbols
parameter to your API request and set it to one or more comma-separated currency codes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
symbols | string | [optional] Enter a list of comma-separated currency codes to limit output currencies. |
RESPONSES
status: OK
{"success":true,"timestamp":1710857824,"base":"EUR","date":"2024-03-19","rates":{"USD":1.086124,"CAD":1.477482,"JPY":163.643091}}