Skip to content

GTQ to ZMW exchange rate API

Quetzal to Zambian Kwacha · quoted 2026-09-26

2.5601

▼ +17.70% over 1Y

1 GTQ = 2.5601 ZMW · 1 ZMW = 0.39061 GTQ · Get this rate via the API

1 GTQ buys 2.5601 ZMW as of 2026-09-26, so 1 ZMW buys 0.39061 GTQ. Over the last year, GTQ/ZMW traded between 2.3271 and 3.1106, averaged 2.6182 and fell 17.70%. The API holds daily GTQ/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GTQ/ZMW over 1Y

GTQ/ZMW over 1Y: show the values
PointGTQ/ZMW
2025-09-263.1106
2025-10-033.1052
2025-10-102.9590
2025-10-172.9590
2025-10-242.8918
2025-10-312.8901
2025-11-072.9626
2025-11-142.9555
2025-11-213.0093
2025-11-282.9897
2025-12-053.0228
2025-12-133.0155
2025-12-202.9544
2025-12-272.9433
2026-01-032.8832
2026-01-102.5433
2026-01-172.6352
2026-01-242.5477
2026-01-312.5667
2026-02-072.4383
2026-02-142.3799
2026-02-212.4727
2026-02-282.4677
2026-03-072.5176
2026-03-142.5324
2026-03-212.5463
2026-03-282.4597
2026-04-042.5192
2026-04-112.4868
2026-04-182.4877
2026-04-252.4720
2026-05-022.4444
2026-05-092.4935
2026-05-172.4803
2026-05-252.4790
2026-06-012.4170
2026-06-102.3382
2026-06-172.3271
2026-06-242.3717
2026-07-012.3684
2026-07-082.4229
2026-07-152.3847
2026-07-222.4147
2026-07-292.4583
2026-08-052.4903
2026-08-122.4677
2026-08-202.4611
2026-08-272.4963
2026-09-032.5105
2026-09-102.5283
2026-09-172.5625
2026-09-242.5619

High

3.1106

Low

2.3271

Average

2.6182

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GTQ/ZMW API questions

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

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

How far back does GTQ/ZMW historical data go?

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