NIO to CDF exchange rate API
Cordoba Oro to Congolese Franc · quoted 2026-09-26
62.5277
▼ +0.57% over 6M
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 6 months, NIO/CDF traded between 61.7159 and 63.1972, averaged 62.5131 and fell 0.57%. 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 6M: show the values
| Point | NIO/CDF |
|---|---|
| 2026-03-30 | 62.8867 |
| 2026-04-06 | 62.9333 |
| 2026-04-13 | 62.5990 |
| 2026-04-20 | 62.5659 |
| 2026-04-27 | 63.0081 |
| 2026-05-04 | 63.1972 |
| 2026-05-11 | 61.7159 |
| 2026-05-19 | 62.4347 |
| 2026-05-27 | 62.1983 |
| 2026-06-03 | 62.5245 |
| 2026-06-12 | 63.1632 |
| 2026-06-19 | 62.8563 |
| 2026-06-26 | 62.6463 |
| 2026-07-03 | 62.3644 |
| 2026-07-10 | 62.5031 |
| 2026-07-17 | 62.6827 |
| 2026-07-24 | 62.6135 |
| 2026-07-31 | 62.3145 |
| 2026-08-07 | 62.1734 |
| 2026-08-14 | 62.2089 |
| 2026-08-22 | 62.4699 |
| 2026-08-29 | 62.1892 |
| 2026-09-05 | 61.9350 |
| 2026-09-12 | 62.0313 |
| 2026-09-19 | 62.5830 |
| 2026-09-26 | 62.5277 |
High
63.1972
Low
61.7159
Average
62.5131
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.