Skip to content

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

BBD/MWK over 1Y: show the values
PointBBD/MWK
2025-09-24867.9296
2025-10-01868.1040
2025-10-08867.5314
2025-10-15865.4199
2025-10-22867.6714
2025-10-29867.8101
2025-11-05867.9122
2025-11-12866.4714
2025-11-19867.4705
2025-11-26865.2419
2025-12-03867.8911
2025-12-11863.3797
2025-12-18868.3642
2025-12-25867.0071
2026-01-01867.6459
2026-01-08867.6367
2026-01-15867.3298
2026-01-22867.8080
2026-01-29867.3079
2026-02-05868.5764
2026-02-12860.9094
2026-02-19868.7691
2026-02-26864.0022
2026-03-05867.3942
2026-03-12868.9354
2026-03-19871.3828
2026-03-26869.0089
2026-04-02867.0057
2026-04-09862.9674
2026-04-16860.9481
2026-04-23860.7424
2026-04-30864.3690
2026-05-07860.9333
2026-05-15860.7472
2026-05-23867.2321
2026-05-30868.4865
2026-06-06868.4207
2026-06-15867.1187
2026-06-22866.8725
2026-06-29868.2087
2026-07-06867.3182
2026-07-13869.6398
2026-07-20866.6076
2026-07-27865.4256
2026-08-03863.7880
2026-08-10864.9878
2026-08-17865.1520
2026-08-25866.6672
2026-09-01866.3606
2026-09-08866.8850
2026-09-15868.5378
2026-09-22867.4484

High

871.3828

Low

860.7424

Average

866.5525

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=MWK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=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&currencies=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.