Skip to content

JOD to MYR exchange rate API

Jordanian Dinar to Malaysian Ringgit · quoted 2026-09-25

5.7652

▼ +2.92% over 1Y

1 JOD = 5.7652 MYR · 1 MYR = 0.17346 JOD · Get this rate via the API

1 JOD buys 5.7652 MYR as of 2026-09-25, so 1 MYR buys 0.17346 JOD. Over the last year, JOD/MYR traded between 5.4880 and 5.9648, averaged 5.7188 and fell 2.92%. The API holds daily JOD/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/MYR over 1Y

JOD/MYR over 1Y: show the values
PointJOD/MYR
2025-09-255.9386
2025-10-025.9315
2025-10-095.9464
2025-10-165.9626
2025-10-235.9648
2025-10-305.9238
2025-11-065.8999
2025-11-135.8237
2025-11-205.8625
2025-11-275.8279
2025-12-045.7998
2025-12-125.7835
2025-12-195.7504
2025-12-265.7204
2026-01-025.7179
2026-01-095.7455
2026-01-165.7229
2026-01-235.6496
2026-01-305.5670
2026-02-065.5677
2026-02-135.5113
2026-02-205.5050
2026-02-275.4880
2026-03-065.5656
2026-03-135.5550
2026-03-205.5564
2026-03-275.6601
2026-04-035.6898
2026-04-105.5923
2026-04-175.5748
2026-04-245.5925
2026-05-015.6129
2026-05-085.5302
2026-05-165.5722
2026-05-245.6062
2026-05-315.6017
2026-06-095.7278
2026-06-165.7376
2026-06-235.8400
2026-06-305.7616
2026-07-075.7404
2026-07-145.7518
2026-07-215.7673
2026-07-285.7715
2026-08-045.7722
2026-08-115.7722
2026-08-185.7250
2026-08-265.6791
2026-09-025.7059
2026-09-095.7405
2026-09-165.7645
2026-09-235.7546

High

5.9648

Low

5.4880

Average

5.7188

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/MYR API questions

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

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

How far back does JOD/MYR historical data go?

Daily JOD/MYR 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/MYR 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.