XPF to LKR exchange rate API
CFP Franc to Sri Lanka Rupee · quoted 2026-09-25
3.1522
▲ +6.51% over 1Y
1 XPF = 3.1522 LKR · 1 LKR = 0.31724 XPF · Get this rate via the API
1 XPF buys 3.1522 LKR as of 2026-09-25, so 1 LKR buys 0.31724 XPF. Over the last year, XPF/LKR traded between 2.9178 and 3.3330, averaged 3.1057 and rose 6.51%. The API holds daily XPF/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XPF/LKR over 1Y: show the values
| Point | XPF/LKR |
|---|---|
| 2025-09-25 | 2.9596 |
| 2025-10-02 | 2.9178 |
| 2025-10-09 | 2.9580 |
| 2025-10-16 | 2.9593 |
| 2025-10-23 | 2.9513 |
| 2025-10-30 | 2.9583 |
| 2025-11-06 | 2.9462 |
| 2025-11-13 | 2.9645 |
| 2025-11-20 | 2.9828 |
| 2025-11-27 | 2.9955 |
| 2025-12-04 | 3.0121 |
| 2025-12-11 | 3.0270 |
| 2025-12-18 | 3.0450 |
| 2025-12-25 | 3.0549 |
| 2026-01-01 | 3.0513 |
| 2026-01-08 | 3.0388 |
| 2026-01-15 | 3.0210 |
| 2026-01-22 | 3.0382 |
| 2026-01-29 | 3.0908 |
| 2026-02-05 | 3.0753 |
| 2026-02-12 | 3.0898 |
| 2026-02-19 | 3.0667 |
| 2026-02-26 | 3.0748 |
| 2026-03-05 | 3.0414 |
| 2026-03-12 | 3.0264 |
| 2026-03-19 | 3.0030 |
| 2026-03-26 | 3.0434 |
| 2026-04-02 | 3.0514 |
| 2026-04-09 | 3.0739 |
| 2026-04-16 | 3.1186 |
| 2026-04-23 | 3.1136 |
| 2026-04-30 | 3.1358 |
| 2026-05-07 | 3.1651 |
| 2026-05-14 | 3.1929 |
| 2026-05-21 | 3.3330 |
| 2026-05-28 | 3.2076 |
| 2026-06-04 | 3.2700 |
| 2026-06-11 | 3.2193 |
| 2026-06-18 | 3.2219 |
| 2026-06-25 | 3.2206 |
| 2026-07-02 | 3.2185 |
| 2026-07-09 | 3.2192 |
| 2026-07-16 | 3.2321 |
| 2026-07-23 | 3.2196 |
| 2026-07-30 | 3.2350 |
| 2026-08-06 | 3.2561 |
| 2026-08-13 | 3.2344 |
| 2026-08-20 | 3.2362 |
| 2026-08-27 | 3.2158 |
| 2026-09-03 | 3.2014 |
| 2026-09-10 | 3.2181 |
| 2026-09-17 | 3.1986 |
| 2026-09-24 | 3.1529 |
High
3.3330
Low
2.9178
Average
3.1057
Get this rate via the API
One GET request returns the XPF/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=XPF¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
XPF/LKR API questions
How do I get the XPF/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XPF¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XPF/LKR rate in rates.LKR.
How far back does XPF/LKR historical data go?
Daily XPF/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 XPF/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.