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: show the values
| Point | GBP/LKR |
|---|---|
| 2026-03-30 | 417.6008 |
| 2026-04-06 | 418.0336 |
| 2026-04-13 | 424.3535 |
| 2026-04-20 | 428.5338 |
| 2026-04-27 | 432.7566 |
| 2026-05-04 | 433.8530 |
| 2026-05-11 | 438.7205 |
| 2026-05-18 | 441.0569 |
| 2026-05-25 | 441.3915 |
| 2026-06-01 | 445.6782 |
| 2026-06-08 | 450.1681 |
| 2026-06-15 | 448.2586 |
| 2026-06-22 | 443.6427 |
| 2026-06-29 | 445.8076 |
| 2026-07-06 | 448.1298 |
| 2026-07-13 | 450.6885 |
| 2026-07-20 | 453.4473 |
| 2026-07-27 | 448.5204 |
| 2026-08-03 | 453.0050 |
| 2026-08-10 | 453.6749 |
| 2026-08-17 | 451.4965 |
| 2026-08-24 | 449.7456 |
| 2026-08-31 | 445.1216 |
| 2026-09-07 | 445.0279 |
| 2026-09-14 | 444.4344 |
| 2026-09-21 | 443.9747 |
High
453.6749
Low
417.6008
Average
442.0466
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.