Skip to content

AED to GMD exchange rate API

UAE Dirham to Dalasi · quoted 2026-09-24

20.1537

▲ +0.66% over 1Y

1 AED = 20.1537 GMD · 1 GMD = 0.04962 AED · Get this rate via the API

1 AED buys 20.1537 GMD as of 2026-09-24, so 1 GMD buys 0.04962 AED. Over the last year, AED/GMD traded between 19.7394 and 20.2787, averaged 20.0442 and rose 0.66%. The API holds daily AED/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/GMD over 1Y

AED/GMD over 1Y: show the values
PointAED/GMD
2025-09-2420.0225
2025-10-0119.9834
2025-10-0819.8872
2025-10-1519.9391
2025-10-2219.8342
2025-10-2919.8691
2025-11-0520.0062
2025-11-1219.9957
2025-11-1919.9211
2025-11-2620.0361
2025-12-0319.9900
2025-12-1120.0811
2025-12-1820.1140
2025-12-2520.2290
2026-01-0120.1212
2026-01-0820.0663
2026-01-1520.0386
2026-01-2220.0831
2026-01-2920.0459
2026-02-0520.0056
2026-02-1220.0111
2026-02-1920.1228
2026-02-2620.0105
2026-03-0520.1067
2026-03-1220.1610
2026-03-1920.1721
2026-03-2620.0980
2026-04-0220.0781
2026-04-0919.8744
2026-04-1620.1468
2026-04-2319.8744
2026-04-3019.8745
2026-05-0720.0102
2026-05-1519.7394
2026-05-2319.8066
2026-05-3019.8090
2026-06-0619.8577
2026-06-1520.0554
2026-06-2220.0065
2026-06-2920.0386
2026-07-0620.0777
2026-07-1320.1298
2026-07-2020.1270
2026-07-2720.1445
2026-08-0320.1887
2026-08-1020.1422
2026-08-1720.1731
2026-08-2520.2543
2026-09-0120.2787
2026-09-0820.2600
2026-09-1520.1587
2026-09-2220.1309

High

20.2787

Low

19.7394

Average

20.0442

For developers

Get this rate via the API

One GET request returns the AED/GMD 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=GMD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=GMD");
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=GMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/GMD API questions

How do I get the AED/GMD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=GMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/GMD rate in rates.GMD.

How far back does AED/GMD historical data go?

Daily AED/GMD 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/GMD 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.