Skip to content

ZMW to GYD exchange rate API

Zambian Kwacha to Guyana Dollar · quoted 2026-09-26

10.7001

▲ +33.40% over 5Y

1 ZMW = 10.7001 GYD · 1 GYD = 0.09346 ZMW · Get this rate via the API

1 ZMW buys 10.7001 GYD as of 2026-09-26, so 1 GYD buys 0.09346 ZMW. Over the last 5 years, ZMW/GYD traded between 7.2694 and 11.8994, averaged 9.1855 and rose 33.40%. The API holds daily ZMW/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GYD over 5Y

ZMW/GYD over 5Y: show the values
PointZMW/GYD
2024-08-248.0212
2024-10-077.9123
2024-11-067.7855
2024-12-067.7022
2025-01-057.4503
2025-02-047.4817
2025-03-067.2694
2025-04-067.5331
2025-05-067.5305
2025-06-077.8752
2025-07-078.5957
2025-08-069.0410
2025-09-058.7350
2025-10-068.8159
2025-11-059.3086
2025-12-059.0361
2026-01-059.4793
2026-02-0410.6323
2026-03-0610.8171
2026-04-0510.8548
2026-05-0511.1712
2026-06-0611.8994
2026-07-0811.3321
2026-08-0710.9746
2026-09-0710.8680

High

11.8994

Low

7.2694

Average

9.1855

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=GYD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GYD API questions

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

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

How far back does ZMW/GYD historical data go?

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