Skip to content

GIP to ZMW exchange rate API

Gibraltar Pound to Zambian Kwacha · quoted 2026-09-26

25.8309

▼ +24.99% over 5Y

1 GIP = 25.8309 ZMW · 1 ZMW = 0.03871 GIP · Get this rate via the API

1 GIP buys 25.8309 ZMW as of 2026-09-26, so 1 ZMW buys 0.03871 GIP. Over the last 5 years, GIP/ZMW traded between 23.4762 and 37.0245, averaged 30.8161 and fell 24.99%. The API holds daily GIP/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/ZMW over 5Y

GIP/ZMW over 5Y: show the values
PointGIP/ZMW
2024-08-2434.4350
2024-10-0734.7456
2024-11-0634.7959
2024-12-0634.5593
2025-01-0534.8412
2025-02-0434.6771
2025-03-0637.0245
2025-04-0635.9833
2025-05-0636.8394
2025-06-0736.0178
2025-07-0733.1804
2025-08-0630.7880
2025-09-0532.2128
2025-10-0631.9674
2025-11-0529.2637
2025-12-0530.8652
2026-01-0529.7080
2026-02-0426.8870
2026-03-0625.8540
2026-04-0525.4098
2026-05-0525.4427
2026-06-0623.4762
2026-07-0824.7146
2026-08-0725.6943
2026-09-0726.0048

High

37.0245

Low

23.4762

Average

30.8161

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/ZMW API questions

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

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

How far back does GIP/ZMW historical data go?

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