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: show the values
| Point | LKR/XPF |
|---|---|
| 2025-09-25 | 0.33789 |
| 2025-10-02 | 0.34272 |
| 2025-10-09 | 0.33806 |
| 2025-10-16 | 0.33792 |
| 2025-10-23 | 0.33883 |
| 2025-10-30 | 0.33803 |
| 2025-11-06 | 0.33942 |
| 2025-11-13 | 0.33733 |
| 2025-11-20 | 0.33525 |
| 2025-11-27 | 0.33384 |
| 2025-12-04 | 0.33199 |
| 2025-12-11 | 0.33036 |
| 2025-12-18 | 0.32840 |
| 2025-12-25 | 0.32734 |
| 2026-01-01 | 0.32773 |
| 2026-01-08 | 0.32907 |
| 2026-01-15 | 0.33102 |
| 2026-01-22 | 0.32914 |
| 2026-01-29 | 0.32354 |
| 2026-02-05 | 0.32517 |
| 2026-02-12 | 0.32365 |
| 2026-02-19 | 0.32608 |
| 2026-02-26 | 0.32523 |
| 2026-03-05 | 0.32879 |
| 2026-03-12 | 0.33043 |
| 2026-03-19 | 0.33300 |
| 2026-03-26 | 0.32858 |
| 2026-04-02 | 0.32772 |
| 2026-04-09 | 0.32532 |
| 2026-04-16 | 0.32066 |
| 2026-04-23 | 0.32117 |
| 2026-04-30 | 0.31890 |
| 2026-05-07 | 0.31594 |
| 2026-05-14 | 0.31320 |
| 2026-05-21 | 0.30003 |
| 2026-05-28 | 0.31176 |
| 2026-06-04 | 0.30581 |
| 2026-06-11 | 0.31062 |
| 2026-06-18 | 0.31038 |
| 2026-06-25 | 0.31050 |
| 2026-07-02 | 0.31070 |
| 2026-07-09 | 0.31063 |
| 2026-07-16 | 0.30940 |
| 2026-07-23 | 0.31060 |
| 2026-07-30 | 0.30911 |
| 2026-08-06 | 0.30711 |
| 2026-08-13 | 0.30917 |
| 2026-08-20 | 0.30901 |
| 2026-08-27 | 0.31096 |
| 2026-09-03 | 0.31237 |
| 2026-09-10 | 0.31075 |
| 2026-09-17 | 0.31263 |
| 2026-09-24 | 0.31716 |
High
0.34272
Low
0.30003
Average
0.32236
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.