Skip to content

PGK to MMK exchange rate API

Kina to Kyat · quoted 2026-09-25

470.4965

▼ +13.83% over 5Y

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 last 5 years, PGK/MMK traded between 470.4965 and 546.0386, averaged 508.5952 and fell 13.83%. 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 5Y

PGK/MMK over 5Y: show the values
PointPGK/MMK
2024-08-24546.0386
2024-10-07546.0119
2024-11-06543.0369
2024-12-06543.8360
2025-01-05529.6542
2025-02-04534.1861
2025-03-06523.7407
2025-04-05511.9727
2025-05-05529.0943
2025-06-04516.0948
2025-07-04529.9827
2025-08-03525.3400
2025-09-02529.5478
2025-10-02502.1347
2025-11-01494.5366
2025-12-01490.2270
2025-12-31492.6918
2026-01-30490.5058
2026-03-01489.5860
2026-03-31485.8129
2026-04-30483.5100
2026-05-30482.2836
2026-06-30477.0527
2026-07-30473.7396
2026-08-29482.3618

High

546.0386

Low

470.4965

Average

508.5952

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.