Skip to content

NPR to ZWL exchange rate API

Nepalese Rupee to Zimbabwe Dollar · quoted 2026-09-26

434.4521

▼ +7.10% over 1Y

1 NPR = 434.4521 ZWL · 1 ZWL = 0.002302 NPR · Get this rate via the API

1 NPR buys 434.4521 ZWL as of 2026-09-26, so 1 ZWL buys 0.002302 NPR. Over the last year, NPR/ZWL traded between 2.1212 and 472.4949, averaged 394.2785 and fell 7.10%. The API holds daily NPR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NPR/ZWL over 1Y

NPR/ZWL over 1Y: show the values
PointNPR/ZWL
2025-09-26467.6699
2025-10-03469.3428
2025-10-10469.5899
2025-10-17472.4949
2025-10-24471.7609
2025-10-31465.4419
2025-11-07462.7095
2025-11-14462.8018
2025-11-21464.6288
2025-11-28457.3637
2025-12-05454.4679
2025-12-13449.9776
2025-12-20454.4874
2025-12-27452.1247
2026-01-03449.7536
2026-01-10445.5286
2026-01-17441.7102
2026-01-24436.5502
2026-01-31435.5894
2026-02-07441.2137
2026-02-14440.6339
2026-02-21439.5264
2026-02-28441.7650
2026-03-07437.3091
2026-03-14429.3556
2026-03-21419.2555
2026-03-282.1231
2026-04-04426.8078
2026-04-112.1704
2026-04-182.1688
2026-04-252.1400
2026-05-022.1212
2026-05-092.1312
2026-05-17418.6314
2026-05-25430.8537
2026-06-01442.9042
2026-06-10437.9429
2026-06-17441.8858
2026-06-24441.1507
2026-07-01442.1424
2026-07-08439.5595
2026-07-15434.5888
2026-07-22434.2968
2026-07-29435.9509
2026-08-05438.3541
2026-08-12435.0723
2026-08-20435.3795
2026-08-27433.0562
2026-09-03441.8096
2026-09-10437.3501
2026-09-17434.6098
2026-09-24434.0551

High

472.4949

Low

2.1212

Average

394.2785

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NPR/ZWL API questions

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

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

How far back does NPR/ZWL historical data go?

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