Skip to content

GEL to IRR exchange rate API

Lari to Iranian Rial · quoted 2026-09-25

528591.81

▲ +3280.54% over YTD

1 GEL = 528591.81 IRR · 1 IRR = 0.000002 GEL · Get this rate via the API

1 GEL buys 528591.81 IRR as of 2026-09-25, so 1 IRR buys 0.000002 GEL. Over the year to date, GEL/IRR traded between 15598.65 and 529486.63, averaged 470765.02 and rose 3280.54%. The API holds daily GEL/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/IRR over YTD

GEL/IRR over YTD: show the values
PointGEL/IRR
2025-12-3115636.30
2026-01-0715598.65
2026-01-14385513.34
2026-01-21398013.67
2026-01-28401898.85
2026-02-04428746.48
2026-02-11465571.40
2026-02-18478601.01
2026-02-25484740.19
2026-03-04484476.60
2026-03-11485140.23
2026-03-18484555.13
2026-03-25484699.42
2026-04-01489025.48
2026-04-08489708.85
2026-04-15490172.88
2026-04-22491098.27
2026-04-29488307.39
2026-05-06489208.71
2026-05-14490965.60
2026-05-21494885.24
2026-05-29504209.14
2026-06-05516900.90
2026-06-14518404.08
2026-06-21519029.75
2026-06-28521261.32
2026-07-05522279.82
2026-07-12522593.42
2026-07-19523347.92
2026-07-26524631.57
2026-08-02524482.56
2026-08-09526308.53
2026-08-16526660.49
2026-08-24529486.63
2026-08-31528479.97
2026-09-07528514.14
2026-09-14529182.75
2026-09-21528907.38

High

529486.63

Low

15598.65

Average

470765.02

For developers

Get this rate via the API

One GET request returns the GEL/IRR 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=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=IRR");
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=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/IRR API questions

How do I get the GEL/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/IRR rate in rates.IRR.

How far back does GEL/IRR historical data go?

Daily GEL/IRR 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/IRR 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.