Skip to content

BSD to MMK exchange rate API

Bahamian Dollar to Kyat · quoted 2026-09-27

2099.61

▲ +0.01% over 1Y

1 BSD = 2099.61 MMK · 1 MMK = 0.000476 BSD · Get this rate via the API

1 BSD buys 2099.61 MMK as of 2026-09-27, so 1 MMK buys 0.000476 BSD. Over the last year, BSD/MMK traded between 2095.91 and 2105.46, averaged 2099.92 and rose 0.01%. The API holds daily BSD/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/MMK over 1Y

BSD/MMK over 1Y: show the values
PointBSD/MMK
2025-09-272099.38
2025-10-042100.32
2025-10-112099.43
2025-10-182099.38
2025-10-252100.38
2025-11-012099.70
2025-11-082099.65
2025-11-152100.22
2025-11-222099.58
2025-11-292100.60
2025-12-062099.48
2025-12-142100.14
2025-12-212100.20
2025-12-282100.32
2026-01-042100.08
2026-01-112100.03
2026-01-182100.12
2026-01-252099.88
2026-02-012099.92
2026-02-082099.55
2026-02-152099.66
2026-02-222100.16
2026-03-012100.13
2026-03-082100.06
2026-03-152099.67
2026-03-222099.65
2026-03-292099.39
2026-04-052100.05
2026-04-122103.43
2026-04-192096.36
2026-04-262103.85
2026-05-032099.12
2026-05-102105.46
2026-05-182095.91
2026-05-262099.76
2026-06-022099.63
2026-06-112099.50
2026-06-182099.83
2026-06-252099.45
2026-07-022099.13
2026-07-092099.83
2026-07-162099.52
2026-07-232099.78
2026-07-302099.91
2026-08-062099.78
2026-08-132099.70
2026-08-212099.97
2026-08-282099.96
2026-09-042099.60
2026-09-112099.65
2026-09-182100.12
2026-09-252099.69

High

2105.46

Low

2095.91

Average

2099.92

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD&currencies=MMK").json()

Replace YOUR_API_KEY with the key from your dashboard.

BSD/MMK API questions

How do I get the BSD/MMK exchange rate from an API?

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

How far back does BSD/MMK historical data go?

Daily BSD/MMK 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 BSD/MMK 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.