Skip to content

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

QAR/ZWL over 1Y: show the values
PointQAR/ZWL
2025-09-2618257.85
2025-10-0318313.62
2025-10-1018338.43
2025-10-1718285.76
2025-10-2418219.49
2025-10-3118133.26
2025-11-0718037.68
2025-11-1418070.06
2025-11-2118124.09
2025-11-2817976.26
2025-12-0517959.55
2025-12-1317919.04
2025-12-2017903.81
2025-12-2717866.29
2026-01-0317803.71
2026-01-1017685.90
2026-01-1717626.77
2026-01-2417586.99
2026-01-3117561.96
2026-02-0717574.38
2026-02-1417548.71
2026-02-2117536.49
2026-02-2817694.44
2026-03-0717681.46
2026-03-1417476.32
2026-03-2117358.27
2026-03-2888.14
2026-04-0417406.71
2026-04-1188.31
2026-04-1888.31
2026-04-2588.33
2026-05-0288.38
2026-05-0988.45
2026-05-1717690.68
2026-05-2518072.50
2026-06-0118471.50
2026-06-1018377.64
2026-06-1718329.15
2026-06-2418403.55
2026-07-0118416.65
2026-07-0818397.40
2026-07-1518393.04
2026-07-2218400.73
2026-07-2918344.64
2026-08-0518298.68
2026-08-1218262.59
2026-08-2018308.17
2026-08-2718197.47
2026-09-0318341.81
2026-09-1018323.28
2026-09-1718320.15
2026-09-2418295.41

High

18471.50

Low

88.1406

Average

16007.73

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.