Skip to content

GEL to JPY exchange rate API

Lari to Yen · quoted 2026-09-25

60.5915

▼ +0.50% over 7D

1 GEL = 60.5915 JPY · 1 JPY = 0.01650 GEL · Get this rate via the API

1 GEL buys 60.5915 JPY as of 2026-09-25, so 1 JPY buys 0.01650 GEL. Over the last 7 days, GEL/JPY traded between 60.3412 and 60.8974, averaged 60.6186 and fell 0.50%. 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 7D

GEL/JPY over 7D: show the values
PointGEL/JPY
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.8549

High

60.8974

Low

60.3412

Average

60.6186

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.