Skip to content

USD to BWP exchange rate API

US Dollar to Pula · quoted 2026-09-27

13.5978

▲ +1.52% over 1Y

1 USD = 13.5978 BWP · 1 BWP = 0.07354 USD · Get this rate via the API

1 USD buys 13.5978 BWP as of 2026-09-27, so 1 BWP buys 0.07354 USD. Over the last year, USD/BWP traded between 12.9897 and 14.3478, averaged 13.5838 and rose 1.52%. The API holds daily USD/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/BWP over 1Y

USD/BWP over 1Y: show the values
PointUSD/BWP
2025-09-2713.3945
2025-10-0414.1269
2025-10-1114.1492
2025-10-1814.2058
2025-10-2514.2770
2025-11-0114.2975
2025-11-0814.3478
2025-11-1514.2168
2025-11-2213.5107
2025-11-2914.2913
2025-12-0613.3047
2025-12-1413.2523
2025-12-2114.0558
2025-12-2813.0479
2026-01-0413.4753
2026-01-1113.2000
2026-01-1813.3646
2026-01-2513.1863
2026-02-0112.9897
2026-02-0813.1990
2026-02-1513.1097
2026-02-2213.0992
2026-03-0113.0522
2026-03-0813.3414
2026-03-1513.4310
2026-03-2213.4336
2026-03-2913.5585
2026-04-0513.4790
2026-04-1213.4052
2026-04-1913.4401
2026-04-2613.5227
2026-05-0313.5930
2026-05-1013.3899
2026-05-1814.1728
2026-05-2613.4357
2026-06-0213.4438
2026-06-1113.5761
2026-06-1813.4258
2026-06-2513.6506
2026-07-0214.2804
2026-07-0913.5502
2026-07-1613.5114
2026-07-2314.0570
2026-07-3013.6458
2026-08-0613.5399
2026-08-1313.4670
2026-08-2113.4409
2026-08-2813.3582
2026-09-0413.3987
2026-09-1113.4503
2026-09-1813.5592
2026-09-2513.6312

High

14.3478

Low

12.9897

Average

13.5838

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=BWP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=BWP").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/BWP API questions

How do I get the USD/BWP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/BWP rate in rates.BWP.

How far back does USD/BWP historical data go?

Daily USD/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 USD/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.