Skip to content

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

QAR/ZWL over YTD: show the values
PointQAR/ZWL
2025-12-3117840.24
2026-01-0717767.61
2026-01-1417673.79
2026-01-2117597.77
2026-01-2817583.97
2026-02-0417605.89
2026-02-1117566.84
2026-02-1817566.76
2026-02-2517667.42
2026-03-0417688.41
2026-03-1117589.08
2026-03-1817371.96
2026-03-2517411.21
2026-04-0117413.88
2026-04-0817396.17
2026-04-1588.28
2026-04-2288.33
2026-04-2988.38
2026-05-0688.30
2026-05-1417691.10
2026-05-2118002.71
2026-05-2918459.75
2026-06-0518455.70
2026-06-1418390.49
2026-06-2118383.89
2026-06-2818421.03
2026-07-0518436.35
2026-07-1218344.33
2026-07-1918344.76
2026-07-2618298.70
2026-08-0218331.89
2026-08-0918299.25
2026-08-1618250.85
2026-08-2418283.57
2026-08-3118191.41
2026-09-0718233.43
2026-09-1418297.61
2026-09-2118293.99

High

18459.75

Low

88.2794

Average

16148.52

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.