Skip to content

CDF to KHR exchange rate API

Congolese Franc to Riel · quoted 2026-09-27

1.7667

▲ +18.92% over 1Y

1 CDF = 1.7667 KHR · 1 KHR = 0.56603 CDF · Get this rate via the API

1 CDF buys 1.7667 KHR as of 2026-09-27, so 1 KHR buys 0.56603 CDF. Over the last year, CDF/KHR traded between 1.4855 and 1.8883, averaged 1.7682 and rose 18.92%. The API holds daily CDF/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/KHR over 1Y

CDF/KHR over 1Y: show the values
PointCDF/KHR
2025-09-271.4855
2025-10-041.5983
2025-10-111.7007
2025-10-181.8883
2025-10-251.7655
2025-11-011.7636
2025-11-081.8333
2025-11-151.8289
2025-11-221.8228
2025-11-291.7527
2025-12-061.7474
2025-12-141.7891
2025-12-211.8751
2025-12-281.8082
2026-01-041.8261
2026-01-111.8730
2026-01-181.8638
2026-01-251.8207
2026-02-011.8818
2026-02-081.8224
2026-02-151.7700
2026-02-221.7474
2026-03-011.8135
2026-03-081.8203
2026-03-151.7813
2026-03-221.7521
2026-03-291.7518
2026-04-051.7351
2026-04-121.7379
2026-04-191.7346
2026-04-261.7279
2026-05-031.7295
2026-05-101.7667
2026-05-181.7887
2026-05-261.7460
2026-06-021.7515
2026-06-111.7433
2026-06-181.7267
2026-06-251.7450
2026-07-021.7637
2026-07-091.7414
2026-07-161.7443
2026-07-231.7505
2026-07-301.7492
2026-08-061.7695
2026-08-131.7684
2026-08-211.7558
2026-08-281.7629
2026-09-041.7578
2026-09-111.7567
2026-09-181.7538
2026-09-251.7599

High

1.8883

Low

1.4855

Average

1.7682

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CDF/KHR API questions

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

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

How far back does CDF/KHR historical data go?

Daily CDF/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 CDF/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.