Skip to content

XOF to KHR exchange rate API

CFA Franc BCEAO to Riel · quoted 2026-09-27

7.0493

▼ +1.81% over YTD

1 XOF = 7.0493 KHR · 1 KHR = 0.14186 XOF · Get this rate via the API

1 XOF buys 7.0493 KHR as of 2026-09-27, so 1 KHR buys 0.14186 XOF. Over the year to date, XOF/KHR traded between 6.9805 and 7.3256, averaged 7.1332 and fell 1.81%. The API holds daily XOF/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/KHR over YTD

XOF/KHR over YTD: show the values
PointXOF/KHR
2025-12-317.1795
2026-01-077.1611
2026-01-147.1519
2026-01-217.1898
2026-01-287.3256
2026-02-047.2570
2026-02-117.3089
2026-02-187.2428
2026-02-257.2132
2026-03-047.1149
2026-03-117.0984
2026-03-187.0356
2026-03-257.0828
2026-04-017.0714
2026-04-087.1076
2026-04-157.2155
2026-04-227.1614
2026-04-297.1504
2026-05-067.1675
2026-05-147.1534
2026-05-217.1137
2026-05-297.1339
2026-06-057.1251
2026-06-147.1206
2026-06-217.0311
2026-06-286.9805
2026-07-057.0084
2026-07-127.0152
2026-07-197.0396
2026-07-267.0160
2026-08-027.1195
2026-08-097.1431
2026-08-167.1342
2026-08-247.1925
2026-08-317.1878
2026-09-077.1694
2026-09-147.1385
2026-09-217.0870

High

7.3256

Low

6.9805

Average

7.1332

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/KHR API questions

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

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

How far back does XOF/KHR historical data go?

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