Skip to content

NIO to CDF exchange rate API

Cordoba Oro to Congolese Franc · quoted 2026-09-26

62.5277

▼ +14.60% over 1Y

1 NIO = 62.5277 CDF · 1 CDF = 0.01599 NIO · Get this rate via the API

1 NIO buys 62.5277 CDF as of 2026-09-26, so 1 CDF buys 0.01599 NIO. Over the last year, NIO/CDF traded between 58.0623 and 73.2207, averaged 62.1944 and fell 14.60%. The API holds daily NIO/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/CDF over 1Y

NIO/CDF over 1Y: show the values
PointNIO/CDF
2025-09-2673.2207
2025-10-0368.7054
2025-10-1064.2414
2025-10-1759.6631
2025-10-2462.0403
2025-10-3161.9175
2025-11-0759.5981
2025-11-1459.3759
2025-11-2158.8360
2025-11-2861.9970
2025-12-0562.0434
2025-12-1361.8087
2025-12-2058.0623
2025-12-2762.2080
2026-01-0361.0752
2026-01-1058.3872
2026-01-1760.2721
2026-01-2460.7897
2026-01-3158.1517
2026-02-0762.2742
2026-02-1462.6232
2026-02-2162.9431
2026-02-2860.3537
2026-03-0762.0123
2026-03-1461.4215
2026-03-2162.9525
2026-03-2862.1591
2026-04-0462.9904
2026-04-1162.6185
2026-04-1862.9079
2026-04-2563.0081
2026-05-0263.1974
2026-05-0961.6914
2026-05-1761.0975
2026-05-2562.5534
2026-06-0162.6780
2026-06-1062.6783
2026-06-1763.0766
2026-06-2462.4390
2026-07-0162.8855
2026-07-0862.6420
2026-07-1562.7093
2026-07-2262.5036
2026-07-2962.9473
2026-08-0562.2720
2026-08-1262.2060
2026-08-2062.4769
2026-08-2762.3818
2026-09-0362.3722
2026-09-1062.7852
2026-09-1762.8429
2026-09-2462.6835

High

73.2207

Low

58.0623

Average

62.1944

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

NIO/CDF API questions

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

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

How far back does NIO/CDF historical data go?

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