Skip to content

GIP to ZMW exchange rate API

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

25.8309

▼ +18.79% over 1Y

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 year, GIP/ZMW traded between 23.8253 and 31.9855, averaged 26.8244 and fell 18.79%. 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 1Y

GIP/ZMW over 1Y: show the values
PointGIP/ZMW
2025-09-2631.8074
2025-10-0331.9855
2025-10-1030.1970
2025-10-1730.4164
2025-10-2429.4934
2025-10-3129.1410
2025-11-0729.7950
2025-11-1429.7833
2025-11-2130.1723
2025-11-2830.3002
2025-12-0530.8652
2025-12-1330.8917
2025-12-2030.2823
2025-12-2730.4223
2026-01-0329.7541
2026-01-1026.1286
2026-01-1726.9561
2026-01-2426.6822
2026-01-3127.0268
2026-02-0725.4591
2026-02-1424.9234
2026-02-2125.5726
2026-02-2825.5194
2026-03-0725.9110
2026-03-1425.6852
2026-03-2126.0237
2026-03-2825.1335
2026-04-0425.3958
2026-04-1125.5612
2026-04-1825.7527
2026-04-2525.4964
2026-05-0225.3658
2026-05-0925.9082
2026-05-1725.2009
2026-05-2525.4540
2026-06-0124.7994
2026-06-1023.8510
2026-06-1723.8253
2026-06-2423.8833
2026-07-0123.9001
2026-07-0824.7146
2026-07-1524.3560
2026-07-2224.6529
2026-07-2924.9315
2026-08-0525.5375
2026-08-1225.4142
2026-08-2025.4892
2026-08-2725.8734
2026-09-0325.8434
2026-09-1026.1631
2026-09-1726.2611
2026-09-2425.9000

High

31.9855

Low

23.8253

Average

26.8244

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.