Skip to content

NPR to CDF exchange rate API

Nepalese Rupee to Congolese Franc · quoted 2026-09-24

15.0577

▲ +0.21% over 7D

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 7 days, NPR/CDF traded between 14.8786 and 15.0917, averaged 15.0332 and rose 0.21%. 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 7D

NPR/CDF over 7D: show the values
PointNPR/CDF
2026-09-1715.0260
2026-09-1815.0660
2026-09-1914.9854
2026-09-2014.8786
2026-09-2115.0696
2026-09-2215.0663
2026-09-2315.0917
2026-09-2415.0577

High

15.0917

Low

14.8786

Average

15.0332

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.