Convert EUR to SRD
Euro → Surinamese Dollar
1 EUR = 43.063614 SRD(1 SRD = 0.0232215 EUR)
Currency converter
1 EUR =
43.0636 SRD
EUR to SRD: last 30 days
Over the last 30 days, 1 EUR traded between 43.0636 and 44.336 SRD, averaging 43.7087 SRD. The EUR/SRD rate is down 2.06% since 2026-08-28.
- 30-day high
- 44.336
- 2026-09-09
- 30-day low
- 43.0636
- 2026-09-25
- 30-day average
- 43.7087
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
44.336
43.06362026-08-28 → 2026-09-26
| Date | 1 EUR in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 43.0636 | 0.00% |
| 2026-09-25 | 43.0636 | -0.06% |
| 2026-09-24 | 43.0887 | -0.04% |
| 2026-09-23 | 43.1059 | -0.41% |
| 2026-09-22 | 43.2822 | -0.75% |
| 2026-09-21 | 43.61 | +0.22% |
| 2026-09-20 | 43.5122 | +0.32% |
| 2026-09-19 | 43.3748 | +0.27% |
| 2026-09-18 | 43.2575 | -0.47% |
| 2026-09-17 | 43.4607 | -0.17% |
| 2026-09-16 | 43.5353 | -0.42% |
| 2026-09-15 | 43.7179 | +0.14% |
| 2026-09-14 | 43.6588 | -1.15% |
| 2026-09-13 | 44.1681 | +0.62% |
| 2026-09-12 | 43.8944 | +0.03% |
| Date | 1 EUR in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 43.8816 | -0.24% |
| 2026-09-10 | 43.9858 | -0.79% |
| 2026-09-09 | 44.336 | +0.87% |
| 2026-09-08 | 43.9538 | -0.25% |
| 2026-09-07 | 44.0647 | +0.16% |
| 2026-09-06 | 43.9956 | +0.23% |
| 2026-09-05 | 43.8935 | -0.05% |
| 2026-09-04 | 43.9144 | +0.03% |
| 2026-09-03 | 43.8998 | -0.33% |
| 2026-09-02 | 44.0449 | +0.55% |
| 2026-09-01 | 43.8035 | +0.05% |
| 2026-08-31 | 43.7815 | -0.44% |
| 2026-08-30 | 43.9753 | +0.02% |
| 2026-08-29 | 43.9649 | -0.01% |
| 2026-08-28 | 43.9711 | — |
EUR to SRD conversion table
1 EUR43.0636 SRD
5 EUR215.3181 SRD
10 EUR430.6361 SRD
25 EUR1,076.5904 SRD
50 EUR2,153.1807 SRD
100 EUR4,306.3614 SRD
500 EUR21,531.807 SRD
1,000 EUR43,063.614 SRD
5,000 EUR215,318.07 SRD
10,000 EUR430,636.14 SRD
Get the EUR/SRD rate in your app
One GET request returns the latest EUR → 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/EUR/SRD"fetch('https://rate-api.com/api/v1/pair/EUR/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SRD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SRD"
},
"rate": 43.0636,
"timestamp": 1790429369,
"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 EURSurinamese Dollar → Euro0.023221Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.