Skip to content

GBP to LKR exchange rate API

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

438.1364

▼ +1.03% over 7D

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-25, so 1 LKR buys 0.002282 GBP. Over the last 7 days, GBP/LKR traded between 436.9793 and 443.9747, averaged 440.7919 and fell 1.03%. 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 7D

GBP/LKR over 7D: show the values
PointGBP/LKR
2026-09-18442.7008
2026-09-19443.4866
2026-09-20443.5231
2026-09-21443.9747
2026-09-22441.7883
2026-09-23438.0134
2026-09-24436.9793
2026-09-25438.5247

High

443.9747

Low

436.9793

Average

440.7919

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.