JPY to RUB exchange rate API
Yen to Russian Ruble · quoted 2026-09-25
0.53680
▼ +4.67% over 1Y
1 JPY = 0.53680 RUB · 1 RUB = 1.8629 JPY · Get this rate via the API
1 JPY buys 0.53680 RUB as of 2026-09-25, so 1 RUB buys 1.8629 JPY. Over the last year, JPY/RUB traded between 0.44646 and 0.56307, averaged 0.50269 and fell 4.67%. The API holds daily JPY/RUB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
JPY/RUB over 1Y: show the values
| Point | JPY/RUB |
|---|---|
| 2025-09-25 | 0.56307 |
| 2025-10-02 | 0.56130 |
| 2025-10-09 | 0.53345 |
| 2025-10-16 | 0.51985 |
| 2025-10-23 | 0.53397 |
| 2025-10-30 | 0.51762 |
| 2025-11-06 | 0.52957 |
| 2025-11-13 | 0.52585 |
| 2025-11-20 | 0.51105 |
| 2025-11-27 | 0.50215 |
| 2025-12-04 | 0.50116 |
| 2025-12-12 | 0.51448 |
| 2025-12-19 | 0.50764 |
| 2025-12-26 | 0.50345 |
| 2026-01-02 | 0.50244 |
| 2026-01-09 | 0.50983 |
| 2026-01-16 | 0.49555 |
| 2026-01-23 | 0.48040 |
| 2026-01-30 | 0.49315 |
| 2026-02-06 | 0.48856 |
| 2026-02-13 | 0.50379 |
| 2026-02-20 | 0.49468 |
| 2026-02-27 | 0.49297 |
| 2026-03-06 | 0.49819 |
| 2026-03-13 | 0.49885 |
| 2026-03-20 | 0.54260 |
| 2026-03-27 | 0.50891 |
| 2026-04-03 | 0.50261 |
| 2026-04-10 | 0.48761 |
| 2026-04-17 | 0.47996 |
| 2026-04-24 | 0.47597 |
| 2026-05-01 | 0.47756 |
| 2026-05-08 | 0.47619 |
| 2026-05-16 | 0.45872 |
| 2026-05-24 | 0.44987 |
| 2026-05-31 | 0.44646 |
| 2026-06-09 | 0.45572 |
| 2026-06-16 | 0.45161 |
| 2026-06-23 | 0.45952 |
| 2026-06-30 | 0.47414 |
| 2026-07-07 | 0.47637 |
| 2026-07-14 | 0.47253 |
| 2026-07-21 | 0.48252 |
| 2026-07-28 | 0.47560 |
| 2026-08-04 | 0.51077 |
| 2026-08-11 | 0.51826 |
| 2026-08-18 | 0.53242 |
| 2026-08-26 | 0.52599 |
| 2026-09-02 | 0.54403 |
| 2026-09-09 | 0.56011 |
| 2026-09-16 | 0.54304 |
| 2026-09-23 | 0.53381 |
High
0.56307
Low
0.44646
Average
0.50269
Get this rate via the API
One GET request returns the JPY/RUB rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
JPY/RUB API questions
How do I get the JPY/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/RUB rate in rates.RUB.
How far back does JPY/RUB historical data go?
Daily JPY/RUB rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free JPY/RUB exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.