Skip to content

JOD to AUD exchange rate API

Jordanian Dinar to Australian Dollar · quoted 2026-09-25

2.0129

▼ +6.05% over 1Y

1 JOD = 2.0129 AUD · 1 AUD = 0.49680 JOD · Get this rate via the API

1 JOD buys 2.0129 AUD as of 2026-09-25, so 1 AUD buys 0.49680 JOD. Over the last year, JOD/AUD traded between 1.9498 and 2.1771, averaged 2.0442 and fell 6.05%. The API holds daily JOD/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/AUD over 1Y

JOD/AUD over 1Y: show the values
PointJOD/AUD
2025-09-252.1425
2025-10-022.1343
2025-10-092.1379
2025-10-162.1704
2025-10-232.1686
2025-10-302.1580
2025-11-062.1643
2025-11-132.1513
2025-11-202.1771
2025-11-272.1612
2025-12-042.1348
2025-12-122.1154
2025-12-192.1362
2025-12-262.1022
2026-01-022.1068
2026-01-092.1130
2026-01-162.1058
2026-01-232.0545
2026-01-302.0118
2026-02-062.0187
2026-02-132.0004
2026-02-202.0014
2026-02-271.9848
2026-03-062.0131
2026-03-132.0025
2026-03-201.9958
2026-03-272.0490
2026-04-032.0462
2026-04-101.9945
2026-04-171.9653
2026-04-241.9742
2026-05-011.9585
2026-05-081.9498
2026-05-161.9733
2026-05-241.9735
2026-05-311.9639
2026-06-091.9976
2026-06-161.9964
2026-06-232.0333
2026-06-302.0479
2026-07-072.0300
2026-07-142.0316
2026-07-212.0105
2026-07-282.0240
2026-08-042.0060
2026-08-111.9966
2026-08-181.9833
2026-08-261.9631
2026-09-021.9734
2026-09-091.9522
2026-09-161.9776
2026-09-231.9957

High

2.1771

Low

1.9498

Average

2.0442

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/AUD API questions

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

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

How far back does JOD/AUD historical data go?

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