Skip to content

LKR to XPF exchange rate API

Sri Lanka Rupee to CFP Franc · quoted 2026-09-25

0.31720

▼ +6.12% over 1Y

1 LKR = 0.31720 XPF · 1 XPF = 3.1526 LKR · Get this rate via the API

1 LKR buys 0.31720 XPF as of 2026-09-25, so 1 XPF buys 3.1526 LKR. Over the last year, LKR/XPF traded between 0.30003 and 0.34272, averaged 0.32236 and fell 6.12%. The API holds daily LKR/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/XPF over 1Y

LKR/XPF over 1Y: show the values
PointLKR/XPF
2025-09-250.33789
2025-10-020.34272
2025-10-090.33806
2025-10-160.33792
2025-10-230.33883
2025-10-300.33803
2025-11-060.33942
2025-11-130.33733
2025-11-200.33525
2025-11-270.33384
2025-12-040.33199
2025-12-110.33036
2025-12-180.32840
2025-12-250.32734
2026-01-010.32773
2026-01-080.32907
2026-01-150.33102
2026-01-220.32914
2026-01-290.32354
2026-02-050.32517
2026-02-120.32365
2026-02-190.32608
2026-02-260.32523
2026-03-050.32879
2026-03-120.33043
2026-03-190.33300
2026-03-260.32858
2026-04-020.32772
2026-04-090.32532
2026-04-160.32066
2026-04-230.32117
2026-04-300.31890
2026-05-070.31594
2026-05-140.31320
2026-05-210.30003
2026-05-280.31176
2026-06-040.30581
2026-06-110.31062
2026-06-180.31038
2026-06-250.31050
2026-07-020.31070
2026-07-090.31063
2026-07-160.30940
2026-07-230.31060
2026-07-300.30911
2026-08-060.30711
2026-08-130.30917
2026-08-200.30901
2026-08-270.31096
2026-09-030.31237
2026-09-100.31075
2026-09-170.31263
2026-09-240.31716

High

0.34272

Low

0.30003

Average

0.32236

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=XPF").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/XPF API questions

How do I get the LKR/XPF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/XPF rate in rates.XPF.

How far back does LKR/XPF historical data go?

Daily LKR/XPF 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 LKR/XPF 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.