XOF to LAK exchange rate API
CFA Franc BCEAO to Kip · quoted 2026-09-25
38.9584
▼ +2.46% over 30D
1 XOF = 38.9584 LAK · 1 LAK = 0.02567 XOF · Get this rate via the API
1 XOF buys 38.9584 LAK as of 2026-09-25, so 1 LAK buys 0.02567 XOF. Over the last 30 days, XOF/LAK traded between 38.8888 and 39.9404, averaged 39.4740 and fell 2.46%. The API holds daily XOF/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XOF/LAK over 30D: show the values
| Point | XOF/LAK |
|---|---|
| 2026-08-26 | 39.9404 |
| 2026-08-27 | 39.8108 |
| 2026-08-28 | 39.7217 |
| 2026-08-29 | 39.6632 |
| 2026-08-30 | 39.5893 |
| 2026-08-31 | 39.8201 |
| 2026-09-01 | 39.6634 |
| 2026-09-02 | 39.6476 |
| 2026-09-03 | 39.5499 |
| 2026-09-04 | 39.7714 |
| 2026-09-05 | 39.7548 |
| 2026-09-06 | 39.6613 |
| 2026-09-07 | 39.6623 |
| 2026-09-08 | 39.7407 |
| 2026-09-09 | 39.6163 |
| 2026-09-10 | 39.6967 |
| 2026-09-11 | 39.6524 |
| 2026-09-12 | 39.5597 |
| 2026-09-13 | 39.3811 |
| 2026-09-14 | 39.4536 |
| 2026-09-15 | 39.3705 |
| 2026-09-16 | 39.4017 |
| 2026-09-17 | 39.2066 |
| 2026-09-18 | 39.1540 |
| 2026-09-19 | 39.3579 |
| 2026-09-20 | 39.1558 |
| 2026-09-21 | 39.1994 |
| 2026-09-22 | 39.1943 |
| 2026-09-23 | 39.0264 |
| 2026-09-24 | 38.8971 |
| 2026-09-25 | 38.8888 |
High
39.9404
Low
38.8888
Average
39.4740
Get this rate via the API
One GET request returns the XOF/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
XOF/LAK API questions
How do I get the XOF/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/LAK rate in rates.LAK.
How far back does XOF/LAK historical data go?
Daily XOF/LAK 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/LAK 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.