Skip to content

AED to GEL exchange rate API

UAE Dirham to Lari · quoted 2026-09-24

0.71042

▼ +3.70% over 1Y

1 AED = 0.71042 GEL · 1 GEL = 1.4076 AED · Get this rate via the API

1 AED buys 0.71042 GEL as of 2026-09-24, so 1 GEL buys 1.4076 AED. Over the last year, AED/GEL traded between 0.70750 and 0.74263, averaged 0.72728 and fell 3.70%. The API holds daily AED/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/GEL over 1Y

AED/GEL over 1Y: show the values
PointAED/GEL
2025-09-240.73775
2025-10-010.74041
2025-10-080.73841
2025-10-150.73707
2025-10-220.73719
2025-10-290.73845
2025-11-050.73660
2025-11-120.73632
2025-11-190.73532
2025-11-260.73500
2025-12-030.73439
2025-12-110.73423
2025-12-180.73295
2025-12-250.73355
2026-01-010.73290
2026-01-080.73355
2026-01-150.73343
2026-01-220.73263
2026-01-290.73216
2026-02-050.73163
2026-02-120.73236
2026-02-190.72870
2026-02-260.72749
2026-03-050.74160
2026-03-120.74263
2026-03-190.73939
2026-03-260.73467
2026-04-020.73115
2026-04-090.73100
2026-04-160.73238
2026-04-230.73236
2026-04-300.73228
2026-05-070.72964
2026-05-150.72969
2026-05-230.72509
2026-05-300.72368
2026-06-060.72363
2026-06-150.72241
2026-06-220.72112
2026-06-290.71832
2026-07-060.71510
2026-07-130.71559
2026-07-200.71255
2026-07-270.71352
2026-08-030.71219
2026-08-100.71100
2026-08-170.70965
2026-08-250.70882
2026-09-010.70968
2026-09-080.70862
2026-09-150.70750
2026-09-220.70776

High

0.74263

Low

0.70750

Average

0.72728

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/GEL API questions

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

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

How far back does AED/GEL historical data go?

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