TOP to MMK exchange rate API
Pa’anga to Kyat · quoted 2026-09-27
871.1334
▼ +1.26% over YTD
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 year to date, TOP/MMK traded between 871.1334 and 905.2929, averaged 894.3642 and fell 1.26%. 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 YTD: show the values
| Point | TOP/MMK |
|---|---|
| 2025-12-31 | 882.2630 |
| 2026-01-07 | 881.1860 |
| 2026-01-14 | 884.8184 |
| 2026-01-21 | 888.0388 |
| 2026-01-28 | 895.3412 |
| 2026-02-04 | 900.1265 |
| 2026-02-11 | 900.5466 |
| 2026-02-18 | 897.4739 |
| 2026-02-25 | 898.4579 |
| 2026-03-04 | 894.8342 |
| 2026-03-11 | 894.1795 |
| 2026-03-18 | 897.2184 |
| 2026-03-25 | 894.4739 |
| 2026-04-01 | 889.5714 |
| 2026-04-08 | 890.5717 |
| 2026-04-16 | 905.1908 |
| 2026-04-23 | 894.3251 |
| 2026-04-30 | 905.2929 |
| 2026-05-07 | 900.9861 |
| 2026-05-14 | 905.2256 |
| 2026-05-21 | 902.7594 |
| 2026-05-28 | 899.6621 |
| 2026-06-04 | 895.1344 |
| 2026-06-12 | 893.1795 |
| 2026-06-19 | 896.0723 |
| 2026-06-26 | 892.5539 |
| 2026-07-03 | 886.9052 |
| 2026-07-10 | 887.5805 |
| 2026-07-17 | 900.8619 |
| 2026-07-24 | 897.2747 |
| 2026-07-31 | 894.6364 |
| 2026-08-07 | 898.2969 |
| 2026-08-14 | 889.9001 |
| 2026-08-21 | 896.5504 |
| 2026-08-28 | 899.7472 |
| 2026-09-04 | 897.8783 |
| 2026-09-11 | 896.1563 |
| 2026-09-18 | 889.5589 |
| 2026-09-25 | 888.6061 |
High
905.2929
Low
871.1334
Average
894.3642
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.