Skip to content

GIP to BWP exchange rate API

Gibraltar Pound to Pula · quoted 2026-09-26

18.0023

▼ +0.63% over 1Y

1 GIP = 18.0023 BWP · 1 BWP = 0.05555 GIP · Get this rate via the API

1 GIP buys 18.0023 BWP as of 2026-09-26, so 1 BWP buys 0.05555 GIP. Over the last year, GIP/BWP traded between 17.6902 and 19.1467, averaged 18.2148 and fell 0.63%. The API holds daily GIP/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/BWP over 1Y

GIP/BWP over 1Y: show the values
PointGIP/BWP
2025-09-2618.1164
2025-10-0318.9675
2025-10-1018.6879
2025-10-1719.0933
2025-10-2418.7461
2025-10-3118.6062
2025-11-0718.1282
2025-11-1418.2207
2025-11-2117.7886
2025-11-2818.4604
2025-12-0518.2659
2025-12-1317.6902
2025-12-2018.8014
2025-12-2717.7420
2026-01-0318.8229
2026-01-1017.8739
2026-01-1717.8300
2026-01-2418.1814
2026-01-3117.8209
2026-02-0717.9680
2026-02-1418.0105
2026-02-2117.8507
2026-02-2817.7424
2026-03-0718.1348
2026-03-1417.8897
2026-03-2118.1907
2026-03-2818.4069
2026-04-0418.0572
2026-04-1118.0376
2026-04-1818.1620
2026-04-2518.2486
2026-05-0218.4592
2026-05-0918.2700
2026-05-1718.8579
2026-05-2518.1580
2026-06-0118.0802
2026-06-1018.1348
2026-06-1717.9931
2026-06-2417.9609
2026-07-0117.9219
2026-07-0818.0824
2026-07-1518.1990
2026-07-2219.1467
2026-07-2918.2049
2026-08-0518.2686
2026-08-1218.2193
2026-08-2018.3020
2026-08-2718.1543
2026-09-0318.1035
2026-09-1018.1929
2026-09-1718.1210
2026-09-2418.0112

High

19.1467

Low

17.6902

Average

18.2148

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/BWP API questions

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

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

How far back does GIP/BWP historical data go?

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