GEL to JPY exchange rate API
Lari to Yen · quoted 2026-09-25
60.3624
▲ +3.68% over YTD
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 year to date, GEL/JPY traded between 56.7635 and 62.4496, averaged 59.5258 and rose 3.68%. 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 YTD: show the values
| Point | GEL/JPY |
|---|---|
| 2025-12-31 | 58.2204 |
| 2026-01-07 | 58.0993 |
| 2026-01-14 | 58.8786 |
| 2026-01-21 | 58.6423 |
| 2026-01-28 | 56.7635 |
| 2026-02-04 | 58.2520 |
| 2026-02-11 | 57.0758 |
| 2026-02-18 | 57.3894 |
| 2026-02-25 | 58.6351 |
| 2026-03-04 | 58.0848 |
| 2026-03-11 | 58.2339 |
| 2026-03-18 | 58.8083 |
| 2026-03-25 | 58.6991 |
| 2026-04-01 | 58.9410 |
| 2026-04-08 | 58.8366 |
| 2026-04-15 | 59.2515 |
| 2026-04-22 | 59.1912 |
| 2026-04-29 | 59.2907 |
| 2026-05-06 | 58.0712 |
| 2026-05-14 | 59.0367 |
| 2026-05-21 | 59.6374 |
| 2026-05-29 | 59.8225 |
| 2026-06-05 | 60.0922 |
| 2026-06-14 | 60.2761 |
| 2026-06-21 | 60.9438 |
| 2026-06-28 | 61.2924 |
| 2026-07-05 | 61.2492 |
| 2026-07-12 | 61.5236 |
| 2026-07-19 | 61.8220 |
| 2026-07-26 | 62.4496 |
| 2026-08-02 | 60.0409 |
| 2026-08-09 | 60.3795 |
| 2026-08-16 | 61.0382 |
| 2026-08-24 | 61.2629 |
| 2026-08-31 | 61.4056 |
| 2026-09-07 | 59.5045 |
| 2026-09-14 | 59.4860 |
| 2026-09-21 | 60.5166 |
High
62.4496
Low
56.7635
Average
59.5258
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.