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: show the values
| Point | AED/GMD |
|---|---|
| 2025-09-24 | 20.0225 |
| 2025-10-01 | 19.9834 |
| 2025-10-08 | 19.8872 |
| 2025-10-15 | 19.9391 |
| 2025-10-22 | 19.8342 |
| 2025-10-29 | 19.8691 |
| 2025-11-05 | 20.0062 |
| 2025-11-12 | 19.9957 |
| 2025-11-19 | 19.9211 |
| 2025-11-26 | 20.0361 |
| 2025-12-03 | 19.9900 |
| 2025-12-11 | 20.0811 |
| 2025-12-18 | 20.1140 |
| 2025-12-25 | 20.2290 |
| 2026-01-01 | 20.1212 |
| 2026-01-08 | 20.0663 |
| 2026-01-15 | 20.0386 |
| 2026-01-22 | 20.0831 |
| 2026-01-29 | 20.0459 |
| 2026-02-05 | 20.0056 |
| 2026-02-12 | 20.0111 |
| 2026-02-19 | 20.1228 |
| 2026-02-26 | 20.0105 |
| 2026-03-05 | 20.1067 |
| 2026-03-12 | 20.1610 |
| 2026-03-19 | 20.1721 |
| 2026-03-26 | 20.0980 |
| 2026-04-02 | 20.0781 |
| 2026-04-09 | 19.8744 |
| 2026-04-16 | 20.1468 |
| 2026-04-23 | 19.8744 |
| 2026-04-30 | 19.8745 |
| 2026-05-07 | 20.0102 |
| 2026-05-15 | 19.7394 |
| 2026-05-23 | 19.8066 |
| 2026-05-30 | 19.8090 |
| 2026-06-06 | 19.8577 |
| 2026-06-15 | 20.0554 |
| 2026-06-22 | 20.0065 |
| 2026-06-29 | 20.0386 |
| 2026-07-06 | 20.0777 |
| 2026-07-13 | 20.1298 |
| 2026-07-20 | 20.1270 |
| 2026-07-27 | 20.1445 |
| 2026-08-03 | 20.1887 |
| 2026-08-10 | 20.1422 |
| 2026-08-17 | 20.1731 |
| 2026-08-25 | 20.2543 |
| 2026-09-01 | 20.2787 |
| 2026-09-08 | 20.2600 |
| 2026-09-15 | 20.1587 |
| 2026-09-22 | 20.1309 |
High
20.2787
Low
19.7394
Average
20.0442
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.