Skip to content

AED to GEL exchange rate API

UAE Dirham to Lari · quoted 2026-09-24

0.71042

▼ +3.04% over YTD

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 year to date, AED/GEL traded between 0.70715 and 0.74130, averaged 0.72423 and fell 3.04%. 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 YTD

AED/GEL over YTD: show the values
PointAED/GEL
2025-12-310.73267
2026-01-070.73360
2026-01-140.73352
2026-01-210.73258
2026-01-280.73208
2026-02-040.73211
2026-02-110.73143
2026-02-180.72888
2026-02-250.72777
2026-03-040.73642
2026-03-110.74130
2026-03-180.73865
2026-03-250.73727
2026-04-010.73129
2026-04-080.73178
2026-04-150.73100
2026-04-220.73233
2026-04-290.73373
2026-05-060.73237
2026-05-140.72840
2026-05-210.72651
2026-05-290.72482
2026-06-050.72427
2026-06-140.72269
2026-06-210.72086
2026-06-280.71862
2026-07-050.71732
2026-07-120.71634
2026-07-190.71550
2026-07-260.71374
2026-08-020.71408
2026-08-090.71167
2026-08-160.71055
2026-08-240.70715
2026-08-310.70819
2026-09-070.70805
2026-09-140.70735
2026-09-210.70754

High

0.74130

Low

0.70715

Average

0.72423

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.