Skip to content

CDF to LAK exchange rate API

Congolese Franc to Kip · quoted 2026-09-25

9.7007

▲ +21.14% over 1Y

1 CDF = 9.7007 LAK · 1 LAK = 0.10308 CDF · Get this rate via the API

1 CDF buys 9.7007 LAK as of 2026-09-25, so 1 LAK buys 0.10308 CDF. Over the last year, CDF/LAK traded between 8.0081 and 10.2730, averaged 9.5615 and rose 21.14%. The API holds daily CDF/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/LAK over 1Y

CDF/LAK over 1Y: show the values
PointCDF/LAK
2025-09-258.0081
2025-10-028.4878
2025-10-098.9737
2025-10-1610.2730
2025-10-239.5371
2025-10-309.4953
2025-11-069.8677
2025-11-1310.1395
2025-11-209.5161
2025-11-279.5289
2025-12-049.4954
2025-12-129.4482
2025-12-199.4007
2025-12-269.4953
2026-01-029.5324
2026-01-099.3808
2026-01-169.5315
2026-01-239.9785
2026-01-309.3713
2026-02-069.3778
2026-02-139.3641
2026-02-209.3079
2026-02-279.9849
2026-03-069.2675
2026-03-139.4604
2026-03-209.2563
2026-03-279.3657
2026-04-039.4838
2026-04-109.5500
2026-04-179.5672
2026-04-249.4812
2026-05-019.4731
2026-05-089.5062
2026-05-169.7962
2026-05-249.7229
2026-05-319.6368
2026-06-099.5315
2026-06-169.4983
2026-06-239.6185
2026-06-309.6895
2026-07-079.7779
2026-07-149.8663
2026-07-219.8325
2026-07-289.8486
2026-08-049.9120
2026-08-119.8925
2026-08-189.8406
2026-08-269.7997
2026-09-029.7864
2026-09-099.6874
2026-09-169.7011
2026-09-239.7123

High

10.2730

Low

8.0081

Average

9.5615

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CDF/LAK API questions

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

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

How far back does CDF/LAK historical data go?

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