MYR to INR exchange rate API
Malaysian Ringgit to Indian Rupee · quoted 2026-09-26
23.4911
▲ +11.78% over 1Y
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 last year, MYR/INR traded between 20.7921 and 24.2902, averaged 22.8817 and rose 11.78%. 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 1Y: show the values
| Point | MYR/INR |
|---|---|
| 2025-09-26 | 21.0155 |
| 2025-10-03 | 21.0995 |
| 2025-10-10 | 20.9965 |
| 2025-10-17 | 20.8223 |
| 2025-10-24 | 20.7921 |
| 2025-10-31 | 21.1844 |
| 2025-11-07 | 21.2345 |
| 2025-11-14 | 21.4577 |
| 2025-11-21 | 21.6049 |
| 2025-11-28 | 21.6525 |
| 2025-12-05 | 21.8773 |
| 2025-12-12 | 22.0767 |
| 2025-12-19 | 22.0008 |
| 2025-12-26 | 22.2296 |
| 2026-01-02 | 22.2487 |
| 2026-01-09 | 22.1478 |
| 2026-01-16 | 22.3602 |
| 2026-01-23 | 22.9337 |
| 2026-01-30 | 23.2936 |
| 2026-02-06 | 22.9668 |
| 2026-02-13 | 23.1885 |
| 2026-02-20 | 23.3012 |
| 2026-02-27 | 23.4081 |
| 2026-03-06 | 23.2737 |
| 2026-03-13 | 23.4569 |
| 2026-03-20 | 23.7638 |
| 2026-03-27 | 23.6260 |
| 2026-04-03 | 22.9818 |
| 2026-04-10 | 23.4267 |
| 2026-04-17 | 23.4843 |
| 2026-04-24 | 23.7712 |
| 2026-05-01 | 23.9217 |
| 2026-05-08 | 24.0981 |
| 2026-05-15 | 24.2902 |
| 2026-05-22 | 24.1167 |
| 2026-05-29 | 23.9602 |
| 2026-06-05 | 23.5724 |
| 2026-06-12 | 23.4418 |
| 2026-06-19 | 22.8014 |
| 2026-06-26 | 23.0957 |
| 2026-07-03 | 23.3885 |
| 2026-07-10 | 23.4236 |
| 2026-07-17 | 23.5130 |
| 2026-07-24 | 23.6051 |
| 2026-07-31 | 23.3417 |
| 2026-08-07 | 23.2735 |
| 2026-08-14 | 23.3548 |
| 2026-08-21 | 23.6971 |
| 2026-08-28 | 23.6925 |
| 2026-09-04 | 23.3627 |
| 2026-09-11 | 23.4752 |
| 2026-09-18 | 23.4962 |
| 2026-09-25 | 23.5191 |
High
24.2902
Low
20.7921
Average
22.8817
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.