# Alphabetic currency codes

<table><thead><tr><th width="383">Alphabetic code</th><th>Currency</th></tr></thead><tbody><tr><td>RUB</td><td>Russian ruble</td></tr><tr><td>EUR</td><td>Euro</td></tr><tr><td>USD</td><td>US dollar</td></tr><tr><td>AUD</td><td>Australian dollar</td></tr><tr><td>AZN</td><td>Azerbaijani manat</td></tr><tr><td>AMD</td><td>Armenian Drama</td></tr><tr><td>BYN</td><td>Belarusian ruble</td></tr><tr><td>BGN</td><td>Bulgarian lion</td></tr><tr><td>BRL</td><td>Brazilian Real</td></tr><tr><td>HUF</td><td>Hungarian forint</td></tr><tr><td>KRW</td><td>Won of the Republic of Korea</td></tr><tr><td>HKD</td><td>Hong Kong dollar</td></tr><tr><td>DKK</td><td>Danish krone</td></tr><tr><td>INR</td><td>Indian rupee</td></tr><tr><td>KZT</td><td>Kazakh tenge</td></tr><tr><td>CAD</td><td>Canadian dollar</td></tr><tr><td>KGS</td><td>Kyrgyz som</td></tr><tr><td>CNY</td><td>Chinese yuan</td></tr><tr><td>MDL</td><td>Moldovan leu</td></tr><tr><td>TMT</td><td>New Turkmen Manat</td></tr><tr><td>NOK</td><td>Norwegian kroner</td></tr><tr><td>PLN</td><td>Polish zloty</td></tr><tr><td>RON</td><td>Romanian leu</td></tr><tr><td>SGD</td><td>Singapore dollar</td></tr><tr><td>TJS</td><td>Tajik Somoni</td></tr><tr><td>TRY</td><td>Turkish lira</td></tr><tr><td>UZS</td><td>Uzbek Sum</td></tr><tr><td>UAH</td><td>Ukrainian hryvnia</td></tr><tr><td>GBP</td><td>Pound Sterling of the United Kingdom</td></tr><tr><td>CZK</td><td>Czech crown</td></tr><tr><td>SEK</td><td>Swedish krone</td></tr><tr><td>CHF</td><td>Swiss franc</td></tr><tr><td>ZAR</td><td>South African rand</td></tr><tr><td>JPY</td><td>Japanese Yen</td></tr></tbody></table>


---

# 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://tegro.gitbook.io/en/tegro-money/background-information/alphabetic-currency-codes.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.
