BBD to MWK exchange rate API
Barbados Dollar to Kwacha · quoted 2026-09-24
869.5013
▲ +0.18% over 1Y
1 BBD = 869.5013 MWK · 1 MWK = 0.001150 BBD · Get this rate via the API
1 BBD buys 869.5013 MWK as of 2026-09-24, so 1 MWK buys 0.001150 BBD. Over the last year, BBD/MWK traded between 860.7424 and 871.3828, averaged 866.5525 and rose 0.18%. The API holds daily BBD/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BBD/MWK over 1Y: show the values
| Point | BBD/MWK |
|---|---|
| 2025-09-24 | 867.9296 |
| 2025-10-01 | 868.1040 |
| 2025-10-08 | 867.5314 |
| 2025-10-15 | 865.4199 |
| 2025-10-22 | 867.6714 |
| 2025-10-29 | 867.8101 |
| 2025-11-05 | 867.9122 |
| 2025-11-12 | 866.4714 |
| 2025-11-19 | 867.4705 |
| 2025-11-26 | 865.2419 |
| 2025-12-03 | 867.8911 |
| 2025-12-11 | 863.3797 |
| 2025-12-18 | 868.3642 |
| 2025-12-25 | 867.0071 |
| 2026-01-01 | 867.6459 |
| 2026-01-08 | 867.6367 |
| 2026-01-15 | 867.3298 |
| 2026-01-22 | 867.8080 |
| 2026-01-29 | 867.3079 |
| 2026-02-05 | 868.5764 |
| 2026-02-12 | 860.9094 |
| 2026-02-19 | 868.7691 |
| 2026-02-26 | 864.0022 |
| 2026-03-05 | 867.3942 |
| 2026-03-12 | 868.9354 |
| 2026-03-19 | 871.3828 |
| 2026-03-26 | 869.0089 |
| 2026-04-02 | 867.0057 |
| 2026-04-09 | 862.9674 |
| 2026-04-16 | 860.9481 |
| 2026-04-23 | 860.7424 |
| 2026-04-30 | 864.3690 |
| 2026-05-07 | 860.9333 |
| 2026-05-15 | 860.7472 |
| 2026-05-23 | 867.2321 |
| 2026-05-30 | 868.4865 |
| 2026-06-06 | 868.4207 |
| 2026-06-15 | 867.1187 |
| 2026-06-22 | 866.8725 |
| 2026-06-29 | 868.2087 |
| 2026-07-06 | 867.3182 |
| 2026-07-13 | 869.6398 |
| 2026-07-20 | 866.6076 |
| 2026-07-27 | 865.4256 |
| 2026-08-03 | 863.7880 |
| 2026-08-10 | 864.9878 |
| 2026-08-17 | 865.1520 |
| 2026-08-25 | 866.6672 |
| 2026-09-01 | 866.3606 |
| 2026-09-08 | 866.8850 |
| 2026-09-15 | 868.5378 |
| 2026-09-22 | 867.4484 |
High
871.3828
Low
860.7424
Average
866.5525
Get this rate via the API
One GET request returns the BBD/MWK 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=BBD¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MWK").json()Replace YOUR_API_KEY with the key from your dashboard.
BBD/MWK API questions
How do I get the BBD/MWK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/MWK rate in rates.MWK.
How far back does BBD/MWK historical data go?
Daily BBD/MWK 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 BBD/MWK 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.