Currency field reference
Currency fields are used to store monetary data in custom object records. Each currency field supports only one ISO 4217 currency code, which admins choose when creating the field. After the field is created, the currency can't be changed.
Supported currency codes
The following currency codes are supported:
| Currency code | Currency name | Symbol | Region |
|---|---|---|---|
| AED | United Arab Emirates Dirham | د.إ | Middle East |
| ARS | Argentine Peso | $ | Latin America |
| AUD | Australian Dollar | A$ | APAC |
| BGN | Bulgarian Lev | Europe | |
| BRL | Brazilian Real | R$ | AMER, Latin America |
| CAD | Canadian Dollar | C$ | AMER |
| CHF | Swiss Franc | CHF | Europe |
| CLP | Chilean Peso | $ | Latin America |
| CNY | Chinese Yuan | ¥ | APAC |
| COP | Colombian Peso | $ | Latin America |
| CZK | Czech Koruna | Europe | |
| DKK | Danish Krone | Europe | |
| EUR | Euro | € | Europe |
| GBP | British Pound Sterling | £ | Europe |
| HKD | Hong Kong Dollar | HK$ | APAC |
| HUF | Hungarian Forint | Europe | |
| IDR | Indonesian Rupiah | APAC | |
| ILS | Israeli Shekel | ₪ | Middle East |
| INR | Indian Rupee | ₹ | APAC |
| JPY | Japanese Yen | ¥ | APAC |
| KWD | Kuwaiti Dinar | د.ك | Middle East |
| MXN | Mexican Peso | $ | AMER, Latin America |
| NOK | Norwegian Krone | kr | Europe |
| NTD | New Taiwan Dollar | APAC | |
| PHP | Philippine Peso | APAC | |
| PEN | Peruvian Sol | S/. | Latin America |
| PLN | Polish Złoty | zł | Europe |
| QAR | Qatari Riyal | ر.ق | Middle East |
| RON | Romanian Leu | Europe | |
| RUB | Russian Ruble | Europe | |
| SAR | Saudi Riyal | ر.س | Middle East |
| SEK | Swedish Krona | kr | Europe |
| SGD | Singapore Dollar | S$ | APAC |
| THB | Thai Baht | APAC | |
| TRY | Turkish Lira | ₺ | Middle East |
| UAH | Ukrainian Hryvnia | Europe | |
| USD | US Dollar | $ | AMER |
| VND | Vietnamese Dong | APAC |
Field property
For currency fields, the properties object includes the allowed_currencies array, which must contain exactly one supported ISO 4217 currency code.
Example:
{"type": "currency","key": "order_total","properties": {"allowed_currencies": ["USD"]}}