Convert INR to SDG
Indian Rupee → Sudanese Pound
1 INR = 6.263894 SDG(1 SDG = 0.159645 INR)
Currency converter
1 INR =
6.2639 SDG
INR to SDG: last 30 days
Over the last 30 days, 1 INR traded between 6.2542 and 6.3519 SDG, averaging 6.2928 SDG. The INR/SDG rate is down 0.44% since 2026-08-28.
- 30-day high
- 6.3519
- 2026-09-05
- 30-day low
- 6.2542
- 2026-09-16
- 30-day average
- 6.2928
- Days with data: 30
- 30-day change
- -0.44%
- since 2026-08-28
6.3519
6.25422026-08-28 → 2026-09-26
| Date | 1 INR in SDG | Daily change |
|---|---|---|
| 2026-09-26 | 6.2639 | 0.00% |
| 2026-09-25 | 6.2639 | +0.15% |
| 2026-09-24 | 6.2546 | -0.23% |
| 2026-09-23 | 6.269 | -0.15% |
| 2026-09-22 | 6.2784 | +0.23% |
| 2026-09-21 | 6.2639 | +0.06% |
| 2026-09-20 | 6.2601 | -0.00% |
| 2026-09-19 | 6.2602 | -0.21% |
| 2026-09-18 | 6.2735 | +0.29% |
| 2026-09-17 | 6.2556 | +0.02% |
| 2026-09-16 | 6.2542 | -0.02% |
| 2026-09-15 | 6.2553 | -0.41% |
| 2026-09-14 | 6.281 | +0.01% |
| 2026-09-13 | 6.2806 | +0.00% |
| 2026-09-12 | 6.2806 | -0.01% |
| Date | 1 INR in SDG | Daily change |
|---|---|---|
| 2026-09-11 | 6.2809 | -0.12% |
| 2026-09-10 | 6.2887 | -0.35% |
| 2026-09-09 | 6.3107 | -0.28% |
| 2026-09-08 | 6.3283 | -0.37% |
| 2026-09-07 | 6.3515 | -0.01% |
| 2026-09-06 | 6.3518 | -0.00% |
| 2026-09-05 | 6.3519 | +0.01% |
| 2026-09-04 | 6.3513 | -0.01% |
| 2026-09-03 | 6.3518 | +0.50% |
| 2026-09-02 | 6.3204 | +0.00% |
| 2026-09-01 | 6.3204 | +0.22% |
| 2026-08-31 | 6.3067 | +0.23% |
| 2026-08-30 | 6.2921 | -0.00% |
| 2026-08-29 | 6.2921 | +0.01% |
| 2026-08-28 | 6.2913 | — |
INR to SDG conversion table
1 INR6.2639 SDG
5 INR31.3195 SDG
10 INR62.6389 SDG
25 INR156.5973 SDG
50 INR313.1947 SDG
100 INR626.3894 SDG
500 INR3,131.9468 SDG
1,000 INR6,263.8937 SDG
5,000 INR31,319.468 SDG
10,000 INR62,638.937 SDG
Get the INR/SDG rate in your app
One GET request returns the latest INR → SDG 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/SDG"fetch('https://rate-api.com/api/v1/pair/INR/SDG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SDG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SDG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SDG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SDG');
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']} SDG\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SDG"
},
"rate": 6.2639,
"timestamp": 1790429366,
"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
SDG to INRSudanese Pound → Indian Rupee0.15965Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.