Skip to content

ZMW to GNF exchange rate API

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

450.2896

▼ +2.98% over 6M

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 last 6 months, ZMW/GNF traded between 446.9523 and 503.4641, averaged 468.0500 and fell 2.98%. 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 6M

ZMW/GNF over 6M: show the values
PointZMW/GNF
2026-03-30464.1245
2026-04-06456.0546
2026-04-13461.1829
2026-04-20461.1731
2026-04-27463.8342
2026-05-04469.7802
2026-05-11460.8653
2026-05-19464.1157
2026-05-27465.3014
2026-06-03488.6907
2026-06-12503.4641
2026-06-19487.2144
2026-06-26484.4631
2026-07-03479.2486
2026-07-10482.1755
2026-07-17480.8916
2026-07-24471.9803
2026-07-31465.9929
2026-08-07460.4664
2026-08-14469.0196
2026-08-22462.4023
2026-08-29460.3449
2026-09-05455.2788
2026-09-12453.9927
2026-09-19446.9523

High

503.4641

Low

446.9523

Average

468.0500

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.