Skip to content

INR to MMK exchange rate API

Indian Rupee to Kyat · quoted 2026-09-25

21.8172

▼ +6.64% over YTD

1 INR = 21.8172 MMK · 1 MMK = 0.04584 INR · Get this rate via the API

1 INR buys 21.8172 MMK as of 2026-09-25, so 1 MMK buys 0.04584 INR. Over the year to date, INR/MMK traded between 21.6893 and 23.3702, averaged 22.3636 and fell 6.64%. The API holds daily INR/MMK rates from 2017-06-09 — 9 years of history — so any past day, or a whole series, is one request away.

INR/MMK over YTD

INR/MMK over YTD: show the values
PointINR/MMK
2025-12-3123.3679
2026-01-0723.3702
2026-01-1423.2549
2026-01-2122.9170
2026-01-2822.8383
2026-02-0423.2280
2026-02-1123.0803
2026-02-1823.1532
2026-02-2523.0885
2026-03-0422.8057
2026-03-1122.8083
2026-03-1822.6063
2026-03-2522.3525
2026-04-0122.4745
2026-04-0822.7747
2026-04-1522.4745
2026-04-2222.3860
2026-04-2922.1393
2026-05-0622.1938
2026-05-1321.9510
2026-05-2021.6893
2026-05-2721.9431
2026-06-0321.9403
2026-06-1121.9235
2026-06-1822.2596
2026-06-2522.2410
2026-07-0222.0106
2026-07-0922.0135
2026-07-1621.7896
2026-07-2321.7410
2026-07-3021.9461
2026-08-0622.0508
2026-08-1322.0000
2026-08-2021.9373
2026-08-2721.9788
2026-09-0322.2255
2026-09-1022.0004
2026-09-1721.8879
2026-09-2421.8826

High

23.3702

Low

21.6893

Average

22.3636

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=MMK").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/MMK API questions

How do I get the INR/MMK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/MMK rate in rates.MMK.

How far back does INR/MMK historical data go?

Daily INR/MMK rates are available from 2017-06-09. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free INR/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.