Skip to content

NPR to ZMW exchange rate API

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

0.12731

▼ +24.11% over 1Y

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

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

NPR/ZMW over 1Y

NPR/ZMW over 1Y: show the values
PointNPR/ZMW
2025-09-260.16776
2025-10-030.16756
2025-10-100.15969
2025-10-170.16068
2025-10-240.15746
2025-10-310.15618
2025-11-070.15998
2025-11-140.15937
2025-11-210.16240
2025-11-280.16006
2025-12-050.16093
2025-12-130.15936
2025-12-200.15788
2025-12-270.15675
2026-01-030.15344
2026-01-100.13496
2026-01-170.13907
2026-01-240.13332
2026-01-310.13458
2026-02-070.12899
2026-02-140.12590
2026-02-210.13062
2026-02-280.12976
2026-03-070.13122
2026-03-140.13101
2026-03-210.12940
2026-03-280.12413
2026-04-040.12967
2026-04-110.12818
2026-04-180.12813
2026-04-250.12557
2026-05-020.12305
2026-05-090.12601
2026-05-170.12293
2026-05-250.12372
2026-06-010.12140
2026-06-100.11666
2026-06-170.11749
2026-06-240.11919
2026-07-010.11912
2026-07-080.12144
2026-07-150.11792
2026-07-220.11943
2026-07-290.12242
2026-08-050.12491
2026-08-120.12318
2026-08-200.12238
2026-08-270.12454
2026-09-030.12672
2026-09-100.12656
2026-09-170.12794
2026-09-240.12755

High

0.16776

Low

0.11666

Average

0.13558

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NPR/ZMW API questions

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

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

How far back does NPR/ZMW historical data go?

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