QAR to ZWL exchange rate API
Qatari Rial to Zimbabwe Dollar · quoted 2026-09-26
18287.25
▲ +91.17% over 5Y
1 QAR = 18287.25 ZWL · 1 ZWL = 0.000055 QAR · Get this rate via the API
1 QAR buys 18287.25 ZWL as of 2026-09-26, so 1 ZWL buys 0.000055 QAR. Over the last 5 years, QAR/ZWL traded between 88.3886 and 18821.18, averaged 16786.87 and rose 91.17%. The API holds daily QAR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
QAR/ZWL over 5Y: show the values
| Point | QAR/ZWL |
|---|---|
| 2024-08-24 | 9566.06 |
| 2024-10-07 | 9672.45 |
| 2024-11-06 | 18821.18 |
| 2024-12-06 | 17488.04 |
| 2025-01-05 | 17490.89 |
| 2025-02-04 | 18100.62 |
| 2025-03-06 | 18250.85 |
| 2025-04-06 | 18356.59 |
| 2025-05-06 | 18420.99 |
| 2025-06-07 | 18501.55 |
| 2025-07-07 | 18460.39 |
| 2025-08-06 | 18435.26 |
| 2025-09-05 | 18333.20 |
| 2025-10-06 | 18320.48 |
| 2025-11-05 | 18103.65 |
| 2025-12-05 | 17959.55 |
| 2026-01-05 | 17803.71 |
| 2026-02-04 | 17605.89 |
| 2026-03-06 | 17680.03 |
| 2026-04-05 | 17406.71 |
| 2026-05-05 | 88.39 |
| 2026-06-06 | 18391.48 |
| 2026-07-08 | 18397.40 |
| 2026-08-07 | 18282.48 |
| 2026-09-07 | 18233.43 |
High
18821.18
Low
88.3886
Average
16786.87
Get this rate via the API
One GET request returns the QAR/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=QAR¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
QAR/ZWL API questions
How do I get the QAR/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest QAR/ZWL rate in rates.ZWL.
How far back does QAR/ZWL historical data go?
Daily QAR/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 QAR/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.