Skip to content

GBP to LKR exchange rate API

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

438.1364

▲ +10.53% over 5Y

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 5 years, GBP/LKR traded between 362.3219 and 449.7487, averaged 407.0989 and rose 10.53%. 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 5Y

GBP/LKR over 5Y: show the values
PointGBP/LKR
2024-08-24396.3841
2024-10-01390.1954
2024-10-31374.9772
2024-11-30370.3771
2024-12-30362.3219
2025-01-29362.4778
2025-02-28366.7133
2025-03-30379.7635
2025-04-29394.2763
2025-05-29398.3319
2025-06-28411.0219
2025-07-28397.6665
2025-08-27399.4892
2025-09-26396.8504
2025-10-26404.8012
2025-11-25405.3229
2025-12-25418.3168
2026-01-24422.6778
2026-02-23418.4228
2026-03-25421.4666
2026-04-24429.8765
2026-05-24446.0247
2026-06-23442.9598
2026-07-23449.7487
2026-08-22449.0948
2026-09-21443.9747

High

449.7487

Low

362.3219

Average

407.0989

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.