Convert JPY to RSD
Japanese Yen → Serbian Dinar
1 JPY = 0.655543 RSD(1 RSD = 1.525454 JPY)
Currency converter
1 JPY =
0.65554 RSD
JPY to RSD: last 30 days
Over the last 30 days, 1 JPY traded between 0.63097 and 0.65821 RSD, averaging 0.6485 RSD. The JPY/RSD rate is up 3.89% since 2026-08-28.
- 30-day high
- 0.65821
- 2026-09-09
- 30-day low
- 0.63097
- 2026-08-28
- 30-day average
- 0.6485
- Days with data: 30
- 30-day change
- +3.89%
- since 2026-08-28
0.65821
0.630972026-08-28 → 2026-09-26
| Date | 1 JPY in RSD | Daily change |
|---|---|---|
| 2026-09-26 | 0.65554 | 0.00% |
| 2026-09-25 | 0.65554 | +0.90% |
| 2026-09-24 | 0.6497 | -0.11% |
| 2026-09-23 | 0.65041 | -0.06% |
| 2026-09-22 | 0.65082 | +0.10% |
| 2026-09-21 | 0.65017 | +0.33% |
| 2026-09-20 | 0.64802 | +0.01% |
| 2026-09-19 | 0.64793 | +0.14% |
| 2026-09-18 | 0.647 | -1.49% |
| 2026-09-17 | 0.65678 | +0.15% |
| 2026-09-16 | 0.65577 | -0.07% |
| 2026-09-15 | 0.65624 | +0.17% |
| 2026-09-14 | 0.65511 | -0.26% |
| 2026-09-13 | 0.6568 | +0.01% |
| 2026-09-12 | 0.65673 | +0.02% |
| Date | 1 JPY in RSD | Daily change |
|---|---|---|
| 2026-09-11 | 0.6566 | +0.41% |
| 2026-09-10 | 0.65395 | -0.65% |
| 2026-09-09 | 0.65821 | +0.61% |
| 2026-09-08 | 0.65421 | +0.20% |
| 2026-09-07 | 0.6529 | +0.98% |
| 2026-09-06 | 0.64659 | +0.00% |
| 2026-09-05 | 0.64658 | +0.11% |
| 2026-09-04 | 0.6459 | -0.38% |
| 2026-09-03 | 0.64833 | +2.13% |
| 2026-09-02 | 0.63479 | +0.52% |
| 2026-09-01 | 0.63149 | -0.37% |
| 2026-08-31 | 0.63387 | -0.04% |
| 2026-08-30 | 0.63413 | +0.04% |
| 2026-08-29 | 0.63391 | +0.47% |
| 2026-08-28 | 0.63097 | — |
JPY to RSD conversion table
1 JPY0.65554 RSD
5 JPY3.2777 RSD
10 JPY6.5554 RSD
25 JPY16.3886 RSD
50 JPY32.7771 RSD
100 JPY65.5543 RSD
500 JPY327.7713 RSD
1,000 JPY655.5426 RSD
5,000 JPY3,277.713 RSD
10,000 JPY6,555.426 RSD
Get the JPY/RSD rate in your app
One GET request returns the latest JPY → RSD 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/RSD"fetch('https://rate-api.com/api/v1/pair/JPY/RSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} RSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/RSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} RSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/RSD');
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']} RSD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "RSD"
},
"rate": 0.6555,
"timestamp": 1790429312,
"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
RSD to JPYSerbian Dinar → Japanese Yen1.5255Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.