NPR to CDF exchange rate API
Nepalese Rupee to Congolese Franc · quoted 2026-09-24
15.0577
▲ +0.06% over 6M
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 6 months, NPR/CDF traded between 14.5651 and 15.5765, averaged 15.1330 and rose 0.06%. 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 6M: show the values
| Point | NPR/CDF |
|---|---|
| 2026-03-28 | 15.0494 |
| 2026-04-04 | 15.5765 |
| 2026-04-11 | 15.5030 |
| 2026-04-18 | 15.5586 |
| 2026-04-25 | 15.3855 |
| 2026-05-02 | 15.2829 |
| 2026-05-09 | 14.9913 |
| 2026-05-17 | 14.5651 |
| 2026-05-25 | 15.0528 |
| 2026-06-01 | 15.1945 |
| 2026-06-10 | 15.0985 |
| 2026-06-17 | 15.3558 |
| 2026-06-24 | 15.1413 |
| 2026-07-01 | 15.2586 |
| 2026-07-08 | 15.1264 |
| 2026-07-15 | 14.9552 |
| 2026-07-22 | 14.9148 |
| 2026-07-29 | 15.0976 |
| 2026-08-05 | 15.0700 |
| 2026-08-12 | 14.9771 |
| 2026-08-20 | 14.9766 |
| 2026-08-27 | 15.0043 |
| 2026-09-03 | 15.1776 |
| 2026-09-10 | 15.1359 |
| 2026-09-17 | 15.0260 |
| 2026-09-24 | 15.0577 |
High
15.5765
Low
14.5651
Average
15.1330
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.