GBP to LKR exchange rate API
Pound Sterling to Sri Lanka Rupee · quoted 2026-09-26
438.1364
▲ +4.93% over YTD
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 year to date, GBP/LKR traded between 415.2821 and 453.2745, averaged 435.0569 and rose 4.93%. 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 YTD: show the values
| Point | GBP/LKR |
|---|---|
| 2025-12-31 | 417.5479 |
| 2026-01-07 | 419.0264 |
| 2026-01-14 | 416.5827 |
| 2026-01-21 | 416.7220 |
| 2026-01-28 | 427.8253 |
| 2026-02-04 | 425.3643 |
| 2026-02-11 | 423.6233 |
| 2026-02-18 | 421.0012 |
| 2026-02-25 | 419.3656 |
| 2026-03-04 | 415.9556 |
| 2026-03-11 | 417.7823 |
| 2026-03-18 | 415.2821 |
| 2026-03-25 | 421.4666 |
| 2026-04-01 | 420.9851 |
| 2026-04-08 | 425.4698 |
| 2026-04-15 | 428.5703 |
| 2026-04-22 | 428.5526 |
| 2026-04-29 | 432.4223 |
| 2026-05-06 | 437.0294 |
| 2026-05-13 | 438.8887 |
| 2026-05-20 | 448.1712 |
| 2026-05-27 | 439.2487 |
| 2026-06-03 | 449.2607 |
| 2026-06-10 | 444.1156 |
| 2026-06-17 | 448.3637 |
| 2026-06-24 | 442.6177 |
| 2026-07-01 | 445.8999 |
| 2026-07-08 | 448.2463 |
| 2026-07-15 | 451.3934 |
| 2026-07-22 | 450.5898 |
| 2026-07-29 | 447.0818 |
| 2026-08-05 | 453.2745 |
| 2026-08-12 | 453.2367 |
| 2026-08-19 | 450.1415 |
| 2026-08-26 | 448.6170 |
| 2026-09-02 | 443.5945 |
| 2026-09-09 | 446.7393 |
| 2026-09-16 | 446.0715 |
| 2026-09-23 | 438.0134 |
High
453.2745
Low
415.2821
Average
435.0569
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.