Convert JPY to SRD
Japanese Yen → Surinamese Dollar
1 JPY = 0.239642 SRD(1 SRD = 4.172896 JPY)
Currency converter
1 JPY =
0.23964 SRD
JPY to SRD: last 30 days
Over the last 30 days, 1 JPY traded between 0.23598 and 0.24825 SRD, averaging 0.24149 SRD. The JPY/SRD rate is up 1.32% since 2026-08-28.
- 30-day high
- 0.24825
- 2026-09-09
- 30-day low
- 0.23598
- 2026-09-01
- 30-day average
- 0.24149
- Days with data: 30
- 30-day change
- +1.32%
- since 2026-08-28
0.24825
0.235982026-08-28 → 2026-09-26
| Date | 1 JPY in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 0.23964 | 0.00% |
| 2026-09-25 | 0.23964 | +0.43% |
| 2026-09-24 | 0.23863 | -0.24% |
| 2026-09-23 | 0.23921 | -0.42% |
| 2026-09-22 | 0.24022 | -0.46% |
| 2026-09-21 | 0.24133 | +0.36% |
| 2026-09-20 | 0.24048 | +0.32% |
| 2026-09-19 | 0.23972 | +0.27% |
| 2026-09-18 | 0.23907 | -1.67% |
| 2026-09-17 | 0.24314 | -0.10% |
| 2026-09-16 | 0.24338 | -0.43% |
| 2026-09-15 | 0.24443 | -0.05% |
| 2026-09-14 | 0.24456 | -1.13% |
| 2026-09-13 | 0.24735 | +0.62% |
| 2026-09-12 | 0.24582 | +0.03% |
| Date | 1 JPY in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 0.24575 | +0.06% |
| 2026-09-10 | 0.2456 | -1.07% |
| 2026-09-09 | 0.24825 | +1.22% |
| 2026-09-08 | 0.24527 | +0.11% |
| 2026-09-07 | 0.24501 | +1.13% |
| 2026-09-06 | 0.24228 | +0.23% |
| 2026-09-05 | 0.24171 | -0.05% |
| 2026-09-04 | 0.24183 | -0.18% |
| 2026-09-03 | 0.24227 | +1.64% |
| 2026-09-02 | 0.23836 | +1.01% |
| 2026-09-01 | 0.23598 | -0.17% |
| 2026-08-31 | 0.23637 | -0.07% |
| 2026-08-30 | 0.23654 | +0.02% |
| 2026-08-29 | 0.23648 | -0.01% |
| 2026-08-28 | 0.23651 | — |
JPY to SRD conversion table
1 JPY0.23964 SRD
5 JPY1.1982 SRD
10 JPY2.3964 SRD
25 JPY5.991 SRD
50 JPY11.9821 SRD
100 JPY23.9642 SRD
500 JPY119.8209 SRD
1,000 JPY239.6417 SRD
5,000 JPY1,198.2085 SRD
10,000 JPY2,396.4171 SRD
Get the JPY/SRD rate in your app
One GET request returns the latest JPY → 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/JPY/SRD"fetch('https://rate-api.com/api/v1/pair/JPY/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SRD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SRD"
},
"rate": 0.2396,
"timestamp": 1790429300,
"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 JPYSurinamese Dollar → Japanese Yen4.1729Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.