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: show the values
| Point | GIP/ZMW |
|---|---|
| 2025-12-31 | 29.9289 |
| 2026-01-07 | 28.3535 |
| 2026-01-14 | 26.1877 |
| 2026-01-21 | 27.2591 |
| 2026-01-28 | 27.3852 |
| 2026-02-04 | 26.8870 |
| 2026-02-11 | 26.0844 |
| 2026-02-18 | 25.0808 |
| 2026-02-25 | 25.6329 |
| 2026-03-04 | 25.6001 |
| 2026-03-11 | 26.0700 |
| 2026-03-18 | 26.1608 |
| 2026-03-25 | 25.4323 |
| 2026-04-01 | 25.4174 |
| 2026-04-08 | 26.0617 |
| 2026-04-15 | 25.7498 |
| 2026-04-22 | 25.7930 |
| 2026-04-29 | 25.7048 |
| 2026-05-06 | 25.4929 |
| 2026-05-14 | 25.7032 |
| 2026-05-21 | 25.5135 |
| 2026-05-29 | 24.9893 |
| 2026-06-05 | 23.5792 |
| 2026-06-14 | 23.5666 |
| 2026-06-21 | 23.6849 |
| 2026-06-28 | 23.9439 |
| 2026-07-05 | 24.5271 |
| 2026-07-12 | 24.2124 |
| 2026-07-19 | 24.5260 |
| 2026-07-26 | 24.8355 |
| 2026-08-02 | 25.2765 |
| 2026-08-09 | 25.3440 |
| 2026-08-16 | 25.6031 |
| 2026-08-24 | 25.9007 |
| 2026-08-31 | 25.8013 |
| 2026-09-07 | 26.0048 |
| 2026-09-14 | 26.1320 |
| 2026-09-21 | 26.3653 |
High
29.9289
Low
23.5666
Average
25.6826
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.