> For the complete documentation index, see [llms.txt](https://apidocs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.akinon.com/omnitron/integration/price/currency-unit-table.md).

# Currency Unit Table

Currencies are defined as enum strings in Omnitron. The following table contains currencies in Omnitron.

<table data-header-hidden><thead><tr><th width="209.07421875"></th><th width="516.109375"></th></tr></thead><tbody><tr><td><strong>Parameter</strong></td><td><strong>Currency</strong></td></tr><tr><td><strong>eur</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/23px-Flag_of_Europe.svg.png" alt=""> Euro</td></tr><tr><td><strong>usd</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/en/thumb/a/a4/Flag_of_the_United_States.svg/20px-Flag_of_the_United_States.svg.png" alt=""> US Dolar</td></tr><tr><td><strong>egp</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fe/Flag_of_Egypt.svg/23px-Flag_of_Egypt.svg.png" alt=""> Egyptian Pound</td></tr><tr><td><strong>gbp</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/en/thumb/a/ae/Flag_of_the_United_Kingdom.svg/23px-Flag_of_the_United_Kingdom.svg.png" alt=""> British Pound</td></tr><tr><td><strong>mad</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Flag_of_Morocco.svg/23px-Flag_of_Morocco.svg.png" alt=""> Moroccan Dirham</td></tr><tr><td><strong>pln</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/en/thumb/1/12/Flag_of_Poland.svg/23px-Flag_of_Poland.svg.png" alt=""> Polish Złoty</td></tr><tr><td><strong>sar</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Flag_of_Saudi_Arabia.svg/23px-Flag_of_Saudi_Arabia.svg.png" alt=""> Saudi Riyal</td></tr><tr><td><strong>ron</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Flag_of_Romania.svg/23px-Flag_of_Romania.svg.png" alt=""> Romanian Leu</td></tr><tr><td><strong>uah</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Flag_of_Ukraine.svg/23px-Flag_of_Ukraine.svg.png" alt=""> Ukrainian Hryvnia</td></tr><tr><td><strong>czk</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Flag_of_the_Czech_Republic.svg/23px-Flag_of_the_Czech_Republic.svg.png" alt=""> Czech Koruna</td></tr><tr><td><strong>huf</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c1/Flag_of_Hungary.svg/23px-Flag_of_Hungary.svg.png" alt=""> Hungarian Forint</td></tr><tr><td><strong>rub</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/en/thumb/f/f3/Flag_of_Russia.svg/23px-Flag_of_Russia.svg.png" alt=""> Russian Ruble</td></tr><tr><td><strong>bgn</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Flag_of_Bulgaria.svg/23px-Flag_of_Bulgaria.svg.png" alt=""> Bulgarian Lev</td></tr><tr><td><strong>iqd</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Flag_of_Iraq.svg/23px-Flag_of_Iraq.svg.png" alt=""> Iraqi Dinar</td></tr><tr><td><strong>bhd</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Bahrain_flag_icon.png/23px-Bahrain_flag_icon.png" alt=""> Bahraini Dinar</td></tr><tr><td><strong>omr</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Oman_(77300)_-_The_Noun_Project.svg/23px-Oman_(77300)_-_The_Noun_Project.svg.png" alt=""> Omani Rial</td></tr><tr><td><strong>kwd</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Kuwait_flag_icon.png/23px-Kuwait_flag_icon.png" alt=""> Kuwaiti Dinar</td></tr><tr><td><strong>qar</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Qatar_(77299)_-_The_Noun_Project.svg/23px-Qatar_(77299)_-_The_Noun_Project.svg.png" alt=""> Qatari Rial</td></tr><tr><td><strong>aed</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/United_Arab_Emirates_(77298)_-_The_Noun_Project.svg/23px-United_Arab_Emirates_(77298)_-_The_Noun_Project.svg.png" alt=""> U. Arab Emirates Dirham</td></tr><tr><td><strong>ngn</strong></td><td><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Flag_of_Nigeria.svg/23px-Flag_of_Nigeria.svg.png" alt=""> Nigerian Naira</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://apidocs.akinon.com/omnitron/integration/price/currency-unit-table.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.
