Public Endpoints
Supported Currencies (/symbols)
Get a complete list of all supported currencies with names, symbols, and country information
GET
Supported Currencies
Overview
The symbols endpoint returns detailed information about all currencies supported by the Exchange Rates API. This includes currency names, symbols, country information, and notes about special currencies.This endpoint is public and doesn’t require authentication. It’s perfect for building currency selection dropdowns and validation logic.
Request
Response
Always
true for successful responsesObject containing currency information keyed by ISO 4217 currency code
Full name of the currency
Currency symbol or abbreviation used for display
Country or region where the currency is used
Total number of supported currencies
Base currency for all exchange rates (always “AUD”)
General information about how rates are quoted
Supported Currencies
Major Global Currencies
| Code | Name | Symbol | Country |
|---|---|---|---|
| USD | US Dollar | $ | United States |
| EUR | Euro | € | European Union |
| GBP | British Pound Sterling | £ | United Kingdom |
| JPY | Japanese Yen | ¥ | Japan |
| CHF | Swiss Franc | CHF | Switzerland |
| CAD | Canadian Dollar | $ | Canada |
Asia-Pacific Region
| Code | Name | Symbol | Country |
|---|---|---|---|
| CNY | Chinese Renminbi | ¥ | China |
| KRW | South Korean Won | ₩ | South Korea |
| SGD | Singapore Dollar | $ | Singapore |
| NZD | New Zealand Dollar | $ | New Zealand |
| HKD | Hong Kong Dollar | $ | Hong Kong |
| TWD | Taiwan New Dollar | NT$ | Taiwan |
| INR | Indian Rupee | ₹ | India |
| THB | Thai Baht | ฿ | Thailand |
| MYR | Malaysian Ringgit | RM | Malaysia |
| IDR | Indonesian Rupiah¹ | Rp | Indonesia |
| VND | Vietnamese Dong¹ | ₫ | Vietnam |
| PHP | Philippine Peso | ₱ | Philippines |
¹ IDR and VND Precision: Indonesian Rupiah and Vietnamese Dong are provided as whole numbers (no decimal places) by the Reserve Bank of Australia source data.
Special Currencies
| Code | Name | Symbol | Notes |
|---|---|---|---|
| AUD | Australian Dollar | $ | Base currency |
| TWI | Trade-Weighted Index | TWI | Australia’s trade-weighted index; not available for conversion |
| SDR | Special Drawing Rights | SDR | International Monetary Fund reserve asset |
Building Currency Dropdowns
Use the symbols endpoint to populate currency selection interfaces:Validation Logic
Use the symbols data for input validation:Response Headers
The symbols endpoint is cached for 24 hours (
max-age=86400) since supported currencies rarely change. This helps improve performance and reduces unnecessary requests.Common Use Cases
1. Currency Selection Interface
Build dropdown menus or search interfaces for currency selection.2. Input Validation
Validate user-provided currency codes before making API requests.3. Display Formatting
Use currency symbols and names for user-friendly display of rates and amounts.4. Feature Detection
Check if specific currencies are supported before implementing features.5. Conversion Compatibility
Determine which currencies can be used with the/convert endpoint (excluding TWI).
Error Responses
The symbols endpoint is highly reliable, but may occasionally return errors:Supported Currencies

