Skip to content

GEL to IRR exchange rate API

Lari to Iranian Rial · quoted 2026-09-25

528591.81

▲ +3305.11% over 1Y

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 last year, GEL/IRR traded between 15427.65 and 528954.60, averaged 351642.36 and rose 3305.11%. 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 1Y

GEL/IRR over 1Y: show the values
PointGEL/IRR
2025-09-2515523.50
2025-10-0215427.65
2025-10-0915526.51
2025-10-1615526.42
2025-10-2315506.11
2025-10-3015509.52
2025-11-0615550.95
2025-11-1315560.09
2025-11-2015570.77
2025-11-2715613.18
2025-12-0415592.71
2025-12-1215602.25
2025-12-1915618.69
2025-12-2615534.75
2026-01-0215593.40
2026-01-0915634.29
2026-01-16395212.77
2026-01-23399614.29
2026-01-30409741.25
2026-02-06440201.23
2026-02-13475764.28
2026-02-20480185.75
2026-02-27491031.78
2026-03-06484678.73
2026-03-13484017.38
2026-03-20483150.04
2026-03-27486949.83
2026-04-03490318.48
2026-04-10489275.33
2026-04-17490160.26
2026-04-24490895.68
2026-05-01489753.40
2026-05-08489929.94
2026-05-16493903.99
2026-05-24495970.30
2026-05-31507342.39
2026-06-09518094.14
2026-06-16518922.39
2026-06-23519481.26
2026-06-30521824.23
2026-07-07522622.85
2026-07-14523277.72
2026-07-21524745.88
2026-07-28524433.43
2026-08-04525448.62
2026-08-11525836.24
2026-08-18527463.19
2026-08-26526698.91
2026-09-02526873.92
2026-09-09528366.77
2026-09-16528954.60
2026-09-23528421.15

High

528954.60

Low

15427.65

Average

351642.36

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.