Skip to content

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

TOP/MMK over 1Y: show the values
PointTOP/MMK
2025-09-27894.0249
2025-10-04872.0755
2025-10-11887.2369
2025-10-18886.8244
2025-10-25887.0683
2025-11-01891.2720
2025-11-08872.4512
2025-11-15872.5550
2025-11-22871.7446
2025-11-29872.3338
2025-12-06870.4966
2025-12-13869.8314
2025-12-20874.3648
2025-12-27871.8559
2026-01-03875.3509
2026-01-10871.1996
2026-01-17877.1108
2026-01-24881.8451
2026-01-31892.2924
2026-02-07874.6617
2026-02-14871.7327
2026-02-21877.9999
2026-02-28890.8491
2026-03-07881.0256
2026-03-14890.0521
2026-03-21876.1829
2026-03-28873.2343
2026-04-04875.8856
2026-04-12889.4283
2026-04-19886.3689
2026-04-26884.3944
2026-05-03893.7393
2026-05-10888.1968
2026-05-17891.3707
2026-05-24892.3989
2026-05-31897.8436
2026-06-08899.7297
2026-06-15891.7413
2026-06-22891.9906
2026-06-29886.5570
2026-07-06887.3843
2026-07-13888.2362
2026-07-20892.5142
2026-07-27892.8005
2026-08-03890.9106
2026-08-10894.0165
2026-08-17895.4667
2026-08-24904.2670
2026-08-31898.7081
2026-09-07896.8267
2026-09-14895.2083
2026-09-21899.0847

High

904.2670

Low

869.8314

Average

884.9788

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.