CHF to BWP exchange rate API
Swiss Franc to Pula · quoted 2026-09-25
16.4442
▼ +5.15% over 1Y
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 year, CHF/BWP traded between 16.4213 and 17.9782, averaged 17.0758 and fell 5.15%. 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 1Y: show the values
| Point | CHF/BWP |
|---|---|
| 2025-09-25 | 17.3375 |
| 2025-10-02 | 17.7576 |
| 2025-10-09 | 17.5464 |
| 2025-10-16 | 17.1519 |
| 2025-10-23 | 17.3744 |
| 2025-10-30 | 17.5543 |
| 2025-11-06 | 17.0909 |
| 2025-11-13 | 17.2634 |
| 2025-11-20 | 17.1893 |
| 2025-11-27 | 17.2725 |
| 2025-12-04 | 17.1297 |
| 2025-12-12 | 17.5093 |
| 2025-12-19 | 17.3993 |
| 2025-12-26 | 16.6693 |
| 2026-01-02 | 17.2558 |
| 2026-01-09 | 17.0913 |
| 2026-01-16 | 17.0596 |
| 2026-01-23 | 17.3728 |
| 2026-01-30 | 17.0329 |
| 2026-02-06 | 16.9931 |
| 2026-02-13 | 17.0763 |
| 2026-02-20 | 17.0255 |
| 2026-02-27 | 17.0575 |
| 2026-03-06 | 17.2664 |
| 2026-03-13 | 17.1777 |
| 2026-03-20 | 17.3163 |
| 2026-03-27 | 17.2255 |
| 2026-04-03 | 17.0909 |
| 2026-04-10 | 17.0489 |
| 2026-04-17 | 17.1464 |
| 2026-04-24 | 17.2103 |
| 2026-05-01 | 17.4008 |
| 2026-05-08 | 17.2545 |
| 2026-05-16 | 17.9782 |
| 2026-05-24 | 17.2736 |
| 2026-05-31 | 17.1958 |
| 2026-06-09 | 16.9347 |
| 2026-06-16 | 16.7719 |
| 2026-06-23 | 16.7632 |
| 2026-06-30 | 16.7666 |
| 2026-07-07 | 16.7258 |
| 2026-07-14 | 16.6739 |
| 2026-07-21 | 17.6696 |
| 2026-07-28 | 16.7768 |
| 2026-08-04 | 16.7848 |
| 2026-08-11 | 16.6478 |
| 2026-08-18 | 16.5670 |
| 2026-08-26 | 16.6386 |
| 2026-09-02 | 16.5539 |
| 2026-09-09 | 16.5575 |
| 2026-09-16 | 16.5225 |
| 2026-09-23 | 16.4213 |
High
17.9782
Low
16.4213
Average
17.0758
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.