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: show the values
| Point | NPR/ZWL |
|---|---|
| 2025-09-26 | 467.6699 |
| 2025-10-03 | 469.3428 |
| 2025-10-10 | 469.5899 |
| 2025-10-17 | 472.4949 |
| 2025-10-24 | 471.7609 |
| 2025-10-31 | 465.4419 |
| 2025-11-07 | 462.7095 |
| 2025-11-14 | 462.8018 |
| 2025-11-21 | 464.6288 |
| 2025-11-28 | 457.3637 |
| 2025-12-05 | 454.4679 |
| 2025-12-13 | 449.9776 |
| 2025-12-20 | 454.4874 |
| 2025-12-27 | 452.1247 |
| 2026-01-03 | 449.7536 |
| 2026-01-10 | 445.5286 |
| 2026-01-17 | 441.7102 |
| 2026-01-24 | 436.5502 |
| 2026-01-31 | 435.5894 |
| 2026-02-07 | 441.2137 |
| 2026-02-14 | 440.6339 |
| 2026-02-21 | 439.5264 |
| 2026-02-28 | 441.7650 |
| 2026-03-07 | 437.3091 |
| 2026-03-14 | 429.3556 |
| 2026-03-21 | 419.2555 |
| 2026-03-28 | 2.1231 |
| 2026-04-04 | 426.8078 |
| 2026-04-11 | 2.1704 |
| 2026-04-18 | 2.1688 |
| 2026-04-25 | 2.1400 |
| 2026-05-02 | 2.1212 |
| 2026-05-09 | 2.1312 |
| 2026-05-17 | 418.6314 |
| 2026-05-25 | 430.8537 |
| 2026-06-01 | 442.9042 |
| 2026-06-10 | 437.9429 |
| 2026-06-17 | 441.8858 |
| 2026-06-24 | 441.1507 |
| 2026-07-01 | 442.1424 |
| 2026-07-08 | 439.5595 |
| 2026-07-15 | 434.5888 |
| 2026-07-22 | 434.2968 |
| 2026-07-29 | 435.9509 |
| 2026-08-05 | 438.3541 |
| 2026-08-12 | 435.0723 |
| 2026-08-20 | 435.3795 |
| 2026-08-27 | 433.0562 |
| 2026-09-03 | 441.8096 |
| 2026-09-10 | 437.3501 |
| 2026-09-17 | 434.6098 |
| 2026-09-24 | 434.0551 |
High
472.4949
Low
2.1212
Average
394.2785
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NPR¤cies=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¤cies=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.