Skip to content

NIO to ZWL exchange rate API

Cordoba Oro to Zimbabwe Dollar · quoted 2026-09-25

1808.89

▼ +0.12% over 1Y

1 NIO = 1808.89 ZWL · 1 ZWL = 0.000553 NIO · Get this rate via the API

1 NIO buys 1808.89 ZWL as of 2026-09-25, so 1 ZWL buys 0.000553 NIO. Over the last year, NIO/ZWL traded between 8.7222 and 1833.96, averaged 1617.85 and fell 0.12%. The API holds daily NIO/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/ZWL over 1Y

NIO/ZWL over 1Y: show the values
PointNIO/ZWL
2025-09-251811.11
2025-10-021812.33
2025-10-091815.42
2025-10-161812.78
2025-10-231804.54
2025-10-301795.12
2025-11-061787.94
2025-11-131788.75
2025-11-201783.72
2025-11-271779.36
2025-12-041779.04
2025-12-121774.58
2025-12-191773.08
2025-12-261767.19
2026-01-021764.78
2026-01-091745.60
2026-01-161742.04
2026-01-231742.99
2026-01-301737.08
2026-02-061748.62
2026-02-131734.30
2026-02-201736.43
2026-02-271740.83
2026-03-061749.07
2026-03-131727.09
2026-03-201719.99
2026-03-271723.59
2026-04-031723.66
2026-04-108.77
2026-04-178.75
2026-04-248.77
2026-05-018.77
2026-05-088.72
2026-05-161753.79
2026-05-241795.65
2026-05-311833.96
2026-06-091824.55
2026-06-161813.67
2026-06-231819.63
2026-06-301823.06
2026-07-071827.74
2026-07-141822.57
2026-07-211817.55
2026-07-281826.87
2026-08-041810.16
2026-08-111805.79
2026-08-181812.96
2026-08-261810.18
2026-09-021821.97
2026-09-091816.80
2026-09-161823.74
2026-09-231811.51

High

1833.96

Low

8.7222

Average

1617.85

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/ZWL API questions

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

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

How far back does NIO/ZWL historical data go?

Daily NIO/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 NIO/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.