Skip to content

PGK to MMK exchange rate API

Kina to Kyat · quoted 2026-09-25

469.6126

▼ +7.33% over 1Y

1 PGK = 469.6126 MMK · 1 MMK = 0.002129 PGK · Get this rate via the API

1 PGK buys 469.6126 MMK as of 2026-09-25, so 1 MMK buys 0.002129 PGK. Over the last year, PGK/MMK traded between 466.8253 and 506.7820, averaged 485.6943 and fell 7.33%. 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 1Y

PGK/MMK over 1Y: show the values
PointPGK/MMK
2025-09-25506.7820
2025-10-02502.1347
2025-10-09504.8700
2025-10-16500.8264
2025-10-23506.1853
2025-10-30500.7816
2025-11-06496.8363
2025-11-13497.2447
2025-11-20496.2712
2025-11-27493.4807
2025-12-04490.5871
2025-12-11493.9082
2025-12-18493.4202
2025-12-25486.2019
2026-01-01492.4649
2026-01-08492.2881
2026-01-15491.8484
2026-01-22491.6220
2026-01-29490.9210
2026-02-05490.9795
2026-02-12489.6733
2026-02-19488.9719
2026-02-26488.9095
2026-03-05488.3268
2026-03-12487.4039
2026-03-19487.0591
2026-03-26487.3319
2026-04-02486.8627
2026-04-09486.0511
2026-04-16483.9327
2026-04-23483.1261
2026-04-30483.5100
2026-05-07482.7382
2026-05-14484.9922
2026-05-21481.8549
2026-05-28482.3241
2026-06-04479.6988
2026-06-12479.5930
2026-06-19479.7276
2026-06-26477.5196
2026-07-03477.3706
2026-07-10474.0991
2026-07-17473.1674
2026-07-24475.7241
2026-07-31472.3070
2026-08-07469.8102
2026-08-14470.7559
2026-08-21468.2551
2026-08-28474.2579
2026-09-04466.8253
2026-09-11470.8071
2026-09-18469.5447

High

506.7820

Low

466.8253

Average

485.6943

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.