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: show the values
| Point | ZMW/GNF |
|---|---|
| 2024-08-24 | 331.2460 |
| 2024-10-07 | 327.4840 |
| 2024-11-06 | 321.2895 |
| 2024-12-06 | 317.6867 |
| 2025-01-05 | 307.8897 |
| 2025-02-04 | 309.7693 |
| 2025-03-06 | 301.4001 |
| 2025-04-06 | 310.9832 |
| 2025-05-06 | 312.3798 |
| 2025-06-07 | 324.9120 |
| 2025-07-07 | 356.7019 |
| 2025-08-06 | 374.8579 |
| 2025-09-05 | 361.9065 |
| 2025-10-06 | 365.3698 |
| 2025-11-05 | 386.9305 |
| 2025-12-05 | 375.7977 |
| 2026-01-05 | 396.0588 |
| 2026-02-04 | 446.4805 |
| 2026-03-06 | 453.6180 |
| 2026-04-05 | 456.0188 |
| 2026-05-05 | 468.5961 |
| 2026-06-06 | 497.6490 |
| 2026-07-08 | 474.6666 |
| 2026-08-07 | 460.4664 |
| 2026-09-07 | 456.9147 |
High
497.6490
Low
301.4001
Average
382.6153
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.