Convert INR to SRD
Indian Rupee → Surinamese Dollar
1 INR = 0.394137 SRD(1 SRD = 2.537188 INR)
Currency converter
1 INR =
0.39414 SRD
INR to SRD: last 30 days
Over the last 30 days, 1 INR traded between 0.39324 and 0.40126 SRD, averaging 0.39677 SRD. The INR/SRD rate is down 0.45% since 2026-08-28.
- 30-day high
- 0.40126
- 2026-09-07
- 30-day low
- 0.39324
- 2026-09-16
- 30-day average
- 0.39677
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-28
0.40126
0.393242026-08-28 → 2026-09-26
| Date | 1 INR in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 0.39414 | 0.00% |
| 2026-09-25 | 0.39414 | -0.23% |
| 2026-09-24 | 0.39503 | +0.12% |
| 2026-09-23 | 0.39456 | -0.11% |
| 2026-09-22 | 0.395 | -0.28% |
| 2026-09-21 | 0.3961 | +0.03% |
| 2026-09-20 | 0.396 | +0.32% |
| 2026-09-19 | 0.39475 | +0.27% |
| 2026-09-18 | 0.39368 | -0.22% |
| 2026-09-17 | 0.39456 | +0.34% |
| 2026-09-16 | 0.39324 | -0.40% |
| 2026-09-15 | 0.39482 | -0.18% |
| 2026-09-14 | 0.39553 | -0.80% |
| 2026-09-13 | 0.39872 | +0.62% |
| 2026-09-12 | 0.39625 | +0.03% |
| Date | 1 INR in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 0.39614 | -0.16% |
| 2026-09-10 | 0.39676 | -0.83% |
| 2026-09-09 | 0.40006 | +0.24% |
| 2026-09-08 | 0.39909 | -0.54% |
| 2026-09-07 | 0.40126 | +0.16% |
| 2026-09-06 | 0.40063 | +0.23% |
| 2026-09-05 | 0.3997 | -0.05% |
| 2026-09-04 | 0.39989 | -0.03% |
| 2026-09-03 | 0.4 | -0.14% |
| 2026-09-02 | 0.40057 | +0.63% |
| 2026-09-01 | 0.39804 | +0.33% |
| 2026-08-31 | 0.39672 | +0.19% |
| 2026-08-30 | 0.39595 | +0.02% |
| 2026-08-29 | 0.39586 | -0.01% |
| 2026-08-28 | 0.39591 | — |
INR to SRD conversion table
1 INR0.39414 SRD
5 INR1.9707 SRD
10 INR3.9414 SRD
25 INR9.8534 SRD
50 INR19.7069 SRD
100 INR39.4137 SRD
500 INR197.0685 SRD
1,000 INR394.1371 SRD
5,000 INR1,970.6854 SRD
10,000 INR3,941.3708 SRD
Get the INR/SRD rate in your app
One GET request returns the latest INR → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/INR/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SRD"
},
"rate": 0.3941,
"timestamp": 1790429400,
"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
SRD to INRSurinamese Dollar → Indian Rupee2.5372Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.