Skip to content

NIO to CDF exchange rate API

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

62.5277

▲ +0.89% over YTD

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 year to date, NIO/CDF traded between 57.3752 and 63.2575, averaged 61.9138 and rose 0.89%. 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 YTD

NIO/CDF over YTD: show the values
PointNIO/CDF
2025-12-3161.9734
2026-01-0762.4646
2026-01-1457.9702
2026-01-2158.1275
2026-01-2862.2788
2026-02-0461.8847
2026-02-1162.0851
2026-02-1862.8130
2026-02-2557.3752
2026-03-0462.4834
2026-03-1159.2837
2026-03-1862.7620
2026-03-2563.0263
2026-04-0162.9596
2026-04-0863.0530
2026-04-1562.7414
2026-04-2262.8004
2026-04-2963.2575
2026-05-0663.0617
2026-05-1462.0322
2026-05-2162.3326
2026-05-2962.7536
2026-06-0563.1815
2026-06-1461.9628
2026-06-2161.8858
2026-06-2862.0154
2026-07-0561.4161
2026-07-1261.4280
2026-07-1961.6330
2026-07-2661.4670
2026-08-0261.8808
2026-08-0961.6835
2026-08-1661.6829
2026-08-2462.3619
2026-08-3161.7304
2026-09-0762.5331
2026-09-1462.8653
2026-09-2162.8641

High

63.2575

Low

57.3752

Average

61.9138

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.