GEL to IQD exchange rate API
Lari to Iraqi Dinar · quoted 2026-09-25
503.7156
▲ +4.08% over 5Y
1 GEL = 503.7156 IQD · 1 IQD = 0.001985 GEL · Get this rate via the API
1 GEL buys 503.7156 IQD as of 2026-09-25, so 1 IQD buys 0.001985 GEL. Over the last 5 years, GEL/IQD traded between 461.3432 and 503.8833, averaged 483.7018 and rose 4.08%. The API holds daily GEL/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/IQD over 5Y: show the values
| Point | GEL/IQD |
|---|---|
| 2024-08-24 | 483.9595 |
| 2024-10-07 | 477.4345 |
| 2024-11-06 | 480.9425 |
| 2024-12-06 | 469.0328 |
| 2025-01-05 | 465.3557 |
| 2025-02-04 | 461.3432 |
| 2025-03-06 | 470.5214 |
| 2025-04-06 | 475.1628 |
| 2025-05-06 | 477.9108 |
| 2025-06-07 | 479.6946 |
| 2025-07-07 | 481.9183 |
| 2025-08-06 | 484.5504 |
| 2025-09-05 | 486.3909 |
| 2025-10-06 | 481.0165 |
| 2025-11-05 | 484.2142 |
| 2025-12-05 | 485.4846 |
| 2026-01-05 | 487.3018 |
| 2026-02-04 | 486.0855 |
| 2026-03-06 | 481.1581 |
| 2026-04-05 | 486.7573 |
| 2026-05-05 | 487.8920 |
| 2026-06-06 | 492.9158 |
| 2026-07-08 | 499.0588 |
| 2026-08-07 | 502.5452 |
| 2026-09-07 | 503.8833 |
High
503.8833
Low
461.3432
Average
483.7018
Get this rate via the API
One GET request returns the GEL/IQD 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=GEL¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/IQD API questions
How do I get the GEL/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/IQD rate in rates.IQD.
How far back does GEL/IQD historical data go?
Daily GEL/IQD 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 GEL/IQD 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.