Skip to content

GIP to ZAR exchange rate API

Gibraltar Pound to Rand · quoted 2026-09-26

21.6054

▼ +7.20% over 1Y

1 GIP = 21.6054 ZAR · 1 ZAR = 0.04628 GIP · Get this rate via the API

1 GIP buys 21.6054 ZAR as of 2026-09-26, so 1 ZAR buys 0.04628 GIP. Over the last year, GIP/ZAR traded between 21.4855 and 23.3531, averaged 22.2369 and fell 7.20%. The API holds daily GIP/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/ZAR over 1Y

GIP/ZAR over 1Y: show the values
PointGIP/ZAR
2025-09-2623.2820
2025-10-0323.1925
2025-10-1022.8976
2025-10-1723.3531
2025-10-2423.0889
2025-10-3122.8262
2025-11-0722.7695
2025-11-1422.5283
2025-11-2122.7139
2025-11-2822.6474
2025-12-0522.5753
2025-12-1322.5652
2025-12-2022.4276
2025-12-2722.4877
2026-01-0322.1915
2026-01-1022.0905
2026-01-1721.8965
2026-01-2422.0200
2026-01-3122.0908
2026-02-0721.8233
2026-02-1421.7897
2026-02-2121.6203
2026-02-2821.4855
2026-03-0722.2043
2026-03-1422.4155
2026-03-2122.8421
2026-03-2822.8552
2026-04-0422.3922
2026-04-1122.0692
2026-04-1822.0874
2026-04-2522.3127
2026-05-0222.6316
2026-05-0922.2921
2026-05-1722.2334
2026-05-2522.0038
2026-06-0121.8710
2026-06-1022.2212
2026-06-1721.7863
2026-06-2421.9222
2026-07-0121.7477
2026-07-0821.8854
2026-07-1521.9646
2026-07-2222.0506
2026-07-2922.2714
2026-08-0521.9952
2026-08-1221.7868
2026-08-2022.0074
2026-08-2721.7119
2026-09-0321.6428
2026-09-1021.8875
2026-09-1721.7420
2026-09-2421.7535

High

23.3531

Low

21.4855

Average

22.2369

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/ZAR API questions

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

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

How far back does GIP/ZAR historical data go?

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