INR to MMK exchange rate API
Indian Rupee to Kyat · quoted 2026-09-25
21.8258
▼ +6.60% over YTD
1 INR = 21.8258 MMK · 1 MMK = 0.04582 INR · Get this rate via the API
1 INR buys 21.8258 MMK as of 2026-09-25, so 1 MMK buys 0.04582 INR. Over the year to date, INR/MMK traded between 21.6893 and 23.3702, averaged 22.3638 and fell 6.60%. 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: show the values
| Point | INR/MMK |
|---|---|
| 2025-12-31 | 23.3679 |
| 2026-01-07 | 23.3702 |
| 2026-01-14 | 23.2549 |
| 2026-01-21 | 22.9170 |
| 2026-01-28 | 22.8383 |
| 2026-02-04 | 23.2280 |
| 2026-02-11 | 23.0803 |
| 2026-02-18 | 23.1532 |
| 2026-02-25 | 23.0885 |
| 2026-03-04 | 22.8057 |
| 2026-03-11 | 22.8083 |
| 2026-03-18 | 22.6063 |
| 2026-03-25 | 22.3525 |
| 2026-04-01 | 22.4745 |
| 2026-04-08 | 22.7747 |
| 2026-04-15 | 22.4745 |
| 2026-04-22 | 22.3860 |
| 2026-04-29 | 22.1393 |
| 2026-05-06 | 22.1938 |
| 2026-05-13 | 21.9510 |
| 2026-05-20 | 21.6893 |
| 2026-05-27 | 21.9431 |
| 2026-06-03 | 21.9403 |
| 2026-06-11 | 21.9235 |
| 2026-06-18 | 22.2596 |
| 2026-06-25 | 22.2410 |
| 2026-07-02 | 22.0106 |
| 2026-07-09 | 22.0135 |
| 2026-07-16 | 21.7896 |
| 2026-07-23 | 21.7410 |
| 2026-07-30 | 21.9461 |
| 2026-08-06 | 22.0508 |
| 2026-08-13 | 22.0000 |
| 2026-08-20 | 21.9373 |
| 2026-08-27 | 21.9788 |
| 2026-09-03 | 22.2255 |
| 2026-09-10 | 22.0004 |
| 2026-09-17 | 21.8879 |
| 2026-09-24 | 21.8826 |
High
23.3702
Low
21.6893
Average
22.3638
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.