Skip to content

GEL to JPY exchange rate API

Lari to Yen · quoted 2026-09-25

60.3624

▲ +1.55% over 6M

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 last 6 months, GEL/JPY traded between 58.5250 and 62.3709, averaged 60.3271 and rose 1.55%. 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 6M

GEL/JPY over 6M: show the values
PointGEL/JPY
2026-03-2959.4428
2026-04-0559.3255
2026-04-1259.2569
2026-04-1958.6979
2026-04-2659.5086
2026-05-0358.5250
2026-05-1058.5984
2026-05-1859.2276
2026-05-2659.7288
2026-06-0260.0982
2026-06-1160.5215
2026-06-1860.7943
2026-06-2561.2119
2026-07-0261.1996
2026-07-0961.7434
2026-07-1661.7623
2026-07-2362.3709
2026-07-3062.1948
2026-08-0660.3775
2026-08-1360.9984
2026-08-2161.0252
2026-08-2861.3038
2026-09-0459.8475
2026-09-1159.2196
2026-09-1860.8974
2026-09-2560.5916

High

62.3709

Low

58.5250

Average

60.3271

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.