AED to GHS exchange rate API
UAE Dirham to Ghana Cedi · quoted 2026-09-26
3.1632
▼ +6.14% over 1Y
1 AED = 3.1632 GHS · 1 GHS = 0.31614 AED · Get this rate via the API
1 AED buys 3.1632 GHS as of 2026-09-26, so 1 GHS buys 0.31614 AED. Over the last year, AED/GHS traded between 2.8522 and 3.4097, averaged 3.0640 and fell 6.14%. The API holds daily AED/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/GHS over 1Y: show the values
| Point | AED/GHS |
|---|---|
| 2025-09-26 | 3.3702 |
| 2025-10-03 | 3.4097 |
| 2025-10-10 | 3.3713 |
| 2025-10-17 | 2.8989 |
| 2025-10-24 | 2.9399 |
| 2025-10-31 | 2.9579 |
| 2025-11-07 | 2.9745 |
| 2025-11-14 | 2.9854 |
| 2025-11-21 | 3.0134 |
| 2025-11-28 | 3.0583 |
| 2025-12-05 | 3.1034 |
| 2025-12-13 | 3.1271 |
| 2025-12-20 | 3.1286 |
| 2025-12-27 | 3.0320 |
| 2026-01-03 | 2.8522 |
| 2026-01-10 | 2.9176 |
| 2026-01-17 | 2.9476 |
| 2026-01-24 | 2.9612 |
| 2026-01-31 | 2.9774 |
| 2026-02-07 | 2.9830 |
| 2026-02-14 | 2.9993 |
| 2026-02-21 | 2.9966 |
| 2026-02-28 | 2.9067 |
| 2026-03-07 | 2.9340 |
| 2026-03-14 | 2.9610 |
| 2026-03-21 | 2.9666 |
| 2026-03-28 | 2.9866 |
| 2026-04-04 | 2.9966 |
| 2026-04-11 | 3.0003 |
| 2026-04-18 | 3.0090 |
| 2026-04-25 | 3.0235 |
| 2026-05-02 | 3.0502 |
| 2026-05-09 | 3.0738 |
| 2026-05-17 | 3.1094 |
| 2026-05-25 | 3.1591 |
| 2026-06-01 | 3.1939 |
| 2026-06-10 | 3.1810 |
| 2026-06-17 | 3.0690 |
| 2026-06-24 | 3.0556 |
| 2026-07-01 | 3.0825 |
| 2026-07-08 | 3.1061 |
| 2026-07-15 | 3.1236 |
| 2026-07-22 | 3.1537 |
| 2026-07-29 | 3.1681 |
| 2026-08-05 | 3.1871 |
| 2026-08-12 | 3.1921 |
| 2026-08-20 | 3.0126 |
| 2026-08-27 | 3.0483 |
| 2026-09-03 | 3.0746 |
| 2026-09-10 | 3.1123 |
| 2026-09-17 | 3.1303 |
| 2026-09-24 | 3.1540 |
High
3.4097
Low
2.8522
Average
3.0640
Get this rate via the API
One GET request returns the AED/GHS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=GHS").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/GHS API questions
How do I get the AED/GHS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/GHS rate in rates.GHS.
How far back does AED/GHS historical data go?
Daily AED/GHS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AED/GHS exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.