Skip to content

ZMW to GNF exchange rate API

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

450.9233

▲ +36.13% over 5Y

1 ZMW = 450.9233 GNF · 1 GNF = 0.002218 ZMW · Get this rate via the API

1 ZMW buys 450.9233 GNF as of 2026-09-27, so 1 GNF buys 0.002218 ZMW. Over the last 5 years, ZMW/GNF traded between 301.4001 and 497.6490, averaged 382.6153 and rose 36.13%. 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 5Y

ZMW/GNF over 5Y: show the values
PointZMW/GNF
2024-08-24331.2460
2024-10-07327.4840
2024-11-06321.2895
2024-12-06317.6867
2025-01-05307.8897
2025-02-04309.7693
2025-03-06301.4001
2025-04-06310.9832
2025-05-06312.3798
2025-06-07324.9120
2025-07-07356.7019
2025-08-06374.8579
2025-09-05361.9065
2025-10-06365.3698
2025-11-05386.9305
2025-12-05375.7977
2026-01-05396.0588
2026-02-04446.4805
2026-03-06453.6180
2026-04-05456.0188
2026-05-05468.5961
2026-06-06497.6490
2026-07-08474.6666
2026-08-07460.4664
2026-09-07456.9147

High

497.6490

Low

301.4001

Average

382.6153

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.