GEL to LKR exchange rate API
Lari to Sri Lanka Rupee · quoted 2026-09-25
127.1821
▲ +15.93% over 1Y
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 last year, GEL/LKR traded between 109.0129 and 128.5579, averaged 119.3923 and rose 15.93%. 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 1Y: show the values
| Point | GEL/LKR |
|---|---|
| 2025-09-25 | 109.7045 |
| 2025-10-02 | 109.0129 |
| 2025-10-09 | 111.9136 |
| 2025-10-16 | 112.1449 |
| 2025-10-23 | 112.0999 |
| 2025-10-30 | 112.3692 |
| 2025-11-06 | 112.7963 |
| 2025-11-13 | 112.8985 |
| 2025-11-20 | 114.1615 |
| 2025-11-27 | 114.3354 |
| 2025-12-04 | 114.4599 |
| 2025-12-12 | 114.8259 |
| 2025-12-19 | 115.0268 |
| 2025-12-26 | 115.0005 |
| 2026-01-02 | 115.1683 |
| 2026-01-09 | 115.0358 |
| 2026-01-16 | 115.2033 |
| 2026-01-23 | 115.3892 |
| 2026-01-30 | 115.3283 |
| 2026-02-06 | 115.4322 |
| 2026-02-13 | 115.5803 |
| 2026-02-20 | 115.8729 |
| 2026-02-27 | 116.0022 |
| 2026-03-06 | 114.5293 |
| 2026-03-13 | 114.5576 |
| 2026-03-20 | 114.7673 |
| 2026-03-27 | 116.8207 |
| 2026-04-03 | 117.6028 |
| 2026-04-10 | 117.5563 |
| 2026-04-17 | 117.5053 |
| 2026-04-24 | 118.6600 |
| 2026-05-01 | 119.2375 |
| 2026-05-08 | 120.2858 |
| 2026-05-16 | 123.0269 |
| 2026-05-24 | 124.3781 |
| 2026-05-31 | 124.0401 |
| 2026-06-09 | 127.1322 |
| 2026-06-16 | 126.1102 |
| 2026-06-23 | 126.6644 |
| 2026-06-30 | 127.6842 |
| 2026-07-07 | 127.4255 |
| 2026-07-14 | 128.1923 |
| 2026-07-21 | 128.5517 |
| 2026-07-28 | 128.5447 |
| 2026-08-04 | 128.5579 |
| 2026-08-11 | 128.3170 |
| 2026-08-18 | 127.6417 |
| 2026-08-26 | 126.0835 |
| 2026-09-02 | 126.0679 |
| 2026-09-09 | 126.5897 |
| 2026-09-16 | 127.5695 |
| 2026-09-23 | 126.7481 |
High
128.5579
Low
109.0129
Average
119.3923
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.