Skip to content

PAB to MMK exchange rate API

Balboa to Kyat · quoted 2026-09-25

2099.48

▼ +0.01% over 1Y

1 PAB = 2099.48 MMK · 1 MMK = 0.000476 PAB · Get this rate via the API

1 PAB buys 2099.48 MMK as of 2026-09-25, so 1 MMK buys 0.000476 PAB. Over the last year, PAB/MMK traded between 2093.00 and 2102.61, averaged 2099.75 and fell 0.01%. The API holds daily PAB/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/MMK over 1Y

PAB/MMK over 1Y: show the values
PointPAB/MMK
2025-09-252099.72
2025-10-022099.59
2025-10-092099.74
2025-10-162099.79
2025-10-232099.66
2025-10-302099.70
2025-11-062099.62
2025-11-132099.74
2025-11-202100.00
2025-11-272099.98
2025-12-042099.99
2025-12-122099.98
2025-12-192099.91
2025-12-262099.66
2026-01-022099.91
2026-01-092099.82
2026-01-162100.01
2026-01-232099.88
2026-01-302100.13
2026-02-062099.96
2026-02-132099.74
2026-02-202099.99
2026-02-272099.99
2026-03-062099.93
2026-03-132099.99
2026-03-202099.93
2026-03-272100.65
2026-04-032099.74
2026-04-102102.61
2026-04-172100.28
2026-04-242099.74
2026-05-012099.26
2026-05-082093.00
2026-05-162099.88
2026-05-242099.76
2026-05-312099.53
2026-06-092099.83
2026-06-162099.84
2026-06-232099.76
2026-06-302099.87
2026-07-072099.82
2026-07-142099.89
2026-07-212099.82
2026-07-282099.93
2026-08-042099.89
2026-08-112099.86
2026-08-182099.73
2026-08-262099.80
2026-09-022099.42
2026-09-092099.68
2026-09-162099.95
2026-09-232099.53

High

2102.61

Low

2093.00

Average

2099.75

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/MMK API questions

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

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

How far back does PAB/MMK historical data go?

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