GEL to IDR exchange rate API
Lari to Rupiah · quoted 2026-09-27
6881.33
▲ +11.48% over 1Y
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 last year, GEL/IDR traded between 6077.04 and 6900.63, averaged 6458.43 and rose 11.48%. 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 1Y: show the values
| Point | GEL/IDR |
|---|---|
| 2025-09-27 | 6172.60 |
| 2025-10-04 | 6077.04 |
| 2025-10-11 | 6136.95 |
| 2025-10-18 | 6129.29 |
| 2025-10-25 | 6122.24 |
| 2025-11-01 | 6142.52 |
| 2025-11-08 | 6166.68 |
| 2025-11-15 | 6179.54 |
| 2025-11-22 | 6163.62 |
| 2025-11-29 | 6167.73 |
| 2025-12-06 | 6187.54 |
| 2025-12-14 | 6189.50 |
| 2025-12-21 | 6222.45 |
| 2025-12-28 | 6233.77 |
| 2026-01-04 | 6227.83 |
| 2026-01-11 | 6257.75 |
| 2026-01-18 | 6287.55 |
| 2026-01-25 | 6263.95 |
| 2026-02-01 | 6249.58 |
| 2026-02-08 | 6279.63 |
| 2026-02-15 | 6288.55 |
| 2026-02-22 | 6311.81 |
| 2026-03-01 | 6291.39 |
| 2026-03-08 | 6212.50 |
| 2026-03-15 | 6220.75 |
| 2026-03-22 | 6255.17 |
| 2026-03-29 | 6303.29 |
| 2026-04-05 | 6323.12 |
| 2026-04-12 | 6363.35 |
| 2026-04-19 | 6363.25 |
| 2026-04-26 | 6445.79 |
| 2026-05-03 | 6476.18 |
| 2026-05-10 | 6506.34 |
| 2026-05-18 | 6596.68 |
| 2026-05-26 | 6691.04 |
| 2026-06-02 | 6706.89 |
| 2026-06-11 | 6776.15 |
| 2026-06-18 | 6752.88 |
| 2026-06-25 | 6800.86 |
| 2026-07-02 | 6825.36 |
| 2026-07-09 | 6883.05 |
| 2026-07-16 | 6848.62 |
| 2026-07-23 | 6854.09 |
| 2026-07-30 | 6900.63 |
| 2026-08-06 | 6847.33 |
| 2026-08-13 | 6836.15 |
| 2026-08-21 | 6790.60 |
| 2026-08-28 | 6801.74 |
| 2026-09-04 | 6754.98 |
| 2026-09-11 | 6767.33 |
| 2026-09-18 | 6874.21 |
| 2026-09-25 | 6887.69 |
High
6900.63
Low
6077.04
Average
6458.43
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.