Skip to content

ZMW to GNF exchange rate API

Zambian Kwacha to Guinea Franc · quoted 2026-09-26

450.2896

▲ +14.32% over YTD

1 ZMW = 450.2896 GNF · 1 GNF = 0.002221 ZMW · Get this rate via the API

1 ZMW buys 450.2896 GNF as of 2026-09-26, so 1 GNF buys 0.002221 ZMW. Over the year to date, ZMW/GNF traded between 393.8945 and 499.5993, averaged 460.7857 and rose 14.32%. The API holds daily ZMW/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/GNF over YTD

ZMW/GNF over YTD: show the values
PointZMW/GNF
2025-12-31393.8945
2026-01-07417.0466
2026-01-14449.1478
2026-01-21431.8940
2026-01-28442.1405
2026-02-04446.4805
2026-02-11459.8477
2026-02-18474.2815
2026-02-25462.6578
2026-03-04456.6102
2026-03-11452.2579
2026-03-18447.4110
2026-03-25461.6913
2026-04-01457.0274
2026-04-08451.2692
2026-04-15458.8025
2026-04-22461.3184
2026-04-29462.7237
2026-05-06464.9616
2026-05-14461.5652
2026-05-21461.8598
2026-05-29470.7796
2026-06-05499.5993
2026-06-14499.0852
2026-06-21489.8598
2026-06-28483.4021
2026-07-05477.8371
2026-07-12485.9481
2026-07-19481.4864
2026-07-26471.1448
2026-08-02469.1863
2026-08-09467.9140
2026-08-16465.1722
2026-08-24463.4759
2026-08-31462.1642
2026-09-07456.9147
2026-09-14454.8865
2026-09-21446.6055

High

499.5993

Low

393.8945

Average

460.7857

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/GNF API questions

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

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

How far back does ZMW/GNF historical data go?

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