Skip to content

PGK to MMK exchange rate API

Kina to Kyat · quoted 2026-09-25

470.4965

▼ +4.50% over YTD

1 PGK = 470.4965 MMK · 1 MMK = 0.002125 PGK · Get this rate via the API

1 PGK buys 470.4965 MMK as of 2026-09-25, so 1 MMK buys 0.002125 PGK. Over the year to date, PGK/MMK traded between 466.1191 and 492.6918, averaged 481.3798 and fell 4.50%. The API holds daily PGK/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MMK over YTD

PGK/MMK over YTD: show the values
PointPGK/MMK
2025-12-31492.6918
2026-01-07492.1504
2026-01-14492.4270
2026-01-21491.8427
2026-01-28491.2472
2026-02-04491.3649
2026-02-11489.2948
2026-02-18488.9692
2026-02-25488.8325
2026-03-04488.3098
2026-03-11487.9424
2026-03-18487.4664
2026-03-25487.2422
2026-04-01486.0403
2026-04-08485.5069
2026-04-15484.2272
2026-04-22482.6522
2026-04-29483.3942
2026-05-06483.0790
2026-05-13481.1895
2026-05-20481.0812
2026-05-27482.3345
2026-06-03481.6656
2026-06-11479.0284
2026-06-18478.8251
2026-06-25477.7521
2026-07-02476.8733
2026-07-09477.7979
2026-07-16474.5500
2026-07-23471.5332
2026-07-30473.7396
2026-08-06475.8069
2026-08-13474.0647
2026-08-20467.6731
2026-08-27475.7499
2026-09-03471.1797
2026-09-10466.1191
2026-09-17469.9947
2026-09-24473.0573

High

492.6918

Low

466.1191

Average

481.3798

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MMK API questions

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

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

How far back does PGK/MMK historical data go?

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