Skip to content

NPR to CDF exchange rate API

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

15.0577

▼ +4.98% over YTD

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 year to date, NPR/CDF traded between 14.5124 and 15.9233, averaged 15.1633 and fell 4.98%. 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 YTD

NPR/CDF over YTD: show the values
PointNPR/CDF
2025-12-3115.8469
2026-01-0715.9109
2026-01-1414.7625
2026-01-2114.6701
2026-01-2815.6217
2026-02-0415.7166
2026-02-1115.7645
2026-02-1815.9233
2026-02-2514.5124
2026-03-0415.5984
2026-03-1114.8408
2026-03-1815.6077
2026-03-2515.4115
2026-04-0115.4504
2026-04-0815.6716
2026-04-1515.5043
2026-04-2215.4558
2026-04-2915.3650
2026-05-0615.2249
2026-05-1414.8816
2026-05-2114.8759
2026-05-2915.0562
2026-06-0515.1602
2026-06-1414.9280
2026-06-2115.0067
2026-06-2815.0591
2026-07-0514.7470
2026-07-1214.7496
2026-07-1914.6536
2026-07-2614.5949
2026-08-0214.8542
2026-08-0914.8718
2026-08-1614.8060
2026-08-2414.9646
2026-08-3114.8800
2026-09-0715.2211
2026-09-1415.0726
2026-09-2115.0696

High

15.9233

Low

14.5124

Average

15.1633

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.