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: show the values
| Point | GIP/BWP |
|---|---|
| 2025-09-26 | 18.1164 |
| 2025-10-03 | 18.9675 |
| 2025-10-10 | 18.6879 |
| 2025-10-17 | 19.0933 |
| 2025-10-24 | 18.7461 |
| 2025-10-31 | 18.6062 |
| 2025-11-07 | 18.1282 |
| 2025-11-14 | 18.2207 |
| 2025-11-21 | 17.7886 |
| 2025-11-28 | 18.4604 |
| 2025-12-05 | 18.2659 |
| 2025-12-13 | 17.6902 |
| 2025-12-20 | 18.8014 |
| 2025-12-27 | 17.7420 |
| 2026-01-03 | 18.8229 |
| 2026-01-10 | 17.8739 |
| 2026-01-17 | 17.8300 |
| 2026-01-24 | 18.1814 |
| 2026-01-31 | 17.8209 |
| 2026-02-07 | 17.9680 |
| 2026-02-14 | 18.0105 |
| 2026-02-21 | 17.8507 |
| 2026-02-28 | 17.7424 |
| 2026-03-07 | 18.1348 |
| 2026-03-14 | 17.8897 |
| 2026-03-21 | 18.1907 |
| 2026-03-28 | 18.4069 |
| 2026-04-04 | 18.0572 |
| 2026-04-11 | 18.0376 |
| 2026-04-18 | 18.1620 |
| 2026-04-25 | 18.2486 |
| 2026-05-02 | 18.4592 |
| 2026-05-09 | 18.2700 |
| 2026-05-17 | 18.8579 |
| 2026-05-25 | 18.1580 |
| 2026-06-01 | 18.0802 |
| 2026-06-10 | 18.1348 |
| 2026-06-17 | 17.9931 |
| 2026-06-24 | 17.9609 |
| 2026-07-01 | 17.9219 |
| 2026-07-08 | 18.0824 |
| 2026-07-15 | 18.1990 |
| 2026-07-22 | 19.1467 |
| 2026-07-29 | 18.2049 |
| 2026-08-05 | 18.2686 |
| 2026-08-12 | 18.2193 |
| 2026-08-20 | 18.3020 |
| 2026-08-27 | 18.1543 |
| 2026-09-03 | 18.1035 |
| 2026-09-10 | 18.1929 |
| 2026-09-17 | 18.1210 |
| 2026-09-24 | 18.0112 |
High
19.1467
Low
17.6902
Average
18.2148
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.