QAR to ZWL exchange rate API
Qatari Rial to Zimbabwe Dollar · quoted 2026-09-26
18287.25
▲ +0.16% over 1Y
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 year, QAR/ZWL traded between 88.1406 and 18471.50, averaged 16007.73 and rose 0.16%. 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 1Y: show the values
| Point | QAR/ZWL |
|---|---|
| 2025-09-26 | 18257.85 |
| 2025-10-03 | 18313.62 |
| 2025-10-10 | 18338.43 |
| 2025-10-17 | 18285.76 |
| 2025-10-24 | 18219.49 |
| 2025-10-31 | 18133.26 |
| 2025-11-07 | 18037.68 |
| 2025-11-14 | 18070.06 |
| 2025-11-21 | 18124.09 |
| 2025-11-28 | 17976.26 |
| 2025-12-05 | 17959.55 |
| 2025-12-13 | 17919.04 |
| 2025-12-20 | 17903.81 |
| 2025-12-27 | 17866.29 |
| 2026-01-03 | 17803.71 |
| 2026-01-10 | 17685.90 |
| 2026-01-17 | 17626.77 |
| 2026-01-24 | 17586.99 |
| 2026-01-31 | 17561.96 |
| 2026-02-07 | 17574.38 |
| 2026-02-14 | 17548.71 |
| 2026-02-21 | 17536.49 |
| 2026-02-28 | 17694.44 |
| 2026-03-07 | 17681.46 |
| 2026-03-14 | 17476.32 |
| 2026-03-21 | 17358.27 |
| 2026-03-28 | 88.14 |
| 2026-04-04 | 17406.71 |
| 2026-04-11 | 88.31 |
| 2026-04-18 | 88.31 |
| 2026-04-25 | 88.33 |
| 2026-05-02 | 88.38 |
| 2026-05-09 | 88.45 |
| 2026-05-17 | 17690.68 |
| 2026-05-25 | 18072.50 |
| 2026-06-01 | 18471.50 |
| 2026-06-10 | 18377.64 |
| 2026-06-17 | 18329.15 |
| 2026-06-24 | 18403.55 |
| 2026-07-01 | 18416.65 |
| 2026-07-08 | 18397.40 |
| 2026-07-15 | 18393.04 |
| 2026-07-22 | 18400.73 |
| 2026-07-29 | 18344.64 |
| 2026-08-05 | 18298.68 |
| 2026-08-12 | 18262.59 |
| 2026-08-20 | 18308.17 |
| 2026-08-27 | 18197.47 |
| 2026-09-03 | 18341.81 |
| 2026-09-10 | 18323.28 |
| 2026-09-17 | 18320.15 |
| 2026-09-24 | 18295.41 |
High
18471.50
Low
88.1406
Average
16007.73
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.