JOD to RON exchange rate API
Jordanian Dinar to New Romanian Leu · quoted 2026-09-25
6.5458
▲ +7.31% over 1Y
1 JOD = 6.5458 RON · 1 RON = 0.15277 JOD · Get this rate via the API
1 JOD buys 6.5458 RON as of 2026-09-25, so 1 RON buys 0.15277 JOD. Over the last year, JOD/RON traded between 6.0308 and 6.5458, averaged 6.2594 and rose 7.31%. The API holds daily JOD/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/RON over 1Y: show the values
| Point | JOD/RON |
|---|---|
| 2025-09-25 | 6.0996 |
| 2025-10-02 | 6.0982 |
| 2025-10-09 | 6.1885 |
| 2025-10-16 | 6.1600 |
| 2025-10-23 | 6.1833 |
| 2025-10-30 | 6.2102 |
| 2025-11-06 | 6.2187 |
| 2025-11-13 | 6.1711 |
| 2025-11-20 | 6.2335 |
| 2025-11-27 | 6.1977 |
| 2025-12-04 | 6.1569 |
| 2025-12-12 | 6.1203 |
| 2025-12-19 | 6.1292 |
| 2025-12-26 | 6.0922 |
| 2026-01-02 | 6.1244 |
| 2026-01-09 | 6.1668 |
| 2026-01-16 | 6.1808 |
| 2026-01-23 | 6.1195 |
| 2026-01-30 | 6.0308 |
| 2026-02-06 | 6.0895 |
| 2026-02-13 | 6.0577 |
| 2026-02-20 | 6.1104 |
| 2026-02-27 | 6.0882 |
| 2026-03-06 | 6.2160 |
| 2026-03-13 | 6.2615 |
| 2026-03-20 | 6.2203 |
| 2026-03-27 | 6.2444 |
| 2026-04-03 | 6.2322 |
| 2026-04-10 | 6.1320 |
| 2026-04-17 | 6.0962 |
| 2026-04-24 | 6.1317 |
| 2026-05-01 | 6.2516 |
| 2026-05-08 | 6.2641 |
| 2026-05-16 | 6.2489 |
| 2026-05-24 | 6.3758 |
| 2026-05-31 | 6.3548 |
| 2026-06-09 | 6.3838 |
| 2026-06-16 | 6.3655 |
| 2026-06-23 | 6.4965 |
| 2026-06-30 | 6.4913 |
| 2026-07-07 | 6.4565 |
| 2026-07-14 | 6.4910 |
| 2026-07-21 | 6.4685 |
| 2026-07-28 | 6.4918 |
| 2026-08-04 | 6.4318 |
| 2026-08-11 | 6.4045 |
| 2026-08-18 | 6.3897 |
| 2026-08-26 | 6.3539 |
| 2026-09-02 | 6.4026 |
| 2026-09-09 | 6.3605 |
| 2026-09-16 | 6.4341 |
| 2026-09-23 | 6.5244 |
High
6.5458
Low
6.0308
Average
6.2594
Get this rate via the API
One GET request returns the JOD/RON 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=RON"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RON");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RON").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/RON API questions
How do I get the JOD/RON exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=RON, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/RON rate in rates.RON.
How far back does JOD/RON historical data go?
Daily JOD/RON 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/RON 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.