# Currencies

Apptiflo supports the following list of currencies. Each Account will designate a currency as its Home currency.&#x20;

| Currency Name        | Currency Symbol |
| -------------------- | --------------- |
| United States Dollar | USD             |
| Euro                 | EUR             |
| Japanese Yen         | JPY             |
| Pound Sterling       | GBP             |
| Australian Dollar    | AUD             |
| Canadian Dollar      | CAD             |
| Swiss Franc          | CHF             |
| Renminbi             | CNY             |
| Hong Kong Dollar     | HKD             |
| New Zealand Dollar   | NZD             |
| Swedish Krona        | SEK             |
| South Korean Won     | KRW             |
| Singapore Dollar     | SGD             |
| Norwegian Krone      | NOK             |
| Mexican Peso         | MXN             |
| Indian Rupee         | INR             |
| Russian Ruble        | RUB             |
| South African Rand   | ZAR             |
| Turkish Lira         | TRY             |
| Brazilian Real       | BRL             |
| New Taiwan Dollar    | TWD             |
| Danish Krone         | DKK             |
| Polish Złoty         | PLN             |
| Thai Baht            | THB             |
| Indonesian Rupiah    | IDR             |
| Hungarian Forint     | HUF             |
| Czech Koruna         | CZK             |
| Israeli New Shekel   | ILS             |
| Chilean Peso         | CLP             |
| Philippine Peso      | PHP             |
| UAE Dirham           | AED             |
| Colombian Peso       | COP             |
| Saudi Riyal          | SAR             |
| Malaysian Ringgit    | MYR             |
| Romanian Leu         | RON             |

{% embed url="<https://apptiflo.com/>" %}


---

# 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.apptiflo.com/settings-docs/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.
