CHF to BWP exchange rate API
Swiss Franc to Pula · quoted 2026-09-25
16.4442
▲ +4.38% over 5Y
1 CHF = 16.4442 BWP · 1 BWP = 0.06081 CHF · Get this rate via the API
1 CHF buys 16.4442 BWP as of 2026-09-25, so 1 BWP buys 0.06081 CHF. Over the last 5 years, CHF/BWP traded between 15.1854 and 17.9281, averaged 16.5797 and rose 4.38%. The API holds daily CHF/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/BWP over 5Y: show the values
| Point | CHF/BWP |
|---|---|
| 2024-08-24 | 15.7544 |
| 2024-10-07 | 15.5142 |
| 2024-11-06 | 15.1854 |
| 2024-12-06 | 15.5292 |
| 2025-01-05 | 15.3637 |
| 2025-02-04 | 15.4124 |
| 2025-03-06 | 15.5422 |
| 2025-04-06 | 16.1354 |
| 2025-05-06 | 16.4991 |
| 2025-06-07 | 16.3182 |
| 2025-07-07 | 16.6036 |
| 2025-08-06 | 17.5112 |
| 2025-09-05 | 17.9281 |
| 2025-10-06 | 17.7510 |
| 2025-11-05 | 17.1777 |
| 2025-12-05 | 17.0349 |
| 2026-01-05 | 17.2949 |
| 2026-02-04 | 17.4503 |
| 2026-03-06 | 17.2664 |
| 2026-04-05 | 16.8455 |
| 2026-05-05 | 17.3109 |
| 2026-06-06 | 17.1911 |
| 2026-07-08 | 16.7388 |
| 2026-08-07 | 16.7201 |
| 2026-09-07 | 16.5492 |
High
17.9281
Low
15.1854
Average
16.5797
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/BWP API questions
How do I get the CHF/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/BWP rate in rates.BWP.
How far back does CHF/BWP historical data go?
Daily CHF/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 CHF/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.