Convert MKD to INR
Macedonian Denar → Indian Rupee
1 MKD = 1.774279 INR(1 INR = 0.563609 MKD)
Currency converter
1 MKD =
1.7743 INR
MKD to INR: last 30 days
Over the last 30 days, 1 MKD traded between 1.7743 and 1.8069 INR, averaging 1.7919 INR. The MKD/INR rate is down 1.80% since 2026-08-28.
- 30-day high
- 1.8069
- 2026-08-30
- 30-day low
- 1.7743
- 2026-09-25
- 30-day average
- 1.7919
- Days with data: 30
- 30-day change
- -1.80%
- since 2026-08-28
1.8069
1.77432026-08-28 → 2026-09-26
| Date | 1 MKD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 1.7743 | 0.00% |
| 2026-09-25 | 1.7743 | -0.26% |
| 2026-09-24 | 1.7789 | -0.20% |
| 2026-09-23 | 1.7824 | -0.04% |
| 2026-09-22 | 1.7832 | -0.34% |
| 2026-09-21 | 1.7893 | +0.14% |
| 2026-09-20 | 1.7868 | -0.02% |
| 2026-09-19 | 1.7872 | -0.10% |
| 2026-09-18 | 1.789 | +0.06% |
| 2026-09-17 | 1.7879 | -0.64% |
| 2026-09-16 | 1.7993 | -0.06% |
| 2026-09-15 | 1.8004 | -0.03% |
| 2026-09-14 | 1.8009 | -0.13% |
| 2026-09-13 | 1.8033 | +0.11% |
| 2026-09-12 | 1.8014 | -0.15% |
| Date | 1 MKD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 1.8042 | -0.01% |
| 2026-09-10 | 1.8043 | +0.33% |
| 2026-09-09 | 1.7983 | +0.34% |
| 2026-09-08 | 1.7922 | +0.44% |
| 2026-09-07 | 1.7843 | -0.05% |
| 2026-09-06 | 1.7853 | -0.01% |
| 2026-09-05 | 1.7856 | -0.02% |
| 2026-09-04 | 1.7859 | +0.32% |
| 2026-09-03 | 1.7802 | -0.45% |
| 2026-09-02 | 1.7882 | -0.18% |
| 2026-09-01 | 1.7915 | -0.43% |
| 2026-08-31 | 1.7993 | -0.42% |
| 2026-08-30 | 1.8069 | +0.03% |
| 2026-08-29 | 1.8064 | -0.02% |
| 2026-08-28 | 1.8068 | — |
MKD to INR conversion table
1 MKD1.7743 INR
5 MKD8.8714 INR
10 MKD17.7428 INR
25 MKD44.357 INR
50 MKD88.714 INR
100 MKD177.4279 INR
500 MKD887.1397 INR
1,000 MKD1,774.2794 INR
5,000 MKD8,871.397 INR
10,000 MKD17,742.794 INR
Get the MKD/INR rate in your app
One GET request returns the latest MKD → INR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/MKD/INR"fetch('https://rate-api.com/api/v1/pair/MKD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MKD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MKD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MKD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MKD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MKD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MKD",
"to": "INR"
},
"rate": 1.7743,
"timestamp": 1790432127,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
INR to MKDIndian Rupee → Macedonian Denar0.56361Convert MKD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.