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: show the values
| Point | GEL/JPY |
|---|---|
| 2026-03-29 | 59.4428 |
| 2026-04-05 | 59.3255 |
| 2026-04-12 | 59.2569 |
| 2026-04-19 | 58.6979 |
| 2026-04-26 | 59.5086 |
| 2026-05-03 | 58.5250 |
| 2026-05-10 | 58.5984 |
| 2026-05-18 | 59.2276 |
| 2026-05-26 | 59.7288 |
| 2026-06-02 | 60.0982 |
| 2026-06-11 | 60.5215 |
| 2026-06-18 | 60.7943 |
| 2026-06-25 | 61.2119 |
| 2026-07-02 | 61.1996 |
| 2026-07-09 | 61.7434 |
| 2026-07-16 | 61.7623 |
| 2026-07-23 | 62.3709 |
| 2026-07-30 | 62.1948 |
| 2026-08-06 | 60.3775 |
| 2026-08-13 | 60.9984 |
| 2026-08-21 | 61.0252 |
| 2026-08-28 | 61.3038 |
| 2026-09-04 | 59.8475 |
| 2026-09-11 | 59.2196 |
| 2026-09-18 | 60.8974 |
| 2026-09-25 | 60.5916 |
High
62.3709
Low
58.5250
Average
60.3271
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.