QAR to ZWL exchange rate API
Qatari Rial to Zimbabwe Dollar · quoted 2026-09-26
18287.25
▲ +2.51% over YTD
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 year to date, QAR/ZWL traded between 88.2794 and 18459.75, averaged 16148.52 and rose 2.51%. 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 YTD: show the values
| Point | QAR/ZWL |
|---|---|
| 2025-12-31 | 17840.24 |
| 2026-01-07 | 17767.61 |
| 2026-01-14 | 17673.79 |
| 2026-01-21 | 17597.77 |
| 2026-01-28 | 17583.97 |
| 2026-02-04 | 17605.89 |
| 2026-02-11 | 17566.84 |
| 2026-02-18 | 17566.76 |
| 2026-02-25 | 17667.42 |
| 2026-03-04 | 17688.41 |
| 2026-03-11 | 17589.08 |
| 2026-03-18 | 17371.96 |
| 2026-03-25 | 17411.21 |
| 2026-04-01 | 17413.88 |
| 2026-04-08 | 17396.17 |
| 2026-04-15 | 88.28 |
| 2026-04-22 | 88.33 |
| 2026-04-29 | 88.38 |
| 2026-05-06 | 88.30 |
| 2026-05-14 | 17691.10 |
| 2026-05-21 | 18002.71 |
| 2026-05-29 | 18459.75 |
| 2026-06-05 | 18455.70 |
| 2026-06-14 | 18390.49 |
| 2026-06-21 | 18383.89 |
| 2026-06-28 | 18421.03 |
| 2026-07-05 | 18436.35 |
| 2026-07-12 | 18344.33 |
| 2026-07-19 | 18344.76 |
| 2026-07-26 | 18298.70 |
| 2026-08-02 | 18331.89 |
| 2026-08-09 | 18299.25 |
| 2026-08-16 | 18250.85 |
| 2026-08-24 | 18283.57 |
| 2026-08-31 | 18191.41 |
| 2026-09-07 | 18233.43 |
| 2026-09-14 | 18297.61 |
| 2026-09-21 | 18293.99 |
High
18459.75
Low
88.2794
Average
16148.52
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.