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: show the values
| Point | PGK/MMK |
|---|---|
| 2025-09-25 | 506.7820 |
| 2025-10-02 | 502.1347 |
| 2025-10-09 | 504.8700 |
| 2025-10-16 | 500.8264 |
| 2025-10-23 | 506.1853 |
| 2025-10-30 | 500.7816 |
| 2025-11-06 | 496.8363 |
| 2025-11-13 | 497.2447 |
| 2025-11-20 | 496.2712 |
| 2025-11-27 | 493.4807 |
| 2025-12-04 | 490.5871 |
| 2025-12-11 | 493.9082 |
| 2025-12-18 | 493.4202 |
| 2025-12-25 | 486.2019 |
| 2026-01-01 | 492.4649 |
| 2026-01-08 | 492.2881 |
| 2026-01-15 | 491.8484 |
| 2026-01-22 | 491.6220 |
| 2026-01-29 | 490.9210 |
| 2026-02-05 | 490.9795 |
| 2026-02-12 | 489.6733 |
| 2026-02-19 | 488.9719 |
| 2026-02-26 | 488.9095 |
| 2026-03-05 | 488.3268 |
| 2026-03-12 | 487.4039 |
| 2026-03-19 | 487.0591 |
| 2026-03-26 | 487.3319 |
| 2026-04-02 | 486.8627 |
| 2026-04-09 | 486.0511 |
| 2026-04-16 | 483.9327 |
| 2026-04-23 | 483.1261 |
| 2026-04-30 | 483.5100 |
| 2026-05-07 | 482.7382 |
| 2026-05-14 | 484.9922 |
| 2026-05-21 | 481.8549 |
| 2026-05-28 | 482.3241 |
| 2026-06-04 | 479.6988 |
| 2026-06-12 | 479.5930 |
| 2026-06-19 | 479.7276 |
| 2026-06-26 | 477.5196 |
| 2026-07-03 | 477.3706 |
| 2026-07-10 | 474.0991 |
| 2026-07-17 | 473.1674 |
| 2026-07-24 | 475.7241 |
| 2026-07-31 | 472.3070 |
| 2026-08-07 | 469.8102 |
| 2026-08-14 | 470.7559 |
| 2026-08-21 | 468.2551 |
| 2026-08-28 | 474.2579 |
| 2026-09-04 | 466.8253 |
| 2026-09-11 | 470.8071 |
| 2026-09-18 | 469.5447 |
High
506.7820
Low
466.8253
Average
485.6943
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.