GBP to LKR exchange rate API
Pound Sterling to Sri Lanka Rupee · quoted 2026-09-26
438.1364
▲ +10.40% over 1Y
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 year, GBP/LKR traded between 396.8504 and 453.1028, averaged 427.4111 and rose 10.40%. 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 1Y: show the values
| Point | GBP/LKR |
|---|---|
| 2025-09-26 | 396.8504 |
| 2025-10-03 | 399.2155 |
| 2025-10-10 | 402.8479 |
| 2025-10-17 | 407.8999 |
| 2025-10-24 | 404.6094 |
| 2025-10-31 | 399.5993 |
| 2025-11-07 | 400.4151 |
| 2025-11-14 | 403.5582 |
| 2025-11-21 | 403.6767 |
| 2025-11-28 | 407.7369 |
| 2025-12-05 | 412.1856 |
| 2025-12-12 | 414.2025 |
| 2025-12-19 | 414.1409 |
| 2025-12-26 | 418.2674 |
| 2026-01-02 | 416.7305 |
| 2026-01-09 | 415.8450 |
| 2026-01-16 | 415.7481 |
| 2026-01-23 | 419.9592 |
| 2026-01-30 | 426.6455 |
| 2026-02-06 | 421.5335 |
| 2026-02-13 | 421.9462 |
| 2026-02-20 | 418.1470 |
| 2026-02-27 | 417.6306 |
| 2026-03-06 | 415.8243 |
| 2026-03-13 | 413.6696 |
| 2026-03-20 | 417.4418 |
| 2026-03-27 | 418.5173 |
| 2026-04-03 | 416.7359 |
| 2026-04-10 | 425.1089 |
| 2026-04-17 | 428.5853 |
| 2026-04-24 | 429.8765 |
| 2026-05-01 | 435.5201 |
| 2026-05-08 | 438.7253 |
| 2026-05-15 | 436.3635 |
| 2026-05-22 | 447.6116 |
| 2026-05-29 | 442.9433 |
| 2026-06-05 | 453.1028 |
| 2026-06-12 | 448.8234 |
| 2026-06-19 | 442.4119 |
| 2026-06-26 | 445.4469 |
| 2026-07-03 | 448.6341 |
| 2026-07-10 | 451.3227 |
| 2026-07-17 | 452.6246 |
| 2026-07-24 | 448.8293 |
| 2026-07-31 | 451.4582 |
| 2026-08-07 | 452.2462 |
| 2026-08-14 | 451.9318 |
| 2026-08-21 | 451.1331 |
| 2026-08-28 | 446.6333 |
| 2026-09-04 | 445.0003 |
| 2026-09-11 | 444.9238 |
| 2026-09-18 | 442.7008 |
| 2026-09-25 | 438.5247 |
High
453.1028
Low
396.8504
Average
427.4111
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.