XOF to LKR exchange rate API
CFA Franc BCEAO to Sri Lanka Rupee · quoted 2026-09-25
0.57443
▲ +6.57% over 1Y
1 XOF = 0.57443 LKR · 1 LKR = 1.7409 XOF · Get this rate via the API
1 XOF buys 0.57443 LKR as of 2026-09-25, so 1 LKR buys 1.7409 XOF. Over the last year, XOF/LKR traded between 0.53604 and 0.60566, averaged 0.56525 and rose 6.57%. The API holds daily XOF/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XOF/LKR over 1Y: show the values
| Point | XOF/LKR |
|---|---|
| 2025-09-25 | 0.53903 |
| 2025-10-02 | 0.53921 |
| 2025-10-09 | 0.53647 |
| 2025-10-16 | 0.54009 |
| 2025-10-23 | 0.53805 |
| 2025-10-30 | 0.53863 |
| 2025-11-06 | 0.53604 |
| 2025-11-13 | 0.54053 |
| 2025-11-20 | 0.54239 |
| 2025-11-27 | 0.54539 |
| 2025-12-04 | 0.54914 |
| 2025-12-11 | 0.55295 |
| 2025-12-18 | 0.55420 |
| 2025-12-25 | 0.55588 |
| 2026-01-01 | 0.55482 |
| 2026-01-08 | 0.55211 |
| 2026-01-15 | 0.54949 |
| 2026-01-22 | 0.55414 |
| 2026-01-29 | 0.56576 |
| 2026-02-05 | 0.55776 |
| 2026-02-12 | 0.56137 |
| 2026-02-19 | 0.55701 |
| 2026-02-26 | 0.55800 |
| 2026-03-05 | 0.55097 |
| 2026-03-12 | 0.54804 |
| 2026-03-19 | 0.54722 |
| 2026-03-26 | 0.55408 |
| 2026-04-02 | 0.55575 |
| 2026-04-09 | 0.56249 |
| 2026-04-16 | 0.56862 |
| 2026-04-23 | 0.56651 |
| 2026-04-30 | 0.57131 |
| 2026-05-07 | 0.57697 |
| 2026-05-14 | 0.58098 |
| 2026-05-21 | 0.60566 |
| 2026-05-28 | 0.58270 |
| 2026-06-04 | 0.59498 |
| 2026-06-11 | 0.58633 |
| 2026-06-18 | 0.58551 |
| 2026-06-25 | 0.58463 |
| 2026-07-02 | 0.58551 |
| 2026-07-09 | 0.58565 |
| 2026-07-16 | 0.58825 |
| 2026-07-23 | 0.58530 |
| 2026-07-30 | 0.58893 |
| 2026-08-06 | 0.59142 |
| 2026-08-13 | 0.58780 |
| 2026-08-20 | 0.58916 |
| 2026-08-27 | 0.58482 |
| 2026-09-03 | 0.58226 |
| 2026-09-10 | 0.58374 |
| 2026-09-17 | 0.58185 |
| 2026-09-24 | 0.57330 |
High
0.60566
Low
0.53604
Average
0.56525
Get this rate via the API
One GET request returns the XOF/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=XOF¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
XOF/LKR API questions
How do I get the XOF/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/LKR rate in rates.LKR.
How far back does XOF/LKR historical data go?
Daily XOF/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 XOF/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.