Skip to content

GEL to JPY exchange rate API

Lari to Yen · quoted 2026-09-25

60.4848

▲ +10.07% over 1Y

1 GEL = 60.4848 JPY · 1 JPY = 0.01653 GEL · Get this rate via the API

1 GEL buys 60.4848 JPY as of 2026-09-25, so 1 JPY buys 0.01653 GEL. Over the last year, GEL/JPY traded between 53.8885 and 62.5443, averaged 58.9082 and rose 10.07%. The API holds daily GEL/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/JPY over 1Y

GEL/JPY over 1Y: show the values
PointGEL/JPY
2025-09-2554.9498
2025-10-0253.8885
2025-10-0956.3807
2025-10-1655.8740
2025-10-2356.2869
2025-10-3056.9365
2025-11-0656.7747
2025-11-1357.1461
2025-11-2058.2882
2025-11-2757.9348
2025-12-0457.3475
2025-12-1257.8634
2025-12-1958.3874
2025-12-2658.0426
2026-01-0258.3025
2026-01-0958.5080
2026-01-1658.7021
2026-01-2358.7793
2026-01-3057.2928
2026-02-0658.4562
2026-02-1357.1446
2026-02-2057.9843
2026-02-2758.3641
2026-03-0658.0033
2026-03-1358.5375
2026-03-2058.3524
2026-03-2759.2766
2026-04-0359.4741
2026-04-1059.1860
2026-04-1759.0438
2026-04-2459.3737
2026-05-0158.4355
2026-05-0858.4990
2026-05-1659.4378
2026-05-2459.6028
2026-05-3159.8411
2026-06-0960.3368
2026-06-1660.5102
2026-06-2361.0447
2026-06-3061.5854
2026-07-0761.4845
2026-07-1461.7337
2026-07-2162.0761
2026-07-2862.5443
2026-08-0460.1395
2026-08-1160.8899
2026-08-1861.2658
2026-08-2660.9352
2026-09-0261.1550
2026-09-0958.9140
2026-09-1659.6651
2026-09-2360.6685

High

62.5443

Low

53.8885

Average

58.9082

For developers

Get this rate via the API

One GET request returns the GEL/JPY 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=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=JPY");
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=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/JPY API questions

How do I get the GEL/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/JPY rate in rates.JPY.

How far back does GEL/JPY historical data go?

Daily GEL/JPY 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/JPY 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.