Convert SCR to JPY
Seychellois Rupee → Japanese Yen
1 SCR = 10.994785 JPY(1 JPY = 0.0909522 SCR)
Currency converter
1 SCR =
10.9948 JPY
SCR to JPY: last 30 days
Over the last 30 days, 1 SCR traded between 10.4224 and 11.3923 JPY, averaging 10.9661 JPY. The SCR/JPY rate is down 3.49% since 2026-08-28.
- 30-day high
- 11.3923
- 2026-08-28
- 30-day low
- 10.4224
- 2026-09-13
- 30-day average
- 10.9661
- Days with data: 30
- 30-day change
- -3.49%
- since 2026-08-28
11.3923
10.42242026-08-28 → 2026-09-26
| Date | 1 SCR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 10.9948 | 0.00% |
| 2026-09-25 | 10.9948 | -1.73% |
| 2026-09-24 | 11.1886 | +3.00% |
| 2026-09-23 | 10.8629 | -0.44% |
| 2026-09-22 | 10.9109 | +0.22% |
| 2026-09-21 | 10.8872 | +1.70% |
| 2026-09-20 | 10.7053 | -3.35% |
| 2026-09-19 | 11.076 | -2.69% |
| 2026-09-18 | 11.3816 | +5.53% |
| 2026-09-17 | 10.7848 | -0.47% |
| 2026-09-16 | 10.8361 | -1.11% |
| 2026-09-15 | 10.958 | +0.54% |
| 2026-09-14 | 10.8995 | +4.58% |
| 2026-09-13 | 10.4224 | -6.82% |
| 2026-09-12 | 11.1857 | +4.06% |
| Date | 1 SCR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 10.749 | -0.68% |
| 2026-09-10 | 10.8227 | +0.89% |
| 2026-09-09 | 10.7276 | -1.00% |
| 2026-09-08 | 10.8362 | -0.52% |
| 2026-09-07 | 10.8927 | +2.15% |
| 2026-09-06 | 10.663 | -5.94% |
| 2026-09-05 | 11.3363 | +3.79% |
| 2026-09-04 | 10.9219 | +0.47% |
| 2026-09-03 | 10.8705 | -1.51% |
| 2026-09-02 | 11.0376 | -2.26% |
| 2026-09-01 | 11.2924 | +1.48% |
| 2026-08-31 | 11.1277 | +2.30% |
| 2026-08-30 | 10.8779 | -4.13% |
| 2026-08-29 | 11.3467 | -0.40% |
| 2026-08-28 | 11.3923 | — |
SCR to JPY conversion table
1 SCR10.9948 JPY
5 SCR54.9739 JPY
10 SCR109.9479 JPY
25 SCR274.8696 JPY
50 SCR549.7393 JPY
100 SCR1,099.4785 JPY
500 SCR5,497.3927 JPY
1,000 SCR10,994.785 JPY
5,000 SCR54,973.927 JPY
10,000 SCR109,947.85 JPY
Get the SCR/JPY rate in your app
One GET request returns the latest SCR → JPY 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/SCR/JPY"fetch('https://rate-api.com/api/v1/pair/SCR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SCR = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "JPY"
},
"rate": 10.9948,
"timestamp": 1790432104,
"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
JPY to SCRJapanese Yen → Seychellois Rupee0.090952Convert SCR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.