# Currency Codes

{% tabs %}
{% tab title="Africa" %}

<table><thead><tr><th>Country</th><th>Country Code</th><th width="195">Currency Name</th><th>Currency Code</th></tr></thead><tbody><tr><td>Ghana</td><td>GH</td><td>Ghana Cedis</td><td>GHS</td></tr><tr><td>Kenya</td><td>KE</td><td>Kenyan Shilling</td><td>KES</td></tr><tr><td>Nigeria</td><td>NG</td><td>Nigerian Naira</td><td>NGN</td></tr><tr><td>Uganda</td><td>UG</td><td>Ugandan Shilling</td><td>UGX</td></tr><tr><td>South Africa</td><td>ZA</td><td>South African Rand</td><td>ZAR</td></tr><tr><td>Tanzania</td><td>TZ</td><td>Tanzanian Shilling</td><td>TSH</td></tr></tbody></table>

{% endtab %}

{% tab title="LATAM" %}

| Country   | Country Code | Currency Name      | Currency Code |
| --------- | ------------ | ------------------ | ------------- |
| Argentina | ARG          | Argentine Peso     | ARS           |
| Bolivia   | BOL          | Bolivian Bolíviano | BOB           |
| Brazil    | BRA          | Brazilian Real     | BRL           |
| Colombia  | COL          | Colombian Peso     | COP           |
| Mexico    | MEX          | Mexican Peso       | MXN           |

{% endtab %}

{% tab title="General" %}

| Currency Name   | Currency Code |
| --------------- | ------------- |
| British Pound   | GBP           |
| Canadian Dollar | CAD           |
| Euro            | EUR           |
| Dollar          | USD           |
| Tether US       | USDT          |
| USD Coin        | USDC          |

{% endtab %}
{% endtabs %}


---

# 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://yogupay.gitbook.io/yogupay-payout-api/developers/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.
