Skip to content

MAD to INR exchange rate API

Moroccan Dirham to Indian Rupee · quoted 2026-09-24

10.0105

▼ +2.85% over 30D

1 MAD = 10.0105 INR · 1 INR = 0.09990 MAD · Get this rate via the API

1 MAD buys 10.0105 INR as of 2026-09-24, so 1 INR buys 0.09990 MAD. Over the last 30 days, MAD/INR traded between 9.9754 and 10.3195, averaged 10.1404 and fell 2.85%. The API holds daily MAD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/INR over 30D

MAD/INR over 30D: show the values
PointMAD/INR
2026-08-2510.3038
2026-08-2610.3097
2026-08-2710.3195
2026-08-2810.2931
2026-08-2910.2831
2026-08-3010.2882
2026-08-3110.2348
2026-09-0110.1822
2026-09-0210.1626
2026-09-0310.1034
2026-09-0410.0899
2026-09-0510.0800
2026-09-0610.0951
2026-09-0710.0644
2026-09-0810.0929
2026-09-0910.1489
2026-09-1010.1780
2026-09-1110.1675
2026-09-1210.1642
2026-09-1310.1727
2026-09-1410.1086
2026-09-1510.1176
2026-09-1610.1296
2026-09-1710.0987
2026-09-1810.0741
2026-09-1910.0957
2026-09-2010.0949
2026-09-2110.0490
2026-09-229.9940
2026-09-239.9754
2026-09-2410.0104

High

10.3195

Low

9.9754

Average

10.1404

For developers

Get this rate via the API

One GET request returns the MAD/INR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MAD/INR API questions

How do I get the MAD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MAD/INR rate in rates.INR.

How far back does MAD/INR historical data go?

Daily MAD/INR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free MAD/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.