GBP to LKR exchange rate API
Pound Sterling to Sri Lanka Rupee · quoted 2026-09-26
438.1364
▼ +2.02% over 30D
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 30 days, GBP/LKR traded between 436.9793 and 447.1874, averaged 443.7963 and fell 2.02%. 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 30D: show the values
| Point | GBP/LKR |
|---|---|
| 2026-08-27 | 447.1874 |
| 2026-08-28 | 446.6333 |
| 2026-08-29 | 443.9235 |
| 2026-08-30 | 444.5298 |
| 2026-08-31 | 445.1216 |
| 2026-09-01 | 444.8998 |
| 2026-09-02 | 443.5945 |
| 2026-09-03 | 443.9736 |
| 2026-09-04 | 445.0003 |
| 2026-09-05 | 443.6615 |
| 2026-09-06 | 444.0906 |
| 2026-09-07 | 445.0279 |
| 2026-09-08 | 445.6915 |
| 2026-09-09 | 446.7393 |
| 2026-09-10 | 445.2397 |
| 2026-09-11 | 444.9238 |
| 2026-09-12 | 444.5417 |
| 2026-09-13 | 445.0356 |
| 2026-09-14 | 444.4344 |
| 2026-09-15 | 445.2594 |
| 2026-09-16 | 446.0715 |
| 2026-09-17 | 444.9769 |
| 2026-09-18 | 442.7008 |
| 2026-09-19 | 443.4866 |
| 2026-09-20 | 443.5231 |
| 2026-09-21 | 443.9747 |
| 2026-09-22 | 441.7883 |
| 2026-09-23 | 438.0134 |
| 2026-09-24 | 436.9793 |
| 2026-09-25 | 438.5247 |
High
447.1874
Low
436.9793
Average
443.7963
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.