Skip to content

ZMW to NPR exchange rate API

Zambian Kwacha to Nepalese Rupee · quoted 2026-09-26

7.8549

▲ +31.78% over 1Y

1 ZMW = 7.8549 NPR · 1 NPR = 0.12731 ZMW · Get this rate via the API

1 ZMW buys 7.8549 NPR as of 2026-09-26, so 1 NPR buys 0.12731 ZMW. Over the last year, ZMW/NPR traded between 5.9607 and 8.5719, averaged 7.4716 and rose 31.78%. The API holds daily ZMW/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/NPR over 1Y

ZMW/NPR over 1Y: show the values
PointZMW/NPR
2025-09-265.9607
2025-10-035.9679
2025-10-106.2620
2025-10-176.2237
2025-10-246.3510
2025-10-316.4027
2025-11-076.2508
2025-11-146.2748
2025-11-216.1578
2025-11-286.2476
2025-12-056.2138
2025-12-136.2750
2025-12-206.3338
2025-12-276.3794
2026-01-036.5171
2026-01-107.4098
2026-01-177.1906
2026-01-247.5008
2026-01-317.4305
2026-02-077.7526
2026-02-147.9426
2026-02-217.6555
2026-02-287.7062
2026-03-077.6209
2026-03-147.6332
2026-03-217.7277
2026-03-288.0560
2026-04-047.7119
2026-04-117.8017
2026-04-187.8045
2026-04-257.9639
2026-05-028.1270
2026-05-097.9362
2026-05-178.1344
2026-05-258.0829
2026-06-018.2370
2026-06-108.5719
2026-06-178.5110
2026-06-248.3896
2026-07-018.3952
2026-07-088.2348
2026-07-158.4803
2026-07-228.3727
2026-07-298.1688
2026-08-058.0060
2026-08-128.1184
2026-08-208.1709
2026-08-278.0293
2026-09-037.8912
2026-09-107.9013
2026-09-177.8162
2026-09-247.8400

High

8.5719

Low

5.9607

Average

7.4716

For developers

Get this rate via the API

One GET request returns the ZMW/NPR 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=ZMW&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=NPR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=NPR").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/NPR API questions

How do I get the ZMW/NPR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/NPR rate in rates.NPR.

How far back does ZMW/NPR historical data go?

Daily ZMW/NPR 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 ZMW/NPR 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.