Skip to content

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

CHF/BWP over 5Y: show the values
PointCHF/BWP
2024-08-2415.7544
2024-10-0715.5142
2024-11-0615.1854
2024-12-0615.5292
2025-01-0515.3637
2025-02-0415.4124
2025-03-0615.5422
2025-04-0616.1354
2025-05-0616.4991
2025-06-0716.3182
2025-07-0716.6036
2025-08-0617.5112
2025-09-0517.9281
2025-10-0617.7510
2025-11-0517.1777
2025-12-0517.0349
2026-01-0517.2949
2026-02-0417.4503
2026-03-0617.2664
2026-04-0516.8455
2026-05-0517.3109
2026-06-0617.1911
2026-07-0816.7388
2026-08-0716.7201
2026-09-0716.5492

High

17.9281

Low

15.1854

Average

16.5797

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.