Skip to content

GBP to LKR exchange rate API

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

438.1364

▲ +4.92% over 6M

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 6 months, GBP/LKR traded between 417.6008 and 453.6749, averaged 442.0466 and rose 4.92%. 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 6M

GBP/LKR over 6M: show the values
PointGBP/LKR
2026-03-30417.6008
2026-04-06418.0336
2026-04-13424.3535
2026-04-20428.5338
2026-04-27432.7566
2026-05-04433.8530
2026-05-11438.7205
2026-05-18441.0569
2026-05-25441.3915
2026-06-01445.6782
2026-06-08450.1681
2026-06-15448.2586
2026-06-22443.6427
2026-06-29445.8076
2026-07-06448.1298
2026-07-13450.6885
2026-07-20453.4473
2026-07-27448.5204
2026-08-03453.0050
2026-08-10453.6749
2026-08-17451.4965
2026-08-24449.7456
2026-08-31445.1216
2026-09-07445.0279
2026-09-14444.4344
2026-09-21443.9747

High

453.6749

Low

417.6008

Average

442.0466

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.