Skip to content

INR to MMK exchange rate API

Indian Rupee to Kyat · quoted 2026-09-25

21.8172

▼ +13.83% over 5Y

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 5 years, INR/MMK traded between 21.8127 and 26.2694, averaged 24.2131 and fell 13.83%. 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 5Y

INR/MMK over 5Y: show the values
PointINR/MMK
2021-09-2725.3197
2021-11-0824.4879
2021-12-2023.4405
2022-02-0123.7771
2022-03-1523.2809
2022-04-2924.2027
2022-06-1523.6934
2022-07-2723.1652
2022-09-0726.2694
2022-10-1925.2903
2022-11-3025.8097
2023-01-1225.7702
2023-02-2325.4279
2023-04-1125.5798
2023-05-2625.4242
2023-07-1025.4229
2023-08-2125.2677
2023-10-0225.2518
2023-11-1325.2186
2023-12-2725.2076
2024-02-0825.3073
2024-03-2125.2634
2024-05-0825.1523
2024-06-2425.1512
2024-08-0524.9563
2024-09-1524.9036
2024-10-2224.9724
2024-11-2124.8528
2024-12-2124.7066
2025-01-2024.2607
2025-02-1924.1664
2025-03-2124.4068
2025-04-2024.5661
2025-05-2024.5384
2025-06-1924.2072
2025-07-1924.3548
2025-08-1824.0284
2025-09-1723.9008
2025-10-1723.8610
2025-11-1623.6177
2025-12-1623.0950
2026-01-1523.2554
2026-02-1423.1830
2026-03-1622.7666
2026-04-1522.4745
2026-05-1521.8817
2026-06-1522.1659
2026-07-1521.8127
2026-08-1422.0059
2026-09-1321.9283

High

26.2694

Low

21.8127

Average

24.2131

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.