Skip to content

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

JPY/RUB over 1Y: show the values
PointJPY/RUB
2025-09-250.56307
2025-10-020.56130
2025-10-090.53345
2025-10-160.51985
2025-10-230.53397
2025-10-300.51762
2025-11-060.52957
2025-11-130.52585
2025-11-200.51105
2025-11-270.50215
2025-12-040.50116
2025-12-120.51448
2025-12-190.50764
2025-12-260.50345
2026-01-020.50244
2026-01-090.50983
2026-01-160.49555
2026-01-230.48040
2026-01-300.49315
2026-02-060.48856
2026-02-130.50379
2026-02-200.49468
2026-02-270.49297
2026-03-060.49819
2026-03-130.49885
2026-03-200.54260
2026-03-270.50891
2026-04-030.50261
2026-04-100.48761
2026-04-170.47996
2026-04-240.47597
2026-05-010.47756
2026-05-080.47619
2026-05-160.45872
2026-05-240.44987
2026-05-310.44646
2026-06-090.45572
2026-06-160.45161
2026-06-230.45952
2026-06-300.47414
2026-07-070.47637
2026-07-140.47253
2026-07-210.48252
2026-07-280.47560
2026-08-040.51077
2026-08-110.51826
2026-08-180.53242
2026-08-260.52599
2026-09-020.54403
2026-09-090.56011
2026-09-160.54304
2026-09-230.53381

High

0.56307

Low

0.44646

Average

0.50269

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=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&currencies=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.