Summary: Search countries by currency Operation ID: getCountriesByCurrency Auth: none
Find all countries that use a specific currency. Currency codes are ISO 4217 codes like "EUR", "USD", "GBP". Useful for financial applications, currency conversion tools, or geographic economic analysis. Returns all countries where the specified currency is official.
Original spec description
Get all countries that use a specific currency.
Usage Tips
- Use ISO 4217 currency codes: EUR, USD, GBP, JPY
- Case-insensitive: "eur" and "EUR" both work
- Returns array of all countries using that currency (e.g., "EUR" returns 36+ countries)
- Does not include historical currencies or unofficial currency usage
Parameters (2)
currency(string, path, required)
Currency code or name (e.g., 'eur', 'dollar')
fields(string, query, optional)
Comma-separated list of fields to include (max 10 fields)