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: show the values
| Point | GIP/ZMW |
|---|---|
| 2025-09-26 | 31.8074 |
| 2025-10-03 | 31.9855 |
| 2025-10-10 | 30.1970 |
| 2025-10-17 | 30.4164 |
| 2025-10-24 | 29.4934 |
| 2025-10-31 | 29.1410 |
| 2025-11-07 | 29.7950 |
| 2025-11-14 | 29.7833 |
| 2025-11-21 | 30.1723 |
| 2025-11-28 | 30.3002 |
| 2025-12-05 | 30.8652 |
| 2025-12-13 | 30.8917 |
| 2025-12-20 | 30.2823 |
| 2025-12-27 | 30.4223 |
| 2026-01-03 | 29.7541 |
| 2026-01-10 | 26.1286 |
| 2026-01-17 | 26.9561 |
| 2026-01-24 | 26.6822 |
| 2026-01-31 | 27.0268 |
| 2026-02-07 | 25.4591 |
| 2026-02-14 | 24.9234 |
| 2026-02-21 | 25.5726 |
| 2026-02-28 | 25.5194 |
| 2026-03-07 | 25.9110 |
| 2026-03-14 | 25.6852 |
| 2026-03-21 | 26.0237 |
| 2026-03-28 | 25.1335 |
| 2026-04-04 | 25.3958 |
| 2026-04-11 | 25.5612 |
| 2026-04-18 | 25.7527 |
| 2026-04-25 | 25.4964 |
| 2026-05-02 | 25.3658 |
| 2026-05-09 | 25.9082 |
| 2026-05-17 | 25.2009 |
| 2026-05-25 | 25.4540 |
| 2026-06-01 | 24.7994 |
| 2026-06-10 | 23.8510 |
| 2026-06-17 | 23.8253 |
| 2026-06-24 | 23.8833 |
| 2026-07-01 | 23.9001 |
| 2026-07-08 | 24.7146 |
| 2026-07-15 | 24.3560 |
| 2026-07-22 | 24.6529 |
| 2026-07-29 | 24.9315 |
| 2026-08-05 | 25.5375 |
| 2026-08-12 | 25.4142 |
| 2026-08-20 | 25.4892 |
| 2026-08-27 | 25.8734 |
| 2026-09-03 | 25.8434 |
| 2026-09-10 | 26.1631 |
| 2026-09-17 | 26.2611 |
| 2026-09-24 | 25.9000 |
High
31.9855
Low
23.8253
Average
26.8244
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.