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: show the values
| Point | JOD/RUB |
|---|---|
| 2025-09-25 | 118.1898 |
| 2025-10-02 | 116.2060 |
| 2025-10-09 | 114.9560 |
| 2025-10-16 | 110.9223 |
| 2025-10-23 | 114.9482 |
| 2025-10-30 | 112.7462 |
| 2025-11-06 | 114.7308 |
| 2025-11-13 | 114.6256 |
| 2025-11-20 | 113.6042 |
| 2025-11-27 | 110.7127 |
| 2025-12-04 | 109.3967 |
| 2025-12-12 | 113.1926 |
| 2025-12-19 | 112.5781 |
| 2025-12-26 | 111.0410 |
| 2026-01-02 | 111.2107 |
| 2026-01-09 | 113.3545 |
| 2026-01-16 | 110.5056 |
| 2026-01-23 | 107.1641 |
| 2026-01-30 | 107.1369 |
| 2026-02-06 | 108.2471 |
| 2026-02-13 | 108.9217 |
| 2026-02-20 | 108.2902 |
| 2026-02-27 | 108.4517 |
| 2026-03-06 | 110.9641 |
| 2026-03-13 | 112.1065 |
| 2026-03-20 | 121.5086 |
| 2026-03-27 | 114.7765 |
| 2026-04-03 | 113.1646 |
| 2026-04-10 | 109.4815 |
| 2026-04-17 | 107.7217 |
| 2026-04-24 | 107.0239 |
| 2026-05-01 | 105.6800 |
| 2026-05-08 | 105.2867 |
| 2026-05-16 | 102.7193 |
| 2026-05-24 | 100.8712 |
| 2026-05-31 | 100.3425 |
| 2026-06-09 | 102.9426 |
| 2026-06-16 | 102.1541 |
| 2026-06-23 | 104.6933 |
| 2026-06-30 | 108.6296 |
| 2026-07-07 | 108.7728 |
| 2026-07-14 | 108.1151 |
| 2026-07-21 | 110.7564 |
| 2026-07-28 | 109.9544 |
| 2026-08-04 | 113.4023 |
| 2026-08-11 | 116.3719 |
| 2026-08-18 | 119.9269 |
| 2026-08-26 | 118.0118 |
| 2026-09-02 | 122.4609 |
| 2026-09-09 | 121.0828 |
| 2026-09-16 | 118.7557 |
| 2026-09-23 | 118.8963 |
High
122.4609
Low
100.3425
Average
111.4644
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.