NIO to CDF exchange rate API
Cordoba Oro to Congolese Franc · quoted 2026-09-26
62.5277
▲ +0.23% over 30D
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 30 days, NIO/CDF traded between 61.7304 and 63.0214, averaged 62.5001 and rose 0.23%. 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 30D: show the values
| Point | NIO/CDF |
|---|---|
| 2026-08-27 | 62.3818 |
| 2026-08-28 | 62.4257 |
| 2026-08-29 | 62.1892 |
| 2026-08-30 | 62.0633 |
| 2026-08-31 | 61.7304 |
| 2026-09-01 | 62.3654 |
| 2026-09-02 | 62.4246 |
| 2026-09-03 | 62.3722 |
| 2026-09-04 | 62.5639 |
| 2026-09-05 | 61.9350 |
| 2026-09-06 | 61.7675 |
| 2026-09-07 | 62.5331 |
| 2026-09-08 | 62.6833 |
| 2026-09-09 | 62.7219 |
| 2026-09-10 | 62.7852 |
| 2026-09-11 | 62.8236 |
| 2026-09-12 | 62.0313 |
| 2026-09-13 | 61.8777 |
| 2026-09-14 | 62.8653 |
| 2026-09-15 | 62.8441 |
| 2026-09-16 | 62.9327 |
| 2026-09-17 | 62.8429 |
| 2026-09-18 | 63.0214 |
| 2026-09-19 | 62.5830 |
| 2026-09-20 | 62.2181 |
| 2026-09-21 | 62.8641 |
| 2026-09-22 | 62.8926 |
| 2026-09-23 | 62.7382 |
| 2026-09-24 | 62.6835 |
| 2026-09-25 | 62.7860 |
| 2026-09-26 | 62.5277 |
High
63.0214
Low
61.7304
Average
62.5001
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.