Convert SRD to INR
Surinamese Dollar → Indian Rupee
1 SRD = 2.537188 INR(1 INR = 0.394137 SRD)
Currency converter
1 SRD =
2.5372 INR
SRD to INR: last 30 days
Over the last 30 days, 1 SRD traded between 2.4921 and 2.543 INR, averaging 2.5204 INR. The SRD/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 2.543
- 2026-09-16
- 30-day low
- 2.4921
- 2026-09-07
- 30-day average
- 2.5204
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
2.543
2.49212026-08-28 → 2026-09-26
| Date | 1 SRD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 2.5372 | 0.00% |
| 2026-09-25 | 2.5372 | +0.23% |
| 2026-09-24 | 2.5315 | -0.12% |
| 2026-09-23 | 2.5345 | +0.11% |
| 2026-09-22 | 2.5316 | +0.28% |
| 2026-09-21 | 2.5246 | -0.03% |
| 2026-09-20 | 2.5252 | -0.32% |
| 2026-09-19 | 2.5332 | -0.27% |
| 2026-09-18 | 2.5401 | +0.22% |
| 2026-09-17 | 2.5345 | -0.33% |
| 2026-09-16 | 2.543 | +0.40% |
| 2026-09-15 | 2.5328 | +0.18% |
| 2026-09-14 | 2.5283 | +0.81% |
| 2026-09-13 | 2.508 | -0.62% |
| 2026-09-12 | 2.5236 | -0.03% |
| Date | 1 SRD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 2.5244 | +0.16% |
| 2026-09-10 | 2.5204 | +0.83% |
| 2026-09-09 | 2.4996 | -0.24% |
| 2026-09-08 | 2.5057 | +0.54% |
| 2026-09-07 | 2.4921 | -0.16% |
| 2026-09-06 | 2.4961 | -0.23% |
| 2026-09-05 | 2.5019 | +0.05% |
| 2026-09-04 | 2.5007 | +0.03% |
| 2026-09-03 | 2.5 | +0.14% |
| 2026-09-02 | 2.4964 | -0.63% |
| 2026-09-01 | 2.5123 | -0.33% |
| 2026-08-31 | 2.5207 | -0.19% |
| 2026-08-30 | 2.5256 | -0.02% |
| 2026-08-29 | 2.5261 | +0.01% |
| 2026-08-28 | 2.5258 | — |
SRD to INR conversion table
1 SRD2.5372 INR
5 SRD12.6859 INR
10 SRD25.3719 INR
25 SRD63.4297 INR
50 SRD126.8594 INR
100 SRD253.7188 INR
500 SRD1,268.5942 INR
1,000 SRD2,537.1883 INR
5,000 SRD12,685.942 INR
10,000 SRD25,371.883 INR
Get the SRD/INR rate in your app
One GET request returns the latest SRD → 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/SRD/INR"fetch('https://rate-api.com/api/v1/pair/SRD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SRD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SRD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SRD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SRD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SRD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SRD",
"to": "INR"
},
"rate": 2.5372,
"timestamp": 1790432154,
"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 SRDIndian Rupee → Surinamese Dollar0.39414Convert SRD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.