Skip to content

ZWL to NGN exchange rate API

Zimbabwe Dollar to Naira · quoted 2026-09-26

0.01997

▼ +8.38% over 6M

1 ZWL = 0.01997 NGN · 1 NGN = 50.0776 ZWL · Get this rate via the API

1 ZWL buys 0.01997 NGN as of 2026-09-26, so 1 NGN buys 50.0776 ZWL. Over the last 6 months, ZWL/NGN traded between 0.01991 and 4.2722, averaged 0.79783 and fell 8.38%. The API holds daily ZWL/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/NGN over 6M

ZWL/NGN over 6M: show the values
PointZWL/NGN
2026-03-300.02179
2026-04-060.02175
2026-04-134.21749
2026-04-204.18208
2026-04-274.20128
2026-05-044.27221
2026-05-114.21727
2026-05-190.02118
2026-05-270.02079
2026-06-030.02033
2026-06-120.02033
2026-06-190.02034
2026-06-260.02057
2026-07-030.02039
2026-07-100.02057
2026-07-170.02074
2026-07-240.02054
2026-07-310.02039
2026-08-070.02050
2026-08-140.02048
2026-08-220.02028
2026-08-290.02028
2026-09-050.01991
2026-09-120.01991
2026-09-190.01999
2026-09-260.01997

High

4.2722

Low

0.01991

Average

0.79783

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL&currencies=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/NGN API questions

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

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

How far back does ZWL/NGN historical data go?

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