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: show the values
| Point | INR/MMK |
|---|---|
| 2021-09-27 | 25.3197 |
| 2021-11-08 | 24.4879 |
| 2021-12-20 | 23.4405 |
| 2022-02-01 | 23.7771 |
| 2022-03-15 | 23.2809 |
| 2022-04-29 | 24.2027 |
| 2022-06-15 | 23.6934 |
| 2022-07-27 | 23.1652 |
| 2022-09-07 | 26.2694 |
| 2022-10-19 | 25.2903 |
| 2022-11-30 | 25.8097 |
| 2023-01-12 | 25.7702 |
| 2023-02-23 | 25.4279 |
| 2023-04-11 | 25.5798 |
| 2023-05-26 | 25.4242 |
| 2023-07-10 | 25.4229 |
| 2023-08-21 | 25.2677 |
| 2023-10-02 | 25.2518 |
| 2023-11-13 | 25.2186 |
| 2023-12-27 | 25.2076 |
| 2024-02-08 | 25.3073 |
| 2024-03-21 | 25.2634 |
| 2024-05-08 | 25.1523 |
| 2024-06-24 | 25.1512 |
| 2024-08-05 | 24.9563 |
| 2024-09-15 | 24.9036 |
| 2024-10-22 | 24.9724 |
| 2024-11-21 | 24.8528 |
| 2024-12-21 | 24.7066 |
| 2025-01-20 | 24.2607 |
| 2025-02-19 | 24.1664 |
| 2025-03-21 | 24.4068 |
| 2025-04-20 | 24.5661 |
| 2025-05-20 | 24.5384 |
| 2025-06-19 | 24.2072 |
| 2025-07-19 | 24.3548 |
| 2025-08-18 | 24.0284 |
| 2025-09-17 | 23.9008 |
| 2025-10-17 | 23.8610 |
| 2025-11-16 | 23.6177 |
| 2025-12-16 | 23.0950 |
| 2026-01-15 | 23.2554 |
| 2026-02-14 | 23.1830 |
| 2026-03-16 | 22.7666 |
| 2026-04-15 | 22.4745 |
| 2026-05-15 | 21.8817 |
| 2026-06-15 | 22.1659 |
| 2026-07-15 | 21.8127 |
| 2026-08-14 | 22.0059 |
| 2026-09-13 | 21.9283 |
High
26.2694
Low
21.8127
Average
24.2131
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.