Skip to content

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

GEL/IDR over 1Y: show the values
PointGEL/IDR
2025-09-276172.60
2025-10-046077.04
2025-10-116136.95
2025-10-186129.29
2025-10-256122.24
2025-11-016142.52
2025-11-086166.68
2025-11-156179.54
2025-11-226163.62
2025-11-296167.73
2025-12-066187.54
2025-12-146189.50
2025-12-216222.45
2025-12-286233.77
2026-01-046227.83
2026-01-116257.75
2026-01-186287.55
2026-01-256263.95
2026-02-016249.58
2026-02-086279.63
2026-02-156288.55
2026-02-226311.81
2026-03-016291.39
2026-03-086212.50
2026-03-156220.75
2026-03-226255.17
2026-03-296303.29
2026-04-056323.12
2026-04-126363.35
2026-04-196363.25
2026-04-266445.79
2026-05-036476.18
2026-05-106506.34
2026-05-186596.68
2026-05-266691.04
2026-06-026706.89
2026-06-116776.15
2026-06-186752.88
2026-06-256800.86
2026-07-026825.36
2026-07-096883.05
2026-07-166848.62
2026-07-236854.09
2026-07-306900.63
2026-08-066847.33
2026-08-136836.15
2026-08-216790.60
2026-08-286801.74
2026-09-046754.98
2026-09-116767.33
2026-09-186874.21
2026-09-256887.69

High

6900.63

Low

6077.04

Average

6458.43

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=IDR");
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=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&currencies=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.