Skip to content

GEL to JPY exchange rate API

Lari to Yen · quoted 2026-09-25

60.3624

▼ +0.94% over 30D

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 30 days, GEL/JPY traded between 58.9140 and 61.5222, averaged 60.2515 and fell 0.94%. 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 30D

GEL/JPY over 30D: show the values
PointGEL/JPY
2026-08-2660.9352
2026-08-2761.2152
2026-08-2861.3038
2026-08-2961.5216
2026-08-3061.5222
2026-08-3161.4056
2026-09-0161.4441
2026-09-0261.1550
2026-09-0359.8634
2026-09-0459.8475
2026-09-0559.9388
2026-09-0659.9475
2026-09-0759.5045
2026-09-0859.2818
2026-09-0958.9140
2026-09-1059.2518
2026-09-1159.2196
2026-09-1259.0390
2026-09-1358.9710
2026-09-1459.4860
2026-09-1559.6481
2026-09-1659.6651
2026-09-1759.8940
2026-09-1860.8974
2026-09-1960.3412
2026-09-2060.3560
2026-09-2160.5166
2026-09-2260.4616
2026-09-2360.6685
2026-09-2460.8793
2026-09-2560.5916

High

61.5222

Low

58.9140

Average

60.2515

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.