Skip to content

GBP to LKR exchange rate API

Pound Sterling to Sri Lanka Rupee · quoted 2026-09-26

438.1364

▲ +10.40% over 1Y

1 GBP = 438.1364 LKR · 1 LKR = 0.002282 GBP · Get this rate via the API

1 GBP buys 438.1364 LKR as of 2026-09-26, so 1 LKR buys 0.002282 GBP. Over the last year, GBP/LKR traded between 396.8504 and 453.1028, averaged 427.4111 and rose 10.40%. The API holds daily GBP/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/LKR over 1Y

GBP/LKR over 1Y: show the values
PointGBP/LKR
2025-09-26396.8504
2025-10-03399.2155
2025-10-10402.8479
2025-10-17407.8999
2025-10-24404.6094
2025-10-31399.5993
2025-11-07400.4151
2025-11-14403.5582
2025-11-21403.6767
2025-11-28407.7369
2025-12-05412.1856
2025-12-12414.2025
2025-12-19414.1409
2025-12-26418.2674
2026-01-02416.7305
2026-01-09415.8450
2026-01-16415.7481
2026-01-23419.9592
2026-01-30426.6455
2026-02-06421.5335
2026-02-13421.9462
2026-02-20418.1470
2026-02-27417.6306
2026-03-06415.8243
2026-03-13413.6696
2026-03-20417.4418
2026-03-27418.5173
2026-04-03416.7359
2026-04-10425.1089
2026-04-17428.5853
2026-04-24429.8765
2026-05-01435.5201
2026-05-08438.7253
2026-05-15436.3635
2026-05-22447.6116
2026-05-29442.9433
2026-06-05453.1028
2026-06-12448.8234
2026-06-19442.4119
2026-06-26445.4469
2026-07-03448.6341
2026-07-10451.3227
2026-07-17452.6246
2026-07-24448.8293
2026-07-31451.4582
2026-08-07452.2462
2026-08-14451.9318
2026-08-21451.1331
2026-08-28446.6333
2026-09-04445.0003
2026-09-11444.9238
2026-09-18442.7008
2026-09-25438.5247

High

453.1028

Low

396.8504

Average

427.4111

For developers

Get this rate via the API

One GET request returns the GBP/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=GBP&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/LKR API questions

How do I get the GBP/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/LKR rate in rates.LKR.

How far back does GBP/LKR historical data go?

Daily GBP/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 GBP/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.