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: show the values
| Point | GTQ/ZWL |
|---|---|
| 2025-09-25 | 8682.73 |
| 2025-10-02 | 8708.33 |
| 2025-10-09 | 8717.35 |
| 2025-10-16 | 8695.88 |
| 2025-10-23 | 8662.37 |
| 2025-10-30 | 8627.97 |
| 2025-11-06 | 8583.43 |
| 2025-11-13 | 8585.78 |
| 2025-11-20 | 8569.08 |
| 2025-11-27 | 8546.12 |
| 2025-12-04 | 8544.34 |
| 2025-12-12 | 8522.17 |
| 2025-12-19 | 8516.99 |
| 2025-12-26 | 8490.96 |
| 2026-01-02 | 8468.02 |
| 2026-01-09 | 8379.85 |
| 2026-01-16 | 8352.98 |
| 2026-01-23 | 8342.62 |
| 2026-01-30 | 8335.55 |
| 2026-02-06 | 8391.40 |
| 2026-02-13 | 8324.29 |
| 2026-02-20 | 8326.42 |
| 2026-02-27 | 8352.01 |
| 2026-03-06 | 8390.95 |
| 2026-03-13 | 8294.28 |
| 2026-03-20 | 8257.56 |
| 2026-03-27 | 8287.81 |
| 2026-04-03 | 8290.58 |
| 2026-04-10 | 42.14 |
| 2026-04-17 | 42.11 |
| 2026-04-24 | 42.12 |
| 2026-05-01 | 42.14 |
| 2026-05-08 | 42.03 |
| 2026-05-16 | 8439.72 |
| 2026-05-24 | 8638.01 |
| 2026-05-31 | 8820.43 |
| 2026-06-09 | 8789.22 |
| 2026-06-16 | 8746.84 |
| 2026-06-23 | 8769.27 |
| 2026-06-30 | 8794.13 |
| 2026-07-07 | 8813.60 |
| 2026-07-14 | 8774.31 |
| 2026-07-21 | 8771.04 |
| 2026-07-28 | 8802.19 |
| 2026-08-04 | 8733.57 |
| 2026-08-11 | 8711.12 |
| 2026-08-18 | 8746.51 |
| 2026-08-26 | 8731.63 |
| 2026-09-02 | 8775.82 |
| 2026-09-09 | 8744.43 |
| 2026-09-16 | 8770.26 |
| 2026-09-23 | 8739.15 |
High
8820.43
Low
42.0321
Average
7778.97
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GTQ¤cies=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¤cies=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.