# PayPal-supported currencies (/reports/reference/supported-currencies)



Currency codes appear alongside monetary amounts throughout PayPal reports. Each transaction row that includes a monetary value also includes the corresponding currency code, letting you identify the denomination of every amount in a single record.

PayPal reports use ISO 4217 currency codes to represent monetary amounts in transaction fields. An ISO 4217 code is a 3-letter identifier that uniquely identifies a fiat currency, for example `USD` for United States Dollar or `EUR` for Euro. Using an unrecognized code in a currency field returns no results.

This page lists every fiat currency that PayPal supports for payments and account balances, so developers and analysts who work with PayPal report data can accurately interpret and validate currency fields in your reports. This list helps ensure consistency and accuracy when handling financial data.

Currency codes appear in many fields, including:

* `Currency` — The currency of the transaction, which is present in most reports that include monetary amounts, such as the [Activity Download report](/reports/activity-download/).
* `Transaction Currency` — The currency of the gross transaction amount in reports such as the [Balance report](/reports/balance/) and [Pricing Transaction report](/platforms/reports/partner-merchant-reconciliation/pricing-transaction/).
* `Settlement Currency` — The currency in which the transaction is settled, when it differs from the transaction currency.
* `Payout Currency` — The currency in which a revenue share payout is disbursed, in reports such as the [Revenue Share Transactions report](/platforms/reports/partner-merchant-reconciliation/revenue-share-transactions/).

> **Info:** Some currencies have special behavior. For example, 0-digit currencies do not support decimal places or fractions, and some currencies are restricted to in-country accounts. For more information about these cases, see the 
>
> [Special currency behavior](#special-currency-behavior)
>
>  section.

## Supported currencies [#supported-currencies]

| Currency             | Code  | Notes                                                                         |
| -------------------- | ----- | ----------------------------------------------------------------------------- |
| Australian Dollar    | `AUD` |                                                                               |
| Brazilian Real       | `BRL` | In-country only. See [Special currency behavior](#special-currency-behavior)  |
| Canadian Dollar      | `CAD` |                                                                               |
| Chinese Renminbi     | `CNY` | In-country only. See [Special currency behavior](#special-currency-behavior)  |
| Czech Koruna         | `CZK` |                                                                               |
| Danish Krone         | `DKK` |                                                                               |
| Euro                 | `EUR` |                                                                               |
| Hong Kong Dollar     | `HKD` |                                                                               |
| Hungarian Forint     | `HUF` | Zero-digit currency. No decimal places or fractions.                          |
| Israeli New Shekel   | `ILS` |                                                                               |
| Japanese Yen         | `JPY` | Zero-digit currency. No decimal places or fractions.                          |
| Malaysian Ringgit    | `MYR` | In-country only. See [Special currency behavior](#special-currency-behavior). |
| Mexican Peso         | `MXN` |                                                                               |
| New Taiwan Dollar    | `TWD` | Zero-digit currency. No decimal places or fractions.                          |
| New Zealand Dollar   | `NZD` |                                                                               |
| Norwegian Krone      | `NOK` |                                                                               |
| Philippine Peso      | `PHP` |                                                                               |
| Polish Złoty         | `PLN` |                                                                               |
| Pound Sterling       | `GBP` |                                                                               |
| Singapore Dollar     | `SGD` |                                                                               |
| Swedish Krona        | `SEK` |                                                                               |
| Swiss Franc          | `CHF` |                                                                               |
| Thai Baht            | `THB` |                                                                               |
| United States Dollar | `USD` |                                                                               |

## Special currency behavior [#special-currency-behavior]

Some currencies have special behavior that you should be aware of when you work with PayPal report data:

* **In-country currencies (BRL, CNY, MYR):** These currencies are supported as a payment currency (buyer currency) or settlement currency (holding currency) only for in-country PayPal accounts. If the settlement account is based outside of the country, PayPal converts the amount to the account's primary currency at the applicable currency conversion rate, which includes a spread or fee.
* **Zero-digit currencies (HUF, JPY, TWD):** These currencies do not support decimal places or fractions. Always express amounts in these currencies as whole numbers in your integration.

## Next steps [#next-steps]

* Cross-check currency codes against transaction amounts when you reconcile report data to confirm you are reading the correct denomination for each amount field.
* For cryptocurrency codes that are used in digital asset transaction fields, see [PayPal-supported cryptocurrencies](/reports/reference/cryptocurrencies).
