Skip to content

GEL to JPY exchange rate API

Lari to Yen · quoted 2026-09-25

60.3624

▲ +3.68% over YTD

1 GEL = 60.3624 JPY · 1 JPY = 0.01657 GEL · Get this rate via the API

1 GEL buys 60.3624 JPY as of 2026-09-25, so 1 JPY buys 0.01657 GEL. Over the year to date, GEL/JPY traded between 56.7635 and 62.4496, averaged 59.5258 and rose 3.68%. 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 YTD

GEL/JPY over YTD: show the values
PointGEL/JPY
2025-12-3158.2204
2026-01-0758.0993
2026-01-1458.8786
2026-01-2158.6423
2026-01-2856.7635
2026-02-0458.2520
2026-02-1157.0758
2026-02-1857.3894
2026-02-2558.6351
2026-03-0458.0848
2026-03-1158.2339
2026-03-1858.8083
2026-03-2558.6991
2026-04-0158.9410
2026-04-0858.8366
2026-04-1559.2515
2026-04-2259.1912
2026-04-2959.2907
2026-05-0658.0712
2026-05-1459.0367
2026-05-2159.6374
2026-05-2959.8225
2026-06-0560.0922
2026-06-1460.2761
2026-06-2160.9438
2026-06-2861.2924
2026-07-0561.2492
2026-07-1261.5236
2026-07-1961.8220
2026-07-2662.4496
2026-08-0260.0409
2026-08-0960.3795
2026-08-1661.0382
2026-08-2461.2629
2026-08-3161.4056
2026-09-0759.5045
2026-09-1459.4860
2026-09-2160.5166

High

62.4496

Low

56.7635

Average

59.5258

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.