Skip to content

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

NPR/CDF over 6M: show the values
PointNPR/CDF
2026-03-2815.0494
2026-04-0415.5765
2026-04-1115.5030
2026-04-1815.5586
2026-04-2515.3855
2026-05-0215.2829
2026-05-0914.9913
2026-05-1714.5651
2026-05-2515.0528
2026-06-0115.1945
2026-06-1015.0985
2026-06-1715.3558
2026-06-2415.1413
2026-07-0115.2586
2026-07-0815.1264
2026-07-1514.9552
2026-07-2214.9148
2026-07-2915.0976
2026-08-0515.0700
2026-08-1214.9771
2026-08-2014.9766
2026-08-2715.0043
2026-09-0315.1776
2026-09-1015.1359
2026-09-1715.0260
2026-09-2415.0577

High

15.5765

Low

14.5651

Average

15.1330

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR&currencies=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR&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=NPR&currencies=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&currencies=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.