MYR to INR exchange rate API
Malaysian Ringgit to Indian Rupee · quoted 2026-09-26
23.4911
▲ +6.07% over YTD
1 MYR = 23.4911 INR · 1 INR = 0.04257 MYR · Get this rate via the API
1 MYR buys 23.4911 INR as of 2026-09-26, so 1 INR buys 0.04257 MYR. Over the year to date, MYR/INR traded between 22.1419 and 24.3892, averaged 23.4098 and rose 6.07%. The API holds daily MYR/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
MYR/INR over YTD: show the values
| Point | MYR/INR |
|---|---|
| 2025-12-31 | 22.1460 |
| 2026-01-07 | 22.1419 |
| 2026-01-14 | 22.3081 |
| 2026-01-21 | 22.6441 |
| 2026-01-28 | 23.4610 |
| 2026-02-04 | 22.9946 |
| 2026-02-11 | 23.0953 |
| 2026-02-18 | 23.2542 |
| 2026-02-25 | 23.3724 |
| 2026-03-04 | 23.3623 |
| 2026-03-11 | 23.5088 |
| 2026-03-18 | 23.7189 |
| 2026-03-25 | 23.6936 |
| 2026-04-01 | 23.2007 |
| 2026-04-08 | 23.1943 |
| 2026-04-15 | 23.6251 |
| 2026-04-22 | 23.7327 |
| 2026-04-29 | 23.9975 |
| 2026-05-06 | 24.1057 |
| 2026-05-13 | 24.3407 |
| 2026-05-20 | 24.3892 |
| 2026-05-27 | 24.1358 |
| 2026-06-03 | 23.9605 |
| 2026-06-10 | 23.4068 |
| 2026-06-17 | 23.2386 |
| 2026-06-24 | 22.8792 |
| 2026-07-01 | 23.2654 |
| 2026-07-08 | 23.4388 |
| 2026-07-15 | 23.6045 |
| 2026-07-22 | 23.6288 |
| 2026-07-29 | 23.3884 |
| 2026-08-05 | 23.2400 |
| 2026-08-12 | 23.3360 |
| 2026-08-19 | 23.6003 |
| 2026-08-26 | 23.6985 |
| 2026-09-02 | 23.4766 |
| 2026-09-09 | 23.3684 |
| 2026-09-16 | 23.4802 |
| 2026-09-23 | 23.4659 |
High
24.3892
Low
22.1419
Average
23.4098
Get this rate via the API
One GET request returns the MYR/INR 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=MYR¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
MYR/INR API questions
How do I get the MYR/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/INR rate in rates.INR.
How far back does MYR/INR historical data go?
Daily MYR/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MYR/INR 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.