Convert INR to XDR
Indian Rupee → IMF Special Drawing Rights
1 INR = 0.00768046 XDR(1 XDR = 130.20047 INR)
Currency converter
1 INR =
0.0076805 XDR
INR to XDR: last 30 days
Over the last 30 days, 1 INR traded between 0.0073743 and 0.0077372 XDR, averaging 0.0076486 XDR. The INR/XDR rate is up 0.44% since 2026-08-28.
- 30-day high
- 0.0077372
- 2026-09-03
- 30-day low
- 0.0073743
- 2026-09-18
- 30-day average
- 0.0076486
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
0.0077372
0.00737432026-08-28 → 2026-09-26
| Date | 1 INR in XDR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0076805 | 0.00% |
| 2026-09-25 | 0.0076805 | +0.35% |
| 2026-09-24 | 0.007654 | -0.00% |
| 2026-09-23 | 0.0076542 | -0.04% |
| 2026-09-22 | 0.0076576 | +0.12% |
| 2026-09-21 | 0.0076487 | +0.41% |
| 2026-09-20 | 0.0076171 | -0.15% |
| 2026-09-19 | 0.0076285 | +3.45% |
| 2026-09-18 | 0.0073743 | -3.12% |
| 2026-09-17 | 0.0076122 | +0.00% |
| 2026-09-16 | 0.007612 | +0.06% |
| 2026-09-15 | 0.0076077 | -0.27% |
| 2026-09-14 | 0.0076282 | +0.08% |
| 2026-09-13 | 0.0076224 | -0.00% |
| 2026-09-12 | 0.0076224 | +0.04% |
| Date | 1 INR in XDR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0076192 | -0.09% |
| 2026-09-10 | 0.0076264 | -0.43% |
| 2026-09-09 | 0.0076597 | -0.35% |
| 2026-09-08 | 0.0076866 | -0.36% |
| 2026-09-07 | 0.0077143 | +0.07% |
| 2026-09-06 | 0.0077089 | -0.01% |
| 2026-09-05 | 0.0077095 | -0.15% |
| 2026-09-04 | 0.007721 | -0.21% |
| 2026-09-03 | 0.0077372 | +0.57% |
| 2026-09-02 | 0.0076936 | -0.00% |
| 2026-09-01 | 0.0076936 | +0.41% |
| 2026-08-31 | 0.0076624 | +0.32% |
| 2026-08-30 | 0.0076378 | -0.03% |
| 2026-08-29 | 0.0076403 | -0.09% |
| 2026-08-28 | 0.0076469 | — |
INR to XDR conversion table
1 INR0.0076805 XDR
5 INR0.038402 XDR
10 INR0.076805 XDR
25 INR0.19201 XDR
50 INR0.38402 XDR
100 INR0.76805 XDR
500 INR3.8402 XDR
1,000 INR7.6805 XDR
5,000 INR38.4023 XDR
10,000 INR76.8046 XDR
Get the INR/XDR rate in your app
One GET request returns the latest INR → XDR 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/INR/XDR?precision=6"fetch('https://rate-api.com/api/v1/pair/INR/XDR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} XDR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/XDR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} XDR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/XDR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} XDR\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "XDR"
},
"rate": 0.00768,
"timestamp": 1790429433,
"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
XDR to INRIMF Special Drawing Rights → Indian Rupee130.2005Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.