Currency Endpoints
Get Currency by Country
Retrieve the official currency for a single country by ISO2, ISO3, or numeric ID
GET
Retrieve the currency used by a single country. The path parameter accepts three forms for flexibility:
- ISO 3166-1 alpha-2 code (e.g.,
US,IN) - ISO 3166-1 alpha-3 code (e.g.,
USA,IND) - Numeric country ID (e.g.,
233for the United States in our database)
Availability: Supporter plan and above. Returns
403 on lower tiers.Responses are cached server-side for 24 hours. Equivalent identifier forms (e.g.,
1 and 001) resolve to the same cache slot.Authentication
Your API key for authentication
Path Parameters
ISO2 code, ISO3 code, or numeric country ID. Case-insensitive for ISO codes.
Response
ISO2 code of the country (e.g.,
"US")Currency information
Related Endpoints
- List All Currencies — every country’s currency in one call, with optional reverse lookup
- Get Country Details — full country record including currency fields inline