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: show the values
| Point | GEL/IRR |
|---|---|
| 2025-12-31 | 15636.30 |
| 2026-01-07 | 15598.65 |
| 2026-01-14 | 385513.34 |
| 2026-01-21 | 398013.67 |
| 2026-01-28 | 401898.85 |
| 2026-02-04 | 428746.48 |
| 2026-02-11 | 465571.40 |
| 2026-02-18 | 478601.01 |
| 2026-02-25 | 484740.19 |
| 2026-03-04 | 484476.60 |
| 2026-03-11 | 485140.23 |
| 2026-03-18 | 484555.13 |
| 2026-03-25 | 484699.42 |
| 2026-04-01 | 489025.48 |
| 2026-04-08 | 489708.85 |
| 2026-04-15 | 490172.88 |
| 2026-04-22 | 491098.27 |
| 2026-04-29 | 488307.39 |
| 2026-05-06 | 489208.71 |
| 2026-05-14 | 490965.60 |
| 2026-05-21 | 494885.24 |
| 2026-05-29 | 504209.14 |
| 2026-06-05 | 516900.90 |
| 2026-06-14 | 518404.08 |
| 2026-06-21 | 519029.75 |
| 2026-06-28 | 521261.32 |
| 2026-07-05 | 522279.82 |
| 2026-07-12 | 522593.42 |
| 2026-07-19 | 523347.92 |
| 2026-07-26 | 524631.57 |
| 2026-08-02 | 524482.56 |
| 2026-08-09 | 526308.53 |
| 2026-08-16 | 526660.49 |
| 2026-08-24 | 529486.63 |
| 2026-08-31 | 528479.97 |
| 2026-09-07 | 528514.14 |
| 2026-09-14 | 529182.75 |
| 2026-09-21 | 528907.38 |
High
529486.63
Low
15598.65
Average
470765.02
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.