Convert RON to JPY
Romanian Leu → Japanese Yen
1 RON = 34.056666 JPY(1 JPY = 0.0293628 RON)
Currency converter
1 RON =
34.0567 JPY
RON to JPY: last 30 days
Over the last 30 days, 1 RON traded between 33.9603 and 35.3556 JPY, averaging 34.4126 JPY. The RON/JPY rate is down 3.67% since 2026-08-28.
- 30-day high
- 35.3556
- 2026-08-28
- 30-day low
- 33.9603
- 2026-09-14
- 30-day average
- 34.4126
- Days with data: 30
- 30-day change
- -3.67%
- since 2026-08-28
35.3556
33.96032026-08-28 → 2026-09-26
| Date | 1 RON in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 34.0567 | 0.00% |
| 2026-09-25 | 34.0567 | -0.46% |
| 2026-09-24 | 34.2125 | +0.22% |
| 2026-09-23 | 34.1385 | -0.22% |
| 2026-09-22 | 34.2149 | -0.32% |
| 2026-09-21 | 34.3234 | -0.13% |
| 2026-09-20 | 34.3687 | 0.00% |
| 2026-09-19 | 34.3687 | 0.00% |
| 2026-09-18 | 34.3687 | +1.18% |
| 2026-09-17 | 33.9668 | -0.06% |
| 2026-09-16 | 33.9888 | +0.01% |
| 2026-09-15 | 33.9853 | +0.07% |
| 2026-09-14 | 33.9603 | -0.06% |
| 2026-09-13 | 33.9819 | 0.00% |
| 2026-09-12 | 33.9819 | 0.00% |
| Date | 1 RON in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 33.9819 | -0.34% |
| 2026-09-10 | 34.097 | +0.32% |
| 2026-09-09 | 33.9875 | -0.43% |
| 2026-09-08 | 34.1341 | -0.32% |
| 2026-09-07 | 34.2451 | -0.94% |
| 2026-09-06 | 34.5693 | 0.00% |
| 2026-09-05 | 34.5693 | 0.00% |
| 2026-09-04 | 34.5693 | +0.22% |
| 2026-09-03 | 34.4934 | -1.89% |
| 2026-09-02 | 35.1581 | -0.44% |
| 2026-09-01 | 35.3125 | +0.27% |
| 2026-08-31 | 35.2185 | -0.39% |
| 2026-08-30 | 35.3556 | 0.00% |
| 2026-08-29 | 35.3556 | 0.00% |
| 2026-08-28 | 35.3556 | — |
RON to JPY conversion table
1 RON34.0567 JPY
5 RON170.2833 JPY
10 RON340.5667 JPY
25 RON851.4167 JPY
50 RON1,702.8333 JPY
100 RON3,405.6666 JPY
500 RON17,028.333 JPY
1,000 RON34,056.666 JPY
5,000 RON170,283.33 JPY
10,000 RON340,566.66 JPY
Get the RON/JPY rate in your app
One GET request returns the latest RON → 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/RON/JPY"fetch('https://rate-api.com/api/v1/pair/RON/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RON = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RON/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RON = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RON/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RON = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "RON",
"to": "JPY"
},
"rate": 34.0567,
"timestamp": 1790432044,
"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 RONJapanese Yen → Romanian Leu0.029363Convert RON to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.