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: show the values
| Point | NIO/ZWL |
|---|---|
| 2025-09-25 | 1811.11 |
| 2025-10-02 | 1812.33 |
| 2025-10-09 | 1815.42 |
| 2025-10-16 | 1812.78 |
| 2025-10-23 | 1804.54 |
| 2025-10-30 | 1795.12 |
| 2025-11-06 | 1787.94 |
| 2025-11-13 | 1788.75 |
| 2025-11-20 | 1783.72 |
| 2025-11-27 | 1779.36 |
| 2025-12-04 | 1779.04 |
| 2025-12-12 | 1774.58 |
| 2025-12-19 | 1773.08 |
| 2025-12-26 | 1767.19 |
| 2026-01-02 | 1764.78 |
| 2026-01-09 | 1745.60 |
| 2026-01-16 | 1742.04 |
| 2026-01-23 | 1742.99 |
| 2026-01-30 | 1737.08 |
| 2026-02-06 | 1748.62 |
| 2026-02-13 | 1734.30 |
| 2026-02-20 | 1736.43 |
| 2026-02-27 | 1740.83 |
| 2026-03-06 | 1749.07 |
| 2026-03-13 | 1727.09 |
| 2026-03-20 | 1719.99 |
| 2026-03-27 | 1723.59 |
| 2026-04-03 | 1723.66 |
| 2026-04-10 | 8.77 |
| 2026-04-17 | 8.75 |
| 2026-04-24 | 8.77 |
| 2026-05-01 | 8.77 |
| 2026-05-08 | 8.72 |
| 2026-05-16 | 1753.79 |
| 2026-05-24 | 1795.65 |
| 2026-05-31 | 1833.96 |
| 2026-06-09 | 1824.55 |
| 2026-06-16 | 1813.67 |
| 2026-06-23 | 1819.63 |
| 2026-06-30 | 1823.06 |
| 2026-07-07 | 1827.74 |
| 2026-07-14 | 1822.57 |
| 2026-07-21 | 1817.55 |
| 2026-07-28 | 1826.87 |
| 2026-08-04 | 1810.16 |
| 2026-08-11 | 1805.79 |
| 2026-08-18 | 1812.96 |
| 2026-08-26 | 1810.18 |
| 2026-09-02 | 1821.97 |
| 2026-09-09 | 1816.80 |
| 2026-09-16 | 1823.74 |
| 2026-09-23 | 1811.51 |
High
1833.96
Low
8.7222
Average
1617.85
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=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¤cies=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.