GEL to JPY exchange rate API
Lari to Yen · quoted 2026-09-25
60.3624
▲ +9.85% over 1Y
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 year, GEL/JPY traded between 53.8885 and 62.5443, averaged 58.9058 and rose 9.85%. 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 1Y: show the values
| Point | GEL/JPY |
|---|---|
| 2025-09-25 | 54.9498 |
| 2025-10-02 | 53.8885 |
| 2025-10-09 | 56.3807 |
| 2025-10-16 | 55.8740 |
| 2025-10-23 | 56.2869 |
| 2025-10-30 | 56.9365 |
| 2025-11-06 | 56.7747 |
| 2025-11-13 | 57.1461 |
| 2025-11-20 | 58.2882 |
| 2025-11-27 | 57.9348 |
| 2025-12-04 | 57.3475 |
| 2025-12-12 | 57.8634 |
| 2025-12-19 | 58.3874 |
| 2025-12-26 | 58.0426 |
| 2026-01-02 | 58.3025 |
| 2026-01-09 | 58.5080 |
| 2026-01-16 | 58.7021 |
| 2026-01-23 | 58.7793 |
| 2026-01-30 | 57.2928 |
| 2026-02-06 | 58.4562 |
| 2026-02-13 | 57.1446 |
| 2026-02-20 | 57.9843 |
| 2026-02-27 | 58.3641 |
| 2026-03-06 | 58.0033 |
| 2026-03-13 | 58.5375 |
| 2026-03-20 | 58.3524 |
| 2026-03-27 | 59.2766 |
| 2026-04-03 | 59.4741 |
| 2026-04-10 | 59.1860 |
| 2026-04-17 | 59.0438 |
| 2026-04-24 | 59.3737 |
| 2026-05-01 | 58.4355 |
| 2026-05-08 | 58.4990 |
| 2026-05-16 | 59.4378 |
| 2026-05-24 | 59.6028 |
| 2026-05-31 | 59.8411 |
| 2026-06-09 | 60.3368 |
| 2026-06-16 | 60.5102 |
| 2026-06-23 | 61.0447 |
| 2026-06-30 | 61.5854 |
| 2026-07-07 | 61.4845 |
| 2026-07-14 | 61.7337 |
| 2026-07-21 | 62.0761 |
| 2026-07-28 | 62.5443 |
| 2026-08-04 | 60.1395 |
| 2026-08-11 | 60.8899 |
| 2026-08-18 | 61.2658 |
| 2026-08-26 | 60.9352 |
| 2026-09-02 | 61.1550 |
| 2026-09-09 | 58.9140 |
| 2026-09-16 | 59.6651 |
| 2026-09-23 | 60.6685 |
High
62.5443
Low
53.8885
Average
58.9058
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.