Skip to content

GTQ to ZWL exchange rate API

Quetzal to Zimbabwe Dollar · quoted 2026-09-25

8715.91

▲ +0.38% over 1Y

1 GTQ = 8715.91 ZWL · 1 ZWL = 0.000115 GTQ · Get this rate via the API

1 GTQ buys 8715.91 ZWL as of 2026-09-25, so 1 ZWL buys 0.000115 GTQ. Over the last year, GTQ/ZWL traded between 42.0321 and 8820.43, averaged 7778.97 and rose 0.38%. The API holds daily GTQ/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/ZWL over 1Y

GTQ/ZWL over 1Y: show the values
PointGTQ/ZWL
2025-09-258682.73
2025-10-028708.33
2025-10-098717.35
2025-10-168695.88
2025-10-238662.37
2025-10-308627.97
2025-11-068583.43
2025-11-138585.78
2025-11-208569.08
2025-11-278546.12
2025-12-048544.34
2025-12-128522.17
2025-12-198516.99
2025-12-268490.96
2026-01-028468.02
2026-01-098379.85
2026-01-168352.98
2026-01-238342.62
2026-01-308335.55
2026-02-068391.40
2026-02-138324.29
2026-02-208326.42
2026-02-278352.01
2026-03-068390.95
2026-03-138294.28
2026-03-208257.56
2026-03-278287.81
2026-04-038290.58
2026-04-1042.14
2026-04-1742.11
2026-04-2442.12
2026-05-0142.14
2026-05-0842.03
2026-05-168439.72
2026-05-248638.01
2026-05-318820.43
2026-06-098789.22
2026-06-168746.84
2026-06-238769.27
2026-06-308794.13
2026-07-078813.60
2026-07-148774.31
2026-07-218771.04
2026-07-288802.19
2026-08-048733.57
2026-08-118711.12
2026-08-188746.51
2026-08-268731.63
2026-09-028775.82
2026-09-098744.43
2026-09-168770.26
2026-09-238739.15

High

8820.43

Low

42.0321

Average

7778.97

For developers

Get this rate via the API

One GET request returns the GTQ/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=GTQ&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&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=GTQ&currencies=ZWL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/ZWL API questions

How do I get the GTQ/ZWL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ&currencies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GTQ/ZWL rate in rates.ZWL.

How far back does GTQ/ZWL historical data go?

Daily GTQ/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 GTQ/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.