Skip to content

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

FKP/LKR over 1Y: show the values
PointFKP/LKR
2025-09-25399.6357
2025-10-02400.3425
2025-10-09406.6792
2025-10-16408.1192
2025-10-23405.6022
2025-10-30402.5308
2025-11-06398.6926
2025-11-13400.6759
2025-11-20402.7637
2025-11-27408.9779
2025-12-04412.0708
2025-12-12414.5329
2025-12-19414.6068
2025-12-26418.6529
2026-01-02418.1832
2026-01-09416.1803
2026-01-16415.2553
2026-01-23419.0261
2026-01-30426.2934
2026-02-06420.2794
2026-02-13422.3391
2026-02-20416.7894
2026-02-27418.0620
2026-03-06416.8666
2026-03-13416.5104
2026-03-20418.8636
2026-03-27420.4642
2026-04-03417.4693
2026-04-10424.9429
2026-04-17429.7023
2026-04-24430.2323
2026-05-01431.8864
2026-05-08438.2742
2026-05-16437.9423
2026-05-24445.6692
2026-05-31444.4872
2026-06-09450.4558
2026-06-16447.8465
2026-06-23444.0720
2026-06-30445.7080
2026-07-07449.2709
2026-07-14449.9767
2026-07-21452.7140
2026-07-28448.0463
2026-08-04451.8571
2026-08-11453.2595
2026-08-18450.6677
2026-08-26449.1151
2026-09-02444.2106
2026-09-09446.1350
2026-09-16446.9006
2026-09-23439.3522

High

453.2595

Low

398.6926

Average

427.2903

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.