GBP to BWP exchange rate API
Pound Sterling to Pula · quoted 2026-09-27
18.0017
▼ +0.78% over 30D
1 GBP = 18.0017 BWP · 1 BWP = 0.05555 GBP · Get this rate via the API
1 GBP buys 18.0017 BWP as of 2026-09-27, so 1 BWP buys 0.05555 GBP. Over the last 30 days, GBP/BWP traded between 17.9402 and 18.9726, averaged 18.1690 and fell 0.78%. The API holds daily GBP/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GBP/BWP over 30D: show the values
| Point | GBP/BWP |
|---|---|
| 2026-08-28 | 18.1439 |
| 2026-08-29 | 18.1356 |
| 2026-08-30 | 18.1429 |
| 2026-08-31 | 18.1833 |
| 2026-09-01 | 18.1981 |
| 2026-09-02 | 18.1674 |
| 2026-09-03 | 18.1060 |
| 2026-09-04 | 18.1285 |
| 2026-09-05 | 18.0947 |
| 2026-09-06 | 18.0965 |
| 2026-09-07 | 18.1207 |
| 2026-09-08 | 18.1356 |
| 2026-09-09 | 18.1269 |
| 2026-09-10 | 18.1457 |
| 2026-09-11 | 18.1688 |
| 2026-09-12 | 18.9726 |
| 2026-09-13 | 18.9718 |
| 2026-09-14 | 18.1790 |
| 2026-09-15 | 18.1804 |
| 2026-09-16 | 18.2087 |
| 2026-09-17 | 18.1194 |
| 2026-09-18 | 18.0937 |
| 2026-09-19 | 18.1600 |
| 2026-09-20 | 18.1578 |
| 2026-09-21 | 18.1471 |
| 2026-09-22 | 18.1139 |
| 2026-09-23 | 17.9402 |
| 2026-09-24 | 17.9906 |
| 2026-09-25 | 18.0646 |
| 2026-09-26 | 18.0023 |
| 2026-09-27 | 18.0086 |
High
18.9726
Low
17.9402
Average
18.1690
Get this rate via the API
One GET request returns the GBP/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=GBP¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/BWP API questions
How do I get the GBP/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/BWP rate in rates.BWP.
How far back does GBP/BWP historical data go?
Daily GBP/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 GBP/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.