NPR to CDF exchange rate API
Nepalese Rupee to Congolese Franc · quoted 2026-09-24
15.0577
▼ +27.76% over 5Y
1 NPR = 15.0577 CDF · 1 CDF = 0.06641 NPR · Get this rate via the API
1 NPR buys 15.0577 CDF as of 2026-09-24, so 1 CDF buys 0.06641 NPR. Over the last 5 years, NPR/CDF traded between 14.9979 and 21.4296, averaged 18.2512 and fell 27.76%. The API holds daily NPR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NPR/CDF over 5Y: show the values
| Point | NPR/CDF |
|---|---|
| 2024-08-24 | 20.8430 |
| 2024-10-07 | 21.3039 |
| 2024-11-06 | 21.2198 |
| 2024-12-06 | 21.0814 |
| 2025-01-05 | 20.6839 |
| 2025-02-04 | 20.5146 |
| 2025-03-06 | 20.5915 |
| 2025-04-06 | 20.9127 |
| 2025-05-06 | 21.4296 |
| 2025-06-07 | 20.9270 |
| 2025-07-07 | 21.2707 |
| 2025-08-06 | 20.7117 |
| 2025-09-05 | 20.6338 |
| 2025-10-06 | 17.6355 |
| 2025-11-05 | 15.3350 |
| 2025-12-05 | 15.8610 |
| 2026-01-05 | 15.7756 |
| 2026-02-04 | 15.7166 |
| 2026-03-06 | 15.7522 |
| 2026-04-05 | 15.4970 |
| 2026-05-05 | 15.2258 |
| 2026-06-06 | 15.2050 |
| 2026-07-08 | 15.1264 |
| 2026-08-07 | 14.9979 |
| 2026-09-07 | 15.2211 |
High
21.4296
Low
14.9979
Average
18.2512
Get this rate via the API
One GET request returns the NPR/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=NPR¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
NPR/CDF API questions
How do I get the NPR/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NPR/CDF rate in rates.CDF.
How far back does NPR/CDF historical data go?
Daily NPR/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 NPR/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.