currency_lookup
Resolve an ISO 4217 currency code such as USD, EUR, or JPY to its name, symbol, decimal places, and which countries use it when you need currency metadata rather than a live exchange rate.
Use when:
What is the symbol and number of decimal places for EUR?
Which countries use currency code JPY?
Get ISO 4217 name and metadata for USD
Do not use when:
Convert amounts between currencies or fetch live FX rates
Find which currency a country uses when you only have a country code (use country_lookup)
Validate payment-card-like numbers (use luhn_validate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |