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: show the values
| Point | JOD/AUD |
|---|---|
| 2025-09-25 | 2.1425 |
| 2025-10-02 | 2.1343 |
| 2025-10-09 | 2.1379 |
| 2025-10-16 | 2.1704 |
| 2025-10-23 | 2.1686 |
| 2025-10-30 | 2.1580 |
| 2025-11-06 | 2.1643 |
| 2025-11-13 | 2.1513 |
| 2025-11-20 | 2.1771 |
| 2025-11-27 | 2.1612 |
| 2025-12-04 | 2.1348 |
| 2025-12-12 | 2.1154 |
| 2025-12-19 | 2.1362 |
| 2025-12-26 | 2.1022 |
| 2026-01-02 | 2.1068 |
| 2026-01-09 | 2.1130 |
| 2026-01-16 | 2.1058 |
| 2026-01-23 | 2.0545 |
| 2026-01-30 | 2.0118 |
| 2026-02-06 | 2.0187 |
| 2026-02-13 | 2.0004 |
| 2026-02-20 | 2.0014 |
| 2026-02-27 | 1.9848 |
| 2026-03-06 | 2.0131 |
| 2026-03-13 | 2.0025 |
| 2026-03-20 | 1.9958 |
| 2026-03-27 | 2.0490 |
| 2026-04-03 | 2.0462 |
| 2026-04-10 | 1.9945 |
| 2026-04-17 | 1.9653 |
| 2026-04-24 | 1.9742 |
| 2026-05-01 | 1.9585 |
| 2026-05-08 | 1.9498 |
| 2026-05-16 | 1.9733 |
| 2026-05-24 | 1.9735 |
| 2026-05-31 | 1.9639 |
| 2026-06-09 | 1.9976 |
| 2026-06-16 | 1.9964 |
| 2026-06-23 | 2.0333 |
| 2026-06-30 | 2.0479 |
| 2026-07-07 | 2.0300 |
| 2026-07-14 | 2.0316 |
| 2026-07-21 | 2.0105 |
| 2026-07-28 | 2.0240 |
| 2026-08-04 | 2.0060 |
| 2026-08-11 | 1.9966 |
| 2026-08-18 | 1.9833 |
| 2026-08-26 | 1.9631 |
| 2026-09-02 | 1.9734 |
| 2026-09-09 | 1.9522 |
| 2026-09-16 | 1.9776 |
| 2026-09-23 | 1.9957 |
High
2.1771
Low
1.9498
Average
2.0442
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=AUD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=AUD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.