Skip to content

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

QAR/ZWL over 5Y: show the values
PointQAR/ZWL
2024-08-249566.06
2024-10-079672.45
2024-11-0618821.18
2024-12-0617488.04
2025-01-0517490.89
2025-02-0418100.62
2025-03-0618250.85
2025-04-0618356.59
2025-05-0618420.99
2025-06-0718501.55
2025-07-0718460.39
2025-08-0618435.26
2025-09-0518333.20
2025-10-0618320.48
2025-11-0518103.65
2025-12-0517959.55
2026-01-0517803.71
2026-02-0417605.89
2026-03-0617680.03
2026-04-0517406.71
2026-05-0588.39
2026-06-0618391.48
2026-07-0818397.40
2026-08-0718282.48
2026-09-0718233.43

High

18821.18

Low

88.3886

Average

16786.87

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=ZWL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=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&currencies=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.