GEL to IQD exchange rate API
Lari to Iraqi Dinar · quoted 2026-09-25
503.7156
▲ +4.13% over 1Y
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 year, GEL/IQD traded between 479.2588 and 504.7247, averaged 490.6098 and rose 4.13%. 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 1Y: show the values
| Point | GEL/IQD |
|---|---|
| 2025-09-25 | 483.7149 |
| 2025-10-02 | 480.6329 |
| 2025-10-09 | 483.4998 |
| 2025-10-16 | 483.7663 |
| 2025-10-23 | 483.4575 |
| 2025-10-30 | 482.5100 |
| 2025-11-06 | 484.1441 |
| 2025-11-13 | 484.4581 |
| 2025-11-20 | 484.5573 |
| 2025-11-27 | 485.5482 |
| 2025-12-04 | 485.4960 |
| 2025-12-12 | 484.5477 |
| 2025-12-19 | 486.5728 |
| 2025-12-26 | 486.3000 |
| 2026-01-02 | 486.9239 |
| 2026-01-09 | 487.4417 |
| 2026-01-16 | 486.8707 |
| 2026-01-23 | 486.0971 |
| 2026-01-30 | 487.7749 |
| 2026-02-06 | 487.9192 |
| 2026-02-13 | 489.0254 |
| 2026-02-20 | 490.1223 |
| 2026-02-27 | 490.7165 |
| 2026-03-06 | 481.1581 |
| 2026-03-13 | 482.8972 |
| 2026-03-20 | 479.2588 |
| 2026-03-27 | 485.1224 |
| 2026-04-03 | 487.2708 |
| 2026-04-10 | 487.0446 |
| 2026-04-17 | 486.0787 |
| 2026-04-24 | 487.8975 |
| 2026-05-01 | 487.8912 |
| 2026-05-08 | 490.4451 |
| 2026-05-16 | 490.6046 |
| 2026-05-24 | 491.2305 |
| 2026-05-31 | 491.9835 |
| 2026-06-09 | 493.6171 |
| 2026-06-16 | 494.3484 |
| 2026-06-23 | 495.1074 |
| 2026-06-30 | 496.3365 |
| 2026-07-07 | 496.7858 |
| 2026-07-14 | 500.0225 |
| 2026-07-21 | 500.3913 |
| 2026-07-28 | 499.9369 |
| 2026-08-04 | 501.2032 |
| 2026-08-11 | 501.5384 |
| 2026-08-18 | 502.6314 |
| 2026-08-26 | 501.5304 |
| 2026-09-02 | 502.3839 |
| 2026-09-09 | 502.9580 |
| 2026-09-16 | 504.7247 |
| 2026-09-23 | 504.1084 |
High
504.7247
Low
479.2588
Average
490.6098
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.