Skip to content

GNF to ZWL exchange rate API

Guinea Franc to Zimbabwe Dollar · quoted 2026-09-26

7.5701

▲ +2.09% over YTD

1 GNF = 7.5701 ZWL · 1 ZWL = 0.13210 GNF · Get this rate via the API

1 GNF buys 7.5701 ZWL as of 2026-09-26, so 1 ZWL buys 0.13210 GNF. Over the year to date, GNF/ZWL traded between 0.03664 and 7.6733, averaged 6.6971 and rose 2.09%. The API holds daily GNF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GNF/ZWL over YTD

GNF/ZWL over YTD: show the values
PointGNF/ZWL
2025-12-317.4150
2026-01-077.3900
2026-01-147.3441
2026-01-217.3179
2026-01-287.2933
2026-02-047.3161
2026-02-117.2806
2026-02-187.2875
2026-02-257.3272
2026-03-047.3441
2026-03-117.2975
2026-03-187.2153
2026-03-257.2351
2026-04-017.2234
2026-04-087.2139
2026-04-150.0367
2026-04-220.0366
2026-04-290.0367
2026-05-060.0368
2026-05-147.3428
2026-05-217.4674
2026-05-297.6733
2026-06-057.6576
2026-06-147.6304
2026-06-217.6318
2026-06-287.6455
2026-07-057.6458
2026-07-127.6059
2026-07-197.6069
2026-07-267.5846
2026-08-027.5849
2026-08-097.5780
2026-08-167.5480
2026-08-247.5636
2026-08-317.5213
2026-09-077.5459
2026-09-147.5668
2026-09-217.5685

High

7.6733

Low

0.03664

Average

6.6971

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GNF/ZWL API questions

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

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

How far back does GNF/ZWL historical data go?

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