FKP to LKR exchange rate API
Falkland Islands Pound to Sri Lanka Rupee · quoted 2026-09-25
437.1981
▲ +9.40% over 1Y
1 FKP = 437.1981 LKR · 1 LKR = 0.002287 FKP · Get this rate via the API
1 FKP buys 437.1981 LKR as of 2026-09-25, so 1 LKR buys 0.002287 FKP. Over the last year, FKP/LKR traded between 398.6926 and 453.2595, averaged 427.2903 and rose 9.40%. The API holds daily FKP/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/LKR over 1Y: show the values
| Point | FKP/LKR |
|---|---|
| 2025-09-25 | 399.6357 |
| 2025-10-02 | 400.3425 |
| 2025-10-09 | 406.6792 |
| 2025-10-16 | 408.1192 |
| 2025-10-23 | 405.6022 |
| 2025-10-30 | 402.5308 |
| 2025-11-06 | 398.6926 |
| 2025-11-13 | 400.6759 |
| 2025-11-20 | 402.7637 |
| 2025-11-27 | 408.9779 |
| 2025-12-04 | 412.0708 |
| 2025-12-12 | 414.5329 |
| 2025-12-19 | 414.6068 |
| 2025-12-26 | 418.6529 |
| 2026-01-02 | 418.1832 |
| 2026-01-09 | 416.1803 |
| 2026-01-16 | 415.2553 |
| 2026-01-23 | 419.0261 |
| 2026-01-30 | 426.2934 |
| 2026-02-06 | 420.2794 |
| 2026-02-13 | 422.3391 |
| 2026-02-20 | 416.7894 |
| 2026-02-27 | 418.0620 |
| 2026-03-06 | 416.8666 |
| 2026-03-13 | 416.5104 |
| 2026-03-20 | 418.8636 |
| 2026-03-27 | 420.4642 |
| 2026-04-03 | 417.4693 |
| 2026-04-10 | 424.9429 |
| 2026-04-17 | 429.7023 |
| 2026-04-24 | 430.2323 |
| 2026-05-01 | 431.8864 |
| 2026-05-08 | 438.2742 |
| 2026-05-16 | 437.9423 |
| 2026-05-24 | 445.6692 |
| 2026-05-31 | 444.4872 |
| 2026-06-09 | 450.4558 |
| 2026-06-16 | 447.8465 |
| 2026-06-23 | 444.0720 |
| 2026-06-30 | 445.7080 |
| 2026-07-07 | 449.2709 |
| 2026-07-14 | 449.9767 |
| 2026-07-21 | 452.7140 |
| 2026-07-28 | 448.0463 |
| 2026-08-04 | 451.8571 |
| 2026-08-11 | 453.2595 |
| 2026-08-18 | 450.6677 |
| 2026-08-26 | 449.1151 |
| 2026-09-02 | 444.2106 |
| 2026-09-09 | 446.1350 |
| 2026-09-16 | 446.9006 |
| 2026-09-23 | 439.3522 |
High
453.2595
Low
398.6926
Average
427.2903
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/LKR API questions
How do I get the FKP/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/LKR rate in rates.LKR.
How far back does FKP/LKR historical data go?
Daily FKP/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 FKP/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.