Skip to content

USD to ZWL exchange rate API

US Dollar to Zimbabwe Dollar · quoted 2026-09-25

66558.52

▲ +0.05% over 1Y

1 USD = 66558.52 ZWL · 1 ZWL = 0.000015 USD · Get this rate via the API

1 USD buys 66558.52 ZWL as of 2026-09-25, so 1 ZWL buys 0.000015 USD. Over the last year, USD/ZWL traded between 321.9995 and 67236.24, averaged 59500.92 and rose 0.05%. The API holds daily USD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/ZWL over 1Y

USD/ZWL over 1Y: show the values
PointUSD/ZWL
2025-09-2566522.22
2025-10-0266727.03
2025-10-0966781.23
2025-10-1666583.01
2025-10-2366335.32
2025-10-3066096.37
2025-11-0665767.04
2025-11-1365806.30
2025-11-2065639.69
2025-11-2765453.41
2025-12-0465444.81
2025-12-1265235.86
2025-12-1965230.65
2025-12-2665033.30
2026-01-0264932.36
2026-01-0964276.72
2026-01-1664070.70
2026-01-2364004.07
2026-01-3063942.97
2026-02-0664370.24
2026-02-1363864.33
2026-02-2063909.90
2026-02-2764097.96
2026-03-0664355.30
2026-03-1363651.48
2026-03-2063224.15
2026-03-2763384.61
2026-04-0363363.22
2026-04-10322.00
2026-04-17322.00
2026-04-24322.00
2026-05-01322.00
2026-05-08322.00
2026-05-1664394.06
2026-05-2465834.68
2026-05-3167236.24
2026-06-0966974.14
2026-06-1666688.50
2026-06-2366889.66
2026-06-3067057.30
2026-07-0767205.21
2026-07-1467006.68
2026-07-2166942.89
2026-07-2867187.47
2026-08-0466648.73
2026-08-1166476.02
2026-08-1866735.27
2026-08-2666591.61
2026-09-0266966.15
2026-09-0966785.76
2026-09-1666949.10
2026-09-2366706.36

High

67236.24

Low

321.9995

Average

59500.92

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/ZWL API questions

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

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

How far back does USD/ZWL historical data go?

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