Skip to content

INR to MMK exchange rate API

Indian Rupee to Kyat · quoted 2026-09-25

21.8172

▼ +7.85% over 1Y

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 last year, INR/MMK traded between 21.7474 and 23.9084, averaged 22.6870 and fell 7.85%. 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 1Y

INR/MMK over 1Y: show the values
PointINR/MMK
2025-09-2523.6752
2025-10-0223.6658
2025-10-0923.6464
2025-10-1623.8810
2025-10-2323.9084
2025-10-3023.6673
2025-11-0623.7046
2025-11-1323.6753
2025-11-2023.6719
2025-11-2723.4891
2025-12-0423.3669
2025-12-1123.2511
2025-12-1823.2646
2025-12-2523.3779
2026-01-0123.3546
2026-01-0823.3524
2026-01-1523.2554
2026-01-2222.9269
2026-01-2922.8469
2026-02-0523.2546
2026-02-1223.1813
2026-02-1923.0265
2026-02-2623.0939
2026-03-0522.9143
2026-03-1222.7724
2026-03-1922.5213
2026-03-2622.3108
2026-04-0222.5546
2026-04-0922.6629
2026-04-1622.5235
2026-04-2322.3127
2026-04-3022.1239
2026-05-0722.2770
2026-05-1421.9219
2026-05-2121.8269
2026-05-2821.9381
2026-06-0421.9240
2026-06-1222.0779
2026-06-1922.2607
2026-06-2622.2443
2026-07-0322.0538
2026-07-1022.0263
2026-07-1721.8055
2026-07-2421.7474
2026-07-3122.0136
2026-08-0722.0521
2026-08-1422.0059
2026-08-2121.9433
2026-08-2822.0153
2026-09-0422.2203
2026-09-1121.9732
2026-09-1821.9004
2026-09-2521.8210

High

23.9084

Low

21.7474

Average

22.6870

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.