Skip to content

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

GEL/IQD over 5Y: show the values
PointGEL/IQD
2024-08-24483.9595
2024-10-07477.4345
2024-11-06480.9425
2024-12-06469.0328
2025-01-05465.3557
2025-02-04461.3432
2025-03-06470.5214
2025-04-06475.1628
2025-05-06477.9108
2025-06-07479.6946
2025-07-07481.9183
2025-08-06484.5504
2025-09-05486.3909
2025-10-06481.0165
2025-11-05484.2142
2025-12-05485.4846
2026-01-05487.3018
2026-02-04486.0855
2026-03-06481.1581
2026-04-05486.7573
2026-05-05487.8920
2026-06-06492.9158
2026-07-08499.0588
2026-08-07502.5452
2026-09-07503.8833

High

503.8833

Low

461.3432

Average

483.7018

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.