Skip to content

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

GEL/LKR over 1Y: show the values
PointGEL/LKR
2025-09-25109.7045
2025-10-02109.0129
2025-10-09111.9136
2025-10-16112.1449
2025-10-23112.0999
2025-10-30112.3692
2025-11-06112.7963
2025-11-13112.8985
2025-11-20114.1615
2025-11-27114.3354
2025-12-04114.4599
2025-12-12114.8259
2025-12-19115.0268
2025-12-26115.0005
2026-01-02115.1683
2026-01-09115.0358
2026-01-16115.2033
2026-01-23115.3892
2026-01-30115.3283
2026-02-06115.4322
2026-02-13115.5803
2026-02-20115.8729
2026-02-27116.0022
2026-03-06114.5293
2026-03-13114.5576
2026-03-20114.7673
2026-03-27116.8207
2026-04-03117.6028
2026-04-10117.5563
2026-04-17117.5053
2026-04-24118.6600
2026-05-01119.2375
2026-05-08120.2858
2026-05-16123.0269
2026-05-24124.3781
2026-05-31124.0401
2026-06-09127.1322
2026-06-16126.1102
2026-06-23126.6644
2026-06-30127.6842
2026-07-07127.4255
2026-07-14128.1923
2026-07-21128.5517
2026-07-28128.5447
2026-08-04128.5579
2026-08-11128.3170
2026-08-18127.6417
2026-08-26126.0835
2026-09-02126.0679
2026-09-09126.5897
2026-09-16127.5695
2026-09-23126.7481

High

128.5579

Low

109.0129

Average

119.3923

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.