# Fiat currencies

Here you can find a list of fiat currencies IVPAY system supports:

| Currency                    | Ticker |
| --------------------------- | ------ |
| Argentine peso              | ARS    |
| Australian dollar           | AUD    |
| Bahraini dinar              | BHD    |
| Bangladeshi taka            | BDT    |
| Brazilian real              | BRL    |
| British pound sterling      | GBP    |
| Burmese kyat                | MMK    |
| Canadian dollar             | CAD    |
| Chilean peso                | CLP    |
| Czech koruna                | CZK    |
| Danish krone                | DKK    |
| Euro                        | EUR    |
| Georgian lari               | GEL    |
| Hong Kong dollar            | HKD    |
| Hungarian forint            | HUF    |
| Indian rupee                | INR    |
| Indonesian rupiah           | IDR    |
| Israeli new shekel          | ILS    |
| Japanese yen                | JPY    |
| Kuwaiti dinar               | KWD    |
| Malaysian ringgit           | MYR    |
| Mexican peso                | MXN    |
| New Taiwan dollar           | TWD    |
| New Zealand dollar          | NZD    |
| Nigerian naira              | NGN    |
| Norwegian krone             | NOK    |
| Pakistani rupee             | PKR    |
| Philippine peso             | PHP    |
| Polish złoty                | PLN    |
| Renminbi                    | CNY    |
| Saudi riyal                 | SAR    |
| Singapore dollar            | SGD    |
| South African rand          | ZAR    |
| South Korean won            | KRW    |
| Sri Lankan rupee            | LKR    |
| Swedish krona               | SEK    |
| Swiss franc                 | CHF    |
| Thai baht                   | THB    |
| Turkish lira                | TRY    |
| Ukrainian hryvnia           | UAH    |
| United Arab Emirates dirham | AED    |
| United States dollar        | USD    |
| Uruguayan peso              | UYU    |
| Vietnamese đồng             | VND    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ivpay.io/start/get-started/fiat-currencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
