Skip to content

JOD to RUB exchange rate API

Jordanian Dinar to Russian Ruble · quoted 2026-09-25

119.9056

▲ +1.45% over 1Y

1 JOD = 119.9056 RUB · 1 RUB = 0.008340 JOD · Get this rate via the API

1 JOD buys 119.9056 RUB as of 2026-09-25, so 1 RUB buys 0.008340 JOD. Over the last year, JOD/RUB traded between 100.3425 and 122.4609, averaged 111.4644 and rose 1.45%. The API holds daily JOD/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/RUB over 1Y

JOD/RUB over 1Y: show the values
PointJOD/RUB
2025-09-25118.1898
2025-10-02116.2060
2025-10-09114.9560
2025-10-16110.9223
2025-10-23114.9482
2025-10-30112.7462
2025-11-06114.7308
2025-11-13114.6256
2025-11-20113.6042
2025-11-27110.7127
2025-12-04109.3967
2025-12-12113.1926
2025-12-19112.5781
2025-12-26111.0410
2026-01-02111.2107
2026-01-09113.3545
2026-01-16110.5056
2026-01-23107.1641
2026-01-30107.1369
2026-02-06108.2471
2026-02-13108.9217
2026-02-20108.2902
2026-02-27108.4517
2026-03-06110.9641
2026-03-13112.1065
2026-03-20121.5086
2026-03-27114.7765
2026-04-03113.1646
2026-04-10109.4815
2026-04-17107.7217
2026-04-24107.0239
2026-05-01105.6800
2026-05-08105.2867
2026-05-16102.7193
2026-05-24100.8712
2026-05-31100.3425
2026-06-09102.9426
2026-06-16102.1541
2026-06-23104.6933
2026-06-30108.6296
2026-07-07108.7728
2026-07-14108.1151
2026-07-21110.7564
2026-07-28109.9544
2026-08-04113.4023
2026-08-11116.3719
2026-08-18119.9269
2026-08-26118.0118
2026-09-02122.4609
2026-09-09121.0828
2026-09-16118.7557
2026-09-23118.8963

High

122.4609

Low

100.3425

Average

111.4644

For developers

Get this rate via the API

One GET request returns the JOD/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=JOD&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=RUB").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/RUB API questions

How do I get the JOD/RUB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/RUB rate in rates.RUB.

How far back does JOD/RUB historical data go?

Daily JOD/RUB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JOD/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.