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: show the values
| Point | PGK/MMK |
|---|---|
| 2024-08-24 | 546.0386 |
| 2024-10-07 | 546.0119 |
| 2024-11-06 | 543.0369 |
| 2024-12-06 | 543.8360 |
| 2025-01-05 | 529.6542 |
| 2025-02-04 | 534.1861 |
| 2025-03-06 | 523.7407 |
| 2025-04-05 | 511.9727 |
| 2025-05-05 | 529.0943 |
| 2025-06-04 | 516.0948 |
| 2025-07-04 | 529.9827 |
| 2025-08-03 | 525.3400 |
| 2025-09-02 | 529.5478 |
| 2025-10-02 | 502.1347 |
| 2025-11-01 | 494.5366 |
| 2025-12-01 | 490.2270 |
| 2025-12-31 | 492.6918 |
| 2026-01-30 | 490.5058 |
| 2026-03-01 | 489.5860 |
| 2026-03-31 | 485.8129 |
| 2026-04-30 | 483.5100 |
| 2026-05-30 | 482.2836 |
| 2026-06-30 | 477.0527 |
| 2026-07-30 | 473.7396 |
| 2026-08-29 | 482.3618 |
High
546.0386
Low
470.4965
Average
508.5952
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.