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: show the values
| Point | GEL/JPY |
|---|---|
| 2026-08-26 | 60.9352 |
| 2026-08-27 | 61.2152 |
| 2026-08-28 | 61.3038 |
| 2026-08-29 | 61.5216 |
| 2026-08-30 | 61.5222 |
| 2026-08-31 | 61.4056 |
| 2026-09-01 | 61.4441 |
| 2026-09-02 | 61.1550 |
| 2026-09-03 | 59.8634 |
| 2026-09-04 | 59.8475 |
| 2026-09-05 | 59.9388 |
| 2026-09-06 | 59.9475 |
| 2026-09-07 | 59.5045 |
| 2026-09-08 | 59.2818 |
| 2026-09-09 | 58.9140 |
| 2026-09-10 | 59.2518 |
| 2026-09-11 | 59.2196 |
| 2026-09-12 | 59.0390 |
| 2026-09-13 | 58.9710 |
| 2026-09-14 | 59.4860 |
| 2026-09-15 | 59.6481 |
| 2026-09-16 | 59.6651 |
| 2026-09-17 | 59.8940 |
| 2026-09-18 | 60.8974 |
| 2026-09-19 | 60.3412 |
| 2026-09-20 | 60.3560 |
| 2026-09-21 | 60.5166 |
| 2026-09-22 | 60.4616 |
| 2026-09-23 | 60.6685 |
| 2026-09-24 | 60.8793 |
| 2026-09-25 | 60.5916 |
High
61.5222
Low
58.9140
Average
60.2515
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.