Skip to content

LKR to XOF exchange rate API

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

1.7419

▼ +5.67% over 1Y

1 LKR = 1.7419 XOF · 1 XOF = 0.57409 LKR · Get this rate via the API

1 LKR buys 1.7419 XOF as of 2026-09-24, so 1 XOF buys 0.57409 LKR. Over the last year, LKR/XOF traded between 1.6899 and 1.8731, averaged 1.7711 and fell 5.67%. The API holds daily LKR/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/XOF over 1Y

LKR/XOF over 1Y: show the values
PointLKR/XOF
2025-09-241.8467
2025-10-011.8524
2025-10-081.8274
2025-10-151.8580
2025-10-221.8600
2025-10-291.8490
2025-11-051.8731
2025-11-121.8576
2025-11-191.8374
2025-11-261.8363
2025-12-031.8217
2025-12-101.8215
2025-12-171.8041
2025-12-241.7961
2025-12-311.8019
2026-01-071.8061
2026-01-141.8172
2026-01-211.8043
2026-01-281.7654
2026-02-041.7906
2026-02-111.7782
2026-02-181.7886
2026-02-251.7937
2026-03-041.8161
2026-03-111.8148
2026-03-181.8252
2026-03-251.7986
2026-04-011.7913
2026-04-081.7782
2026-04-151.7590
2026-04-221.7610
2026-04-291.7522
2026-05-061.7403
2026-05-131.7232
2026-05-201.6899
2026-05-271.7242
2026-06-031.6909
2026-06-101.7117
2026-06-171.6925
2026-06-241.7172
2026-07-011.7091
2026-07-081.7114
2026-07-151.7027
2026-07-221.7059
2026-07-291.7096
2026-08-051.6899
2026-08-121.6969
2026-08-191.6996
2026-08-261.7089
2026-09-021.7214
2026-09-091.7120
2026-09-161.7158
2026-09-231.7427

High

1.8731

Low

1.6899

Average

1.7711

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/XOF API questions

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

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

How far back does LKR/XOF historical data go?

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