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: show the values
| Point | INR/MMK |
|---|---|
| 2025-09-25 | 23.6752 |
| 2025-10-02 | 23.6658 |
| 2025-10-09 | 23.6464 |
| 2025-10-16 | 23.8810 |
| 2025-10-23 | 23.9084 |
| 2025-10-30 | 23.6673 |
| 2025-11-06 | 23.7046 |
| 2025-11-13 | 23.6753 |
| 2025-11-20 | 23.6719 |
| 2025-11-27 | 23.4891 |
| 2025-12-04 | 23.3669 |
| 2025-12-11 | 23.2511 |
| 2025-12-18 | 23.2646 |
| 2025-12-25 | 23.3779 |
| 2026-01-01 | 23.3546 |
| 2026-01-08 | 23.3524 |
| 2026-01-15 | 23.2554 |
| 2026-01-22 | 22.9269 |
| 2026-01-29 | 22.8469 |
| 2026-02-05 | 23.2546 |
| 2026-02-12 | 23.1813 |
| 2026-02-19 | 23.0265 |
| 2026-02-26 | 23.0939 |
| 2026-03-05 | 22.9143 |
| 2026-03-12 | 22.7724 |
| 2026-03-19 | 22.5213 |
| 2026-03-26 | 22.3108 |
| 2026-04-02 | 22.5546 |
| 2026-04-09 | 22.6629 |
| 2026-04-16 | 22.5235 |
| 2026-04-23 | 22.3127 |
| 2026-04-30 | 22.1239 |
| 2026-05-07 | 22.2770 |
| 2026-05-14 | 21.9219 |
| 2026-05-21 | 21.8269 |
| 2026-05-28 | 21.9381 |
| 2026-06-04 | 21.9240 |
| 2026-06-12 | 22.0779 |
| 2026-06-19 | 22.2607 |
| 2026-06-26 | 22.2443 |
| 2026-07-03 | 22.0538 |
| 2026-07-10 | 22.0263 |
| 2026-07-17 | 21.8055 |
| 2026-07-24 | 21.7474 |
| 2026-07-31 | 22.0136 |
| 2026-08-07 | 22.0521 |
| 2026-08-14 | 22.0059 |
| 2026-08-21 | 21.9433 |
| 2026-08-28 | 22.0153 |
| 2026-09-04 | 22.2203 |
| 2026-09-11 | 21.9732 |
| 2026-09-18 | 21.9004 |
| 2026-09-25 | 21.8210 |
High
23.9084
Low
21.7474
Average
22.6870
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.