QAR to ZWL exchange rate API
Qatari Rial to Zimbabwe Dollar · quoted 2026-09-26
18287.25
▲ +4.98% over 6M
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 6 months, QAR/ZWL traded between 88.0283 and 18459.41, averaged 14849.46 and rose 4.98%. 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 6M: show the values
| Point | QAR/ZWL |
|---|---|
| 2026-03-30 | 17418.97 |
| 2026-04-06 | 17406.71 |
| 2026-04-13 | 88.46 |
| 2026-04-20 | 88.03 |
| 2026-04-27 | 88.48 |
| 2026-05-04 | 88.38 |
| 2026-05-11 | 88.33 |
| 2026-05-19 | 17786.40 |
| 2026-05-27 | 18138.36 |
| 2026-06-03 | 18459.41 |
| 2026-06-12 | 18384.01 |
| 2026-06-19 | 18364.11 |
| 2026-06-26 | 18380.58 |
| 2026-07-03 | 18448.43 |
| 2026-07-10 | 18369.56 |
| 2026-07-17 | 18270.62 |
| 2026-07-24 | 18313.81 |
| 2026-07-31 | 18315.75 |
| 2026-08-07 | 18282.48 |
| 2026-08-14 | 18256.70 |
| 2026-08-22 | 18288.90 |
| 2026-08-29 | 18195.31 |
| 2026-09-05 | 18237.94 |
| 2026-09-12 | 18302.34 |
| 2026-09-19 | 18298.79 |
| 2026-09-26 | 18287.25 |
High
18459.41
Low
88.0283
Average
14849.46
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.