GEL to IDR exchange rate API
Lari to Rupiah · quoted 2026-09-27
6881.33
▲ +10.78% over YTD
1 GEL = 6881.33 IDR · 1 IDR = 0.000145 GEL · Get this rate via the API
1 GEL buys 6881.33 IDR as of 2026-09-27, so 1 IDR buys 0.000145 GEL. Over the year to date, GEL/IDR traded between 6206.12 and 6887.19, averaged 6548.74 and rose 10.78%. The API holds daily GEL/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/IDR over YTD: show the values
| Point | GEL/IDR |
|---|---|
| 2025-12-31 | 6211.62 |
| 2026-01-07 | 6223.18 |
| 2026-01-14 | 6262.16 |
| 2026-01-21 | 6284.83 |
| 2026-01-28 | 6226.41 |
| 2026-02-04 | 6245.21 |
| 2026-02-11 | 6259.29 |
| 2026-02-18 | 6306.87 |
| 2026-02-25 | 6290.13 |
| 2026-03-04 | 6231.19 |
| 2026-03-11 | 6206.12 |
| 2026-03-18 | 6263.54 |
| 2026-03-25 | 6225.06 |
| 2026-04-01 | 6297.14 |
| 2026-04-08 | 6315.71 |
| 2026-04-15 | 6388.81 |
| 2026-04-22 | 6394.04 |
| 2026-04-29 | 6437.29 |
| 2026-05-06 | 6441.59 |
| 2026-05-14 | 6527.97 |
| 2026-05-21 | 6624.45 |
| 2026-05-29 | 6692.01 |
| 2026-06-05 | 6792.69 |
| 2026-06-14 | 6751.87 |
| 2026-06-21 | 6737.42 |
| 2026-06-28 | 6798.65 |
| 2026-07-05 | 6832.82 |
| 2026-07-12 | 6879.92 |
| 2026-07-19 | 6840.86 |
| 2026-07-26 | 6853.28 |
| 2026-08-02 | 6887.19 |
| 2026-08-09 | 6856.90 |
| 2026-08-16 | 6846.20 |
| 2026-08-24 | 6819.76 |
| 2026-08-31 | 6808.43 |
| 2026-09-07 | 6785.63 |
| 2026-09-14 | 6797.19 |
| 2026-09-21 | 6876.20 |
High
6887.19
Low
6206.12
Average
6548.74
Get this rate via the API
One GET request returns the GEL/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/IDR API questions
How do I get the GEL/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/IDR rate in rates.IDR.
How far back does GEL/IDR historical data go?
Daily GEL/IDR 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/IDR 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.