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: show the values
| Point | USD/ZWL |
|---|---|
| 2025-09-25 | 66522.22 |
| 2025-10-02 | 66727.03 |
| 2025-10-09 | 66781.23 |
| 2025-10-16 | 66583.01 |
| 2025-10-23 | 66335.32 |
| 2025-10-30 | 66096.37 |
| 2025-11-06 | 65767.04 |
| 2025-11-13 | 65806.30 |
| 2025-11-20 | 65639.69 |
| 2025-11-27 | 65453.41 |
| 2025-12-04 | 65444.81 |
| 2025-12-12 | 65235.86 |
| 2025-12-19 | 65230.65 |
| 2025-12-26 | 65033.30 |
| 2026-01-02 | 64932.36 |
| 2026-01-09 | 64276.72 |
| 2026-01-16 | 64070.70 |
| 2026-01-23 | 64004.07 |
| 2026-01-30 | 63942.97 |
| 2026-02-06 | 64370.24 |
| 2026-02-13 | 63864.33 |
| 2026-02-20 | 63909.90 |
| 2026-02-27 | 64097.96 |
| 2026-03-06 | 64355.30 |
| 2026-03-13 | 63651.48 |
| 2026-03-20 | 63224.15 |
| 2026-03-27 | 63384.61 |
| 2026-04-03 | 63363.22 |
| 2026-04-10 | 322.00 |
| 2026-04-17 | 322.00 |
| 2026-04-24 | 322.00 |
| 2026-05-01 | 322.00 |
| 2026-05-08 | 322.00 |
| 2026-05-16 | 64394.06 |
| 2026-05-24 | 65834.68 |
| 2026-05-31 | 67236.24 |
| 2026-06-09 | 66974.14 |
| 2026-06-16 | 66688.50 |
| 2026-06-23 | 66889.66 |
| 2026-06-30 | 67057.30 |
| 2026-07-07 | 67205.21 |
| 2026-07-14 | 67006.68 |
| 2026-07-21 | 66942.89 |
| 2026-07-28 | 67187.47 |
| 2026-08-04 | 66648.73 |
| 2026-08-11 | 66476.02 |
| 2026-08-18 | 66735.27 |
| 2026-08-26 | 66591.61 |
| 2026-09-02 | 66966.15 |
| 2026-09-09 | 66785.76 |
| 2026-09-16 | 66949.10 |
| 2026-09-23 | 66706.36 |
High
67236.24
Low
321.9995
Average
59500.92
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.