Skip to content

GIP to ZMW exchange rate API

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

25.8309

▼ +13.69% over YTD

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 year to date, GIP/ZMW traded between 23.5666 and 29.9289, averaged 25.6826 and fell 13.69%. 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 YTD

GIP/ZMW over YTD: show the values
PointGIP/ZMW
2025-12-3129.9289
2026-01-0728.3535
2026-01-1426.1877
2026-01-2127.2591
2026-01-2827.3852
2026-02-0426.8870
2026-02-1126.0844
2026-02-1825.0808
2026-02-2525.6329
2026-03-0425.6001
2026-03-1126.0700
2026-03-1826.1608
2026-03-2525.4323
2026-04-0125.4174
2026-04-0826.0617
2026-04-1525.7498
2026-04-2225.7930
2026-04-2925.7048
2026-05-0625.4929
2026-05-1425.7032
2026-05-2125.5135
2026-05-2924.9893
2026-06-0523.5792
2026-06-1423.5666
2026-06-2123.6849
2026-06-2823.9439
2026-07-0524.5271
2026-07-1224.2124
2026-07-1924.5260
2026-07-2624.8355
2026-08-0225.2765
2026-08-0925.3440
2026-08-1625.6031
2026-08-2425.9007
2026-08-3125.8013
2026-09-0726.0048
2026-09-1426.1320
2026-09-2126.3653

High

29.9289

Low

23.5666

Average

25.6826

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.