Skip to content

GBP to LKR exchange rate API

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

438.1364

▲ +4.93% over YTD

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 year to date, GBP/LKR traded between 415.2821 and 453.2745, averaged 435.0569 and rose 4.93%. 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 YTD

GBP/LKR over YTD: show the values
PointGBP/LKR
2025-12-31417.5479
2026-01-07419.0264
2026-01-14416.5827
2026-01-21416.7220
2026-01-28427.8253
2026-02-04425.3643
2026-02-11423.6233
2026-02-18421.0012
2026-02-25419.3656
2026-03-04415.9556
2026-03-11417.7823
2026-03-18415.2821
2026-03-25421.4666
2026-04-01420.9851
2026-04-08425.4698
2026-04-15428.5703
2026-04-22428.5526
2026-04-29432.4223
2026-05-06437.0294
2026-05-13438.8887
2026-05-20448.1712
2026-05-27439.2487
2026-06-03449.2607
2026-06-10444.1156
2026-06-17448.3637
2026-06-24442.6177
2026-07-01445.8999
2026-07-08448.2463
2026-07-15451.3934
2026-07-22450.5898
2026-07-29447.0818
2026-08-05453.2745
2026-08-12453.2367
2026-08-19450.1415
2026-08-26448.6170
2026-09-02443.5945
2026-09-09446.7393
2026-09-16446.0715
2026-09-23438.0134

High

453.2745

Low

415.2821

Average

435.0569

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.