> For the complete documentation index, see [llms.txt](https://partner-docs.covergenius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partner-docs.covergenius.com/rentalcover/supported-currencies.md).

# Supported Currencies

Use the `Currency` parameter on supported endpoints to specify the currency for quotes and payments. Pass a three-letter ISO 4217 code.

**Zero-decimal currencies**

For standard currencies, monetary amounts are expressed in the minor unit. For example, AUD 45.00 is passed as `4500`. For zero-decimal currencies, there is no decimal subdivision. For example, JPY 500 is passed as `500`.

Pass the currency code in Quote or InstantBooking. All subsequent calls for that booking (Purchase, Update, Cancel) use the same currency.

<table data-header-hidden="false" data-header-sticky><thead><tr><th width="255.8985595703125">Code</th><th width="256.273193359375">Currency</th><th>Zero decimal?</th></tr></thead><tbody><tr><td><code>AED</code></td><td>Emirati Dirham</td><td>No</td></tr><tr><td><code>ARS</code></td><td>Argentina Peso</td><td>No</td></tr><tr><td><code>AUD</code></td><td>Australian Dollar</td><td>No</td></tr><tr><td><code>BGN</code></td><td>Bulgaria Leva</td><td>No</td></tr><tr><td><code>BOB</code></td><td>Bolivian Boliviano</td><td>No</td></tr><tr><td><code>BRL</code></td><td>Brazil Real</td><td>No</td></tr><tr><td><code>BSD</code></td><td>Bahamas Dollar</td><td>No</td></tr><tr><td><code>CAD</code></td><td>Canadian Dollar</td><td>No</td></tr><tr><td><code>CHF</code></td><td>Switzerland Franc</td><td>No</td></tr><tr><td><code>CLP</code></td><td>Chile Peso</td><td>Yes</td></tr><tr><td><code>CNY</code></td><td>Chinese Yuan</td><td>No</td></tr><tr><td><code>COP</code></td><td>Colombia Peso</td><td>No</td></tr><tr><td><code>CZK</code></td><td>Czech Republic Koruna</td><td>No</td></tr><tr><td><code>DKK</code></td><td>Denmark Kroner</td><td>No</td></tr><tr><td><code>DOP</code></td><td>Dominican Peso</td><td>No</td></tr><tr><td><code>EGP</code></td><td>Egypt Pound</td><td>No</td></tr><tr><td><code>EUR</code></td><td>Euro</td><td>No</td></tr><tr><td><code>GBP</code></td><td>British Pound Sterling</td><td>No</td></tr><tr><td><code>HKD</code></td><td>Hong Kong Dollar</td><td>No</td></tr><tr><td><code>HRK</code></td><td>Croatia Kuna</td><td>No</td></tr><tr><td><code>HUF</code></td><td>Hungary Forint</td><td>No</td></tr><tr><td><code>IDR</code></td><td>Indonesia Rupiah</td><td>No</td></tr><tr><td><code>ILS</code></td><td>Israel Shekel</td><td>No</td></tr><tr><td><code>INR</code></td><td>India Rupee</td><td>No</td></tr><tr><td><code>ISK</code></td><td>Iceland Kronur</td><td>Yes</td></tr><tr><td><code>JPY</code></td><td>Japan Yen</td><td>Yes</td></tr><tr><td><code>KRW</code></td><td>South Korea Won</td><td>Yes</td></tr><tr><td><code>KZT</code></td><td>Kazakhstan Tenge</td><td>No</td></tr><tr><td><code>MAD</code></td><td>Moroccan Dirham</td><td>No</td></tr><tr><td><code>MUR</code></td><td>Mauritius Rupee</td><td>No</td></tr><tr><td><code>MXN</code></td><td>Mexico Peso</td><td>No</td></tr><tr><td><code>MYR</code></td><td>Malaysia Ringgit</td><td>No</td></tr><tr><td><code>NOK</code></td><td>Norway Krone</td><td>No</td></tr><tr><td><code>NZD</code></td><td>New Zealand Dollar</td><td>No</td></tr><tr><td><code>PEN</code></td><td>Peru Nuevos Sol</td><td>No</td></tr><tr><td><code>PHP</code></td><td>Philippines Peso</td><td>No</td></tr><tr><td><code>PLN</code></td><td>Poland Zlotych</td><td>No</td></tr><tr><td><code>PYG</code></td><td>Paraguayan Guaraní</td><td>Yes</td></tr><tr><td><code>QAR</code></td><td>Qatar Rial</td><td>No</td></tr><tr><td><code>RON</code></td><td>Romania New Lei</td><td>No</td></tr><tr><td><code>RSD</code></td><td>Serbia Dinar</td><td>No</td></tr><tr><td><code>RUB</code></td><td>Russia Ruble</td><td>No</td></tr><tr><td><code>SAR</code></td><td>Saudi Arabia Riyal</td><td>No</td></tr><tr><td><code>SEK</code></td><td>Sweden Kronor</td><td>No</td></tr><tr><td><code>SGD</code></td><td>Singapore Dollar</td><td>No</td></tr><tr><td><code>THB</code></td><td>Thailand Baht</td><td>No</td></tr><tr><td><code>TRY</code></td><td>Turkey Lira</td><td>No</td></tr><tr><td><code>TWD</code></td><td>Taiwan New Dollar</td><td>No</td></tr><tr><td><code>UAH</code></td><td>Ukraine Hryvnia</td><td>No</td></tr><tr><td><code>USD</code></td><td>United States Dollar</td><td>No</td></tr><tr><td><code>UYU</code></td><td>Uruguay Peso</td><td>No</td></tr><tr><td><code>VEF</code></td><td>Bolívar Fuerte</td><td>No</td></tr><tr><td><code>VND</code></td><td>Vietnam Dong</td><td>Yes</td></tr><tr><td><code>ZAR</code></td><td>South African Rand</td><td>No</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://partner-docs.covergenius.com/rentalcover/supported-currencies.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
