Skip to content

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

GEL/LKR over YTD: show the values
PointGEL/LKR
2025-12-31115.2302
2026-01-07115.3168
2026-01-14115.0345
2026-01-21115.3602
2026-01-28115.4049
2026-02-04115.3064
2026-02-11115.4465
2026-02-18115.8199
2026-02-25116.0114
2026-03-04114.9158
2026-03-11114.4222
2026-03-18114.9867
2026-03-25116.2108
2026-04-01117.6487
2026-04-08117.4962
2026-04-15117.7941
2026-04-22118.0036
2026-04-29118.7599
2026-05-06119.2971
2026-05-14121.7376
2026-05-21128.1715
2026-05-29123.9140
2026-06-05126.4720
2026-06-14126.3762
2026-06-21126.1214
2026-06-28127.5846
2026-07-05127.3905
2026-07-12127.7267
2026-07-19128.0270
2026-07-26128.3876
2026-08-02128.2056
2026-08-09128.5266
2026-08-16127.7507
2026-08-24127.0008
2026-08-31126.3908
2026-09-07126.4705
2026-09-14126.7648
2026-09-21127.5440

High

128.5266

Low

114.4222

Average

121.6977

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.