Skip to content

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

CHF/BWP over 1Y: show the values
PointCHF/BWP
2025-09-2517.3375
2025-10-0217.7576
2025-10-0917.5464
2025-10-1617.1519
2025-10-2317.3744
2025-10-3017.5543
2025-11-0617.0909
2025-11-1317.2634
2025-11-2017.1893
2025-11-2717.2725
2025-12-0417.1297
2025-12-1217.5093
2025-12-1917.3993
2025-12-2616.6693
2026-01-0217.2558
2026-01-0917.0913
2026-01-1617.0596
2026-01-2317.3728
2026-01-3017.0329
2026-02-0616.9931
2026-02-1317.0763
2026-02-2017.0255
2026-02-2717.0575
2026-03-0617.2664
2026-03-1317.1777
2026-03-2017.3163
2026-03-2717.2255
2026-04-0317.0909
2026-04-1017.0489
2026-04-1717.1464
2026-04-2417.2103
2026-05-0117.4008
2026-05-0817.2545
2026-05-1617.9782
2026-05-2417.2736
2026-05-3117.1958
2026-06-0916.9347
2026-06-1616.7719
2026-06-2316.7632
2026-06-3016.7666
2026-07-0716.7258
2026-07-1416.6739
2026-07-2117.6696
2026-07-2816.7768
2026-08-0416.7848
2026-08-1116.6478
2026-08-1816.5670
2026-08-2616.6386
2026-09-0216.5539
2026-09-0916.5575
2026-09-1616.5225
2026-09-2316.4213

High

17.9782

Low

16.4213

Average

17.0758

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.