Skip to content

XOF to LKR exchange rate API

CFA Franc BCEAO to Sri Lanka Rupee · quoted 2026-09-25

0.57527

▲ +6.72% over 1Y

1 XOF = 0.57527 LKR · 1 LKR = 1.7383 XOF · Get this rate via the API

1 XOF buys 0.57527 LKR as of 2026-09-25, so 1 LKR buys 1.7383 XOF. Over the last year, XOF/LKR traded between 0.53604 and 0.60566, averaged 0.56527 and rose 6.72%. 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

XOF/LKR over 1Y: show the values
PointXOF/LKR
2025-09-250.53903
2025-10-020.53921
2025-10-090.53647
2025-10-160.54009
2025-10-230.53805
2025-10-300.53863
2025-11-060.53604
2025-11-130.54053
2025-11-200.54239
2025-11-270.54539
2025-12-040.54914
2025-12-110.55295
2025-12-180.55420
2025-12-250.55588
2026-01-010.55482
2026-01-080.55211
2026-01-150.54949
2026-01-220.55414
2026-01-290.56576
2026-02-050.55776
2026-02-120.56137
2026-02-190.55701
2026-02-260.55800
2026-03-050.55097
2026-03-120.54804
2026-03-190.54722
2026-03-260.55408
2026-04-020.55575
2026-04-090.56249
2026-04-160.56862
2026-04-230.56651
2026-04-300.57131
2026-05-070.57697
2026-05-140.58098
2026-05-210.60566
2026-05-280.58270
2026-06-040.59498
2026-06-110.58633
2026-06-180.58551
2026-06-250.58463
2026-07-020.58551
2026-07-090.58565
2026-07-160.58825
2026-07-230.58530
2026-07-300.58893
2026-08-060.59142
2026-08-130.58780
2026-08-200.58916
2026-08-270.58482
2026-09-030.58226
2026-09-100.58374
2026-09-170.58185
2026-09-240.57330

High

0.60566

Low

0.53604

Average

0.56527

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&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=XOF&currencies=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&currencies=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.