TOP to MMK exchange rate API
Pa’anga to Kyat · quoted 2026-09-27
871.1334
▼ +2.56% over 1Y
1 TOP = 871.1334 MMK · 1 MMK = 0.001148 TOP · Get this rate via the API
1 TOP buys 871.1334 MMK as of 2026-09-27, so 1 MMK buys 0.001148 TOP. Over the last year, TOP/MMK traded between 869.8314 and 904.2670, averaged 884.9788 and fell 2.56%. The API holds daily TOP/MMK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/MMK over 1Y: show the values
| Point | TOP/MMK |
|---|---|
| 2025-09-27 | 894.0249 |
| 2025-10-04 | 872.0755 |
| 2025-10-11 | 887.2369 |
| 2025-10-18 | 886.8244 |
| 2025-10-25 | 887.0683 |
| 2025-11-01 | 891.2720 |
| 2025-11-08 | 872.4512 |
| 2025-11-15 | 872.5550 |
| 2025-11-22 | 871.7446 |
| 2025-11-29 | 872.3338 |
| 2025-12-06 | 870.4966 |
| 2025-12-13 | 869.8314 |
| 2025-12-20 | 874.3648 |
| 2025-12-27 | 871.8559 |
| 2026-01-03 | 875.3509 |
| 2026-01-10 | 871.1996 |
| 2026-01-17 | 877.1108 |
| 2026-01-24 | 881.8451 |
| 2026-01-31 | 892.2924 |
| 2026-02-07 | 874.6617 |
| 2026-02-14 | 871.7327 |
| 2026-02-21 | 877.9999 |
| 2026-02-28 | 890.8491 |
| 2026-03-07 | 881.0256 |
| 2026-03-14 | 890.0521 |
| 2026-03-21 | 876.1829 |
| 2026-03-28 | 873.2343 |
| 2026-04-04 | 875.8856 |
| 2026-04-12 | 889.4283 |
| 2026-04-19 | 886.3689 |
| 2026-04-26 | 884.3944 |
| 2026-05-03 | 893.7393 |
| 2026-05-10 | 888.1968 |
| 2026-05-17 | 891.3707 |
| 2026-05-24 | 892.3989 |
| 2026-05-31 | 897.8436 |
| 2026-06-08 | 899.7297 |
| 2026-06-15 | 891.7413 |
| 2026-06-22 | 891.9906 |
| 2026-06-29 | 886.5570 |
| 2026-07-06 | 887.3843 |
| 2026-07-13 | 888.2362 |
| 2026-07-20 | 892.5142 |
| 2026-07-27 | 892.8005 |
| 2026-08-03 | 890.9106 |
| 2026-08-10 | 894.0165 |
| 2026-08-17 | 895.4667 |
| 2026-08-24 | 904.2670 |
| 2026-08-31 | 898.7081 |
| 2026-09-07 | 896.8267 |
| 2026-09-14 | 895.2083 |
| 2026-09-21 | 899.0847 |
High
904.2670
Low
869.8314
Average
884.9788
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/MMK API questions
How do I get the TOP/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/MMK rate in rates.MMK.
How far back does TOP/MMK historical data go?
Daily TOP/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 TOP/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.