Skip to content

TOP to MMK exchange rate API

Pa’anga to Kyat · quoted 2026-09-27

871.1334

▼ +3.18% over 30D

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 30 days, TOP/MMK traded between 871.1334 and 900.7716, averaged 891.7655 and fell 3.18%. 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 30D

TOP/MMK over 30D: show the values
PointTOP/MMK
2026-08-28899.7472
2026-08-29890.2097
2026-08-30898.4727
2026-08-31898.7081
2026-09-01897.8135
2026-09-02898.5772
2026-09-03898.5601
2026-09-04897.8783
2026-09-05889.7743
2026-09-06890.8034
2026-09-07896.8267
2026-09-08898.6586
2026-09-09899.2851
2026-09-10897.5297
2026-09-11896.1563
2026-09-12887.0484
2026-09-13890.8138
2026-09-14895.2083
2026-09-15891.0941
2026-09-16891.3730
2026-09-17892.5576
2026-09-18889.5589
2026-09-19876.0324
2026-09-20884.3887
2026-09-21899.0847
2026-09-22900.7716
2026-09-23898.0640
2026-09-24889.4872
2026-09-25888.6061
2026-09-26871.1401
2026-09-27871.1334

High

900.7716

Low

871.1334

Average

891.7655

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.