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: show the values
| Point | GBP/LKR |
|---|---|
| 2024-08-24 | 396.3841 |
| 2024-10-01 | 390.1954 |
| 2024-10-31 | 374.9772 |
| 2024-11-30 | 370.3771 |
| 2024-12-30 | 362.3219 |
| 2025-01-29 | 362.4778 |
| 2025-02-28 | 366.7133 |
| 2025-03-30 | 379.7635 |
| 2025-04-29 | 394.2763 |
| 2025-05-29 | 398.3319 |
| 2025-06-28 | 411.0219 |
| 2025-07-28 | 397.6665 |
| 2025-08-27 | 399.4892 |
| 2025-09-26 | 396.8504 |
| 2025-10-26 | 404.8012 |
| 2025-11-25 | 405.3229 |
| 2025-12-25 | 418.3168 |
| 2026-01-24 | 422.6778 |
| 2026-02-23 | 418.4228 |
| 2026-03-25 | 421.4666 |
| 2026-04-24 | 429.8765 |
| 2026-05-24 | 446.0247 |
| 2026-06-23 | 442.9598 |
| 2026-07-23 | 449.7487 |
| 2026-08-22 | 449.0948 |
| 2026-09-21 | 443.9747 |
High
449.7487
Low
362.3219
Average
407.0989
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.