> For the complete documentation index, see [llms.txt](https://docs.scrapingdog.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scrapingdog.com/google-flights-api/supported-google-flights-currency-codes.md).

# Supported Google Flights Currency Codes

| ALL | Albanian Lek                        |
| --- | ----------------------------------- |
| DZD | Algerian Dinar                      |
| ARS | Argentine Peso                      |
| AMD | Armenian Dram                       |
| AWG | Aruban Florin                       |
| AUD | Australian Dollar                   |
| AZN | Azerbaijani Manat                   |
| BSD | Bahamian Dollar                     |
| BHD | Bahraini Dinar                      |
| BYN | Belarusian Ruble                    |
| BMD | Bermudan Dollar                     |
| BAM | Bosnia-Herzegovina Convertible Mark |
| BRL | Brazilian Real                      |
| GBP | British Pound                       |
| BGN | Bulgarian Lev                       |
| XPF | CFP Franc                           |
| CAD | Canadian Dollar                     |
| CLP | Chilean Peso                        |
| CNY | Chinese Yuan                        |
| COP | Colombian Peso                      |
| CRC | Costa Rican Colón                   |
| CUP | Cuban Peso                          |
| CZK | Czech Koruna                        |
| DKK | Danish Krone                        |
| DOP | Dominican Peso                      |
| EGP | Egyptian Pound                      |
| EUR | Euro                                |
| GEL | Georgian Lari                       |
| HKD | Hong Kong Dollar                    |
| HUF | Hungarian Forint                    |
| ISK | Icelandic Króna                     |
| INR | Indian Rupee                        |
| IDR | Indonesian Rupiah                   |
| IRR | Iranian Rial                        |
| ILS | Israeli New Shekel                  |
| JMD | Jamaican Dollar                     |
| JPY | Japanese Yen                        |
| JOD | Jordanian Dinar                     |
| KZT | Kazakhstani Tenge                   |
| KWD | Kuwaiti Dinar                       |
| LBP | Lebanese Pound                      |
| MKD | Macedonian Denar                    |
| MYR | Malaysian Ringgit                   |
| MXN | Mexican Peso                        |
| MDL | Moldovan Leu                        |
| MAD | Moroccan Dirham                     |
| TWD | New Taiwan Dollar                   |
| NZD | New Zealand Dollar                  |
| NOK | Norwegian Krone                     |
| OMR | Omani Rial                          |
| PKR | Pakistani Rupee                     |
| PAB | Panamanian Balboa                   |
| PEN | Peruvian Sol                        |
| PHP | Philippine Peso                     |
| PLN | Polish Zloty                        |
| QAR | Qatari Riyal                        |
| RON | Romanian Leu                        |
| RUB | Russian Ruble                       |
| SAR | Saudi Riyal                         |
| RSD | Serbian Dinar                       |
| SGD | Singapore Dollar                    |
| ZAR | South African Rand                  |
| KRW | South Korean Won                    |
| SEK | Swedish Krona                       |
| CHF | Swiss Franc                         |
| THB | Thai Baht                           |
| TRY | Turkish Lira                        |
| USD | US Dollar                           |
| UAH | Ukrainian Hryvnia                   |
| AED | United Arab Emirates Dirham         |
| VND | Vietnamese Dong                     |


---

# 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://docs.scrapingdog.com/google-flights-api/supported-google-flights-currency-codes.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.
