Skip to content

NPR to CDF exchange rate API

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

15.0577

▲ +0.68% over 30D

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 30 days, NPR/CDF traded between 14.8220 and 15.2233, averaged 15.0432 and rose 0.68%. 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 30D

NPR/CDF over 30D: show the values
PointNPR/CDF
2026-08-2514.9560
2026-08-2615.0312
2026-08-2715.0043
2026-08-2815.0261
2026-08-2914.9837
2026-08-3014.9062
2026-08-3114.8800
2026-09-0115.1061
2026-09-0215.0961
2026-09-0315.1776
2026-09-0415.2197
2026-09-0515.0766
2026-09-0614.9887
2026-09-0715.2211
2026-09-0815.2233
2026-09-0915.1677
2026-09-1015.1359
2026-09-1115.0668
2026-09-1214.8263
2026-09-1314.8220
2026-09-1415.0726
2026-09-1515.0453
2026-09-1615.0507
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.2233

Low

14.8220

Average

15.0432

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.