GEL to LKR exchange rate API
Lari to Sri Lanka Rupee · quoted 2026-09-25
127.1821
▲ +10.37% over YTD
1 GEL = 127.1821 LKR · 1 LKR = 0.007863 GEL · Get this rate via the API
1 GEL buys 127.1821 LKR as of 2026-09-25, so 1 LKR buys 0.007863 GEL. Over the year to date, GEL/LKR traded between 114.4222 and 128.5266, averaged 121.6977 and rose 10.37%. The API holds daily GEL/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/LKR over YTD: show the values
| Point | GEL/LKR |
|---|---|
| 2025-12-31 | 115.2302 |
| 2026-01-07 | 115.3168 |
| 2026-01-14 | 115.0345 |
| 2026-01-21 | 115.3602 |
| 2026-01-28 | 115.4049 |
| 2026-02-04 | 115.3064 |
| 2026-02-11 | 115.4465 |
| 2026-02-18 | 115.8199 |
| 2026-02-25 | 116.0114 |
| 2026-03-04 | 114.9158 |
| 2026-03-11 | 114.4222 |
| 2026-03-18 | 114.9867 |
| 2026-03-25 | 116.2108 |
| 2026-04-01 | 117.6487 |
| 2026-04-08 | 117.4962 |
| 2026-04-15 | 117.7941 |
| 2026-04-22 | 118.0036 |
| 2026-04-29 | 118.7599 |
| 2026-05-06 | 119.2971 |
| 2026-05-14 | 121.7376 |
| 2026-05-21 | 128.1715 |
| 2026-05-29 | 123.9140 |
| 2026-06-05 | 126.4720 |
| 2026-06-14 | 126.3762 |
| 2026-06-21 | 126.1214 |
| 2026-06-28 | 127.5846 |
| 2026-07-05 | 127.3905 |
| 2026-07-12 | 127.7267 |
| 2026-07-19 | 128.0270 |
| 2026-07-26 | 128.3876 |
| 2026-08-02 | 128.2056 |
| 2026-08-09 | 128.5266 |
| 2026-08-16 | 127.7507 |
| 2026-08-24 | 127.0008 |
| 2026-08-31 | 126.3908 |
| 2026-09-07 | 126.4705 |
| 2026-09-14 | 126.7648 |
| 2026-09-21 | 127.5440 |
High
128.5266
Low
114.4222
Average
121.6977
Get this rate via the API
One GET request returns the GEL/LKR 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=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/LKR API questions
How do I get the GEL/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/LKR rate in rates.LKR.
How far back does GEL/LKR historical data go?
Daily GEL/LKR 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/LKR 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.