> For the complete documentation index, see [llms.txt](https://docs.settle.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settle.africa/data-and-details/exchange-rates.md).

# Exchange Rates

This endpoint fetches the most recent exchange rates between two currencies of countries within Africa.

{% hint style="info" %}
**Endpoint:** <https://settle.africa/rates/{Source}/{Destination}>
{% endhint %}

* Source: Id of Sending Country
* Destination: Id of Receiver's country

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

```
GET https://settle.africa/rates/{Source}/{Destination}
id: 5563678883
token: tegdghh66353l
expiry: 29/11/2024 12:23:23

```

{% endtab %}

{% tab title="Response" %}

```
{
    "status": "success",
    "data": {
        "rate": 195.85088724172127
    },
    "code": 0,
    "fetched": "13/11/2023 02:24:50",
    "message": "The rates is in the destination currency."
}

```

{% endtab %}
{% endtabs %}
