Fx List Currencies
fx_list_currenciesList all supported ISO 4217 currency codes with their full names. Call this before converting to disambiguate "dollars" (USD vs AUD vs CAD vs HKD vs SGD) or to validate a user-supplied currency code. Covers the ~30 ECB reference currencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of supported currencies. | |
| error | No | Present when the call failed. Absent on success. | |
| source | No | Always "ECB via Frankfurter" — the upstream data provider. | |
| currencies | No | All supported currencies, sorted alphabetically by code. |