Skip to content

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

JOD/RON over 1Y: show the values
PointJOD/RON
2025-09-256.0996
2025-10-026.0982
2025-10-096.1885
2025-10-166.1600
2025-10-236.1833
2025-10-306.2102
2025-11-066.2187
2025-11-136.1711
2025-11-206.2335
2025-11-276.1977
2025-12-046.1569
2025-12-126.1203
2025-12-196.1292
2025-12-266.0922
2026-01-026.1244
2026-01-096.1668
2026-01-166.1808
2026-01-236.1195
2026-01-306.0308
2026-02-066.0895
2026-02-136.0577
2026-02-206.1104
2026-02-276.0882
2026-03-066.2160
2026-03-136.2615
2026-03-206.2203
2026-03-276.2444
2026-04-036.2322
2026-04-106.1320
2026-04-176.0962
2026-04-246.1317
2026-05-016.2516
2026-05-086.2641
2026-05-166.2489
2026-05-246.3758
2026-05-316.3548
2026-06-096.3838
2026-06-166.3655
2026-06-236.4965
2026-06-306.4913
2026-07-076.4565
2026-07-146.4910
2026-07-216.4685
2026-07-286.4918
2026-08-046.4318
2026-08-116.4045
2026-08-186.3897
2026-08-266.3539
2026-09-026.4026
2026-09-096.3605
2026-09-166.4341
2026-09-236.5244

High

6.5458

Low

6.0308

Average

6.2594

For developers

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