Skip to content

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

GEL/IQD over 1Y: show the values
PointGEL/IQD
2025-09-25483.7149
2025-10-02480.6329
2025-10-09483.4998
2025-10-16483.7663
2025-10-23483.4575
2025-10-30482.5100
2025-11-06484.1441
2025-11-13484.4581
2025-11-20484.5573
2025-11-27485.5482
2025-12-04485.4960
2025-12-12484.5477
2025-12-19486.5728
2025-12-26486.3000
2026-01-02486.9239
2026-01-09487.4417
2026-01-16486.8707
2026-01-23486.0971
2026-01-30487.7749
2026-02-06487.9192
2026-02-13489.0254
2026-02-20490.1223
2026-02-27490.7165
2026-03-06481.1581
2026-03-13482.8972
2026-03-20479.2588
2026-03-27485.1224
2026-04-03487.2708
2026-04-10487.0446
2026-04-17486.0787
2026-04-24487.8975
2026-05-01487.8912
2026-05-08490.4451
2026-05-16490.6046
2026-05-24491.2305
2026-05-31491.9835
2026-06-09493.6171
2026-06-16494.3484
2026-06-23495.1074
2026-06-30496.3365
2026-07-07496.7858
2026-07-14500.0225
2026-07-21500.3913
2026-07-28499.9369
2026-08-04501.2032
2026-08-11501.5384
2026-08-18502.6314
2026-08-26501.5304
2026-09-02502.3839
2026-09-09502.9580
2026-09-16504.7247
2026-09-23504.1084

High

504.7247

Low

479.2588

Average

490.6098

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=IQD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.