Skip to content

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

AED/GHS over 1Y: show the values
PointAED/GHS
2025-09-263.3702
2025-10-033.4097
2025-10-103.3713
2025-10-172.8989
2025-10-242.9399
2025-10-312.9579
2025-11-072.9745
2025-11-142.9854
2025-11-213.0134
2025-11-283.0583
2025-12-053.1034
2025-12-133.1271
2025-12-203.1286
2025-12-273.0320
2026-01-032.8522
2026-01-102.9176
2026-01-172.9476
2026-01-242.9612
2026-01-312.9774
2026-02-072.9830
2026-02-142.9993
2026-02-212.9966
2026-02-282.9067
2026-03-072.9340
2026-03-142.9610
2026-03-212.9666
2026-03-282.9866
2026-04-042.9966
2026-04-113.0003
2026-04-183.0090
2026-04-253.0235
2026-05-023.0502
2026-05-093.0738
2026-05-173.1094
2026-05-253.1591
2026-06-013.1939
2026-06-103.1810
2026-06-173.0690
2026-06-243.0556
2026-07-013.0825
2026-07-083.1061
2026-07-153.1236
2026-07-223.1537
2026-07-293.1681
2026-08-053.1871
2026-08-123.1921
2026-08-203.0126
2026-08-273.0483
2026-09-033.0746
2026-09-103.1123
2026-09-173.1303
2026-09-243.1540

High

3.4097

Low

2.8522

Average

3.0640

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=GHS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=GHS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=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&currencies=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.