AUD to JOD exchange rate API
Australian Dollar to Jordanian Dinar · quoted 2026-09-25
0.49680
▲ +6.44% over 1Y
1 AUD = 0.49680 JOD · 1 JOD = 2.0129 AUD · Get this rate via the API
1 AUD buys 0.49680 JOD as of 2026-09-25, so 1 JOD buys 2.0129 AUD. Over the last year, AUD/JOD traded between 0.45932 and 0.51287, averaged 0.48977 and rose 6.44%. The API holds daily AUD/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/JOD over 1Y: show the values
| Point | AUD/JOD |
|---|---|
| 2025-09-25 | 0.46674 |
| 2025-10-02 | 0.46855 |
| 2025-10-09 | 0.46774 |
| 2025-10-16 | 0.46074 |
| 2025-10-23 | 0.46112 |
| 2025-10-30 | 0.46338 |
| 2025-11-06 | 0.46205 |
| 2025-11-13 | 0.46484 |
| 2025-11-20 | 0.45932 |
| 2025-11-27 | 0.46271 |
| 2025-12-04 | 0.46844 |
| 2025-12-12 | 0.47273 |
| 2025-12-19 | 0.46811 |
| 2025-12-26 | 0.47569 |
| 2026-01-02 | 0.47465 |
| 2026-01-09 | 0.47326 |
| 2026-01-16 | 0.47489 |
| 2026-01-23 | 0.48673 |
| 2026-01-30 | 0.49706 |
| 2026-02-06 | 0.49538 |
| 2026-02-13 | 0.49989 |
| 2026-02-20 | 0.49966 |
| 2026-02-27 | 0.50384 |
| 2026-03-06 | 0.49674 |
| 2026-03-13 | 0.49939 |
| 2026-03-20 | 0.50104 |
| 2026-03-27 | 0.48805 |
| 2026-04-03 | 0.48870 |
| 2026-04-10 | 0.50137 |
| 2026-04-17 | 0.50882 |
| 2026-04-24 | 0.50653 |
| 2026-05-01 | 0.51058 |
| 2026-05-08 | 0.51287 |
| 2026-05-16 | 0.50677 |
| 2026-05-24 | 0.50672 |
| 2026-05-31 | 0.50920 |
| 2026-06-09 | 0.50060 |
| 2026-06-16 | 0.50089 |
| 2026-06-23 | 0.49181 |
| 2026-06-30 | 0.48829 |
| 2026-07-07 | 0.49262 |
| 2026-07-14 | 0.49222 |
| 2026-07-21 | 0.49738 |
| 2026-07-28 | 0.49406 |
| 2026-08-04 | 0.49851 |
| 2026-08-11 | 0.50085 |
| 2026-08-18 | 0.50420 |
| 2026-08-26 | 0.50941 |
| 2026-09-02 | 0.50675 |
| 2026-09-09 | 0.51223 |
| 2026-09-16 | 0.50567 |
| 2026-09-23 | 0.50108 |
High
0.51287
Low
0.45932
Average
0.48977
Get this rate via the API
One GET request returns the AUD/JOD 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=AUD¤cies=JOD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=JOD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=JOD").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/JOD API questions
How do I get the AUD/JOD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/JOD rate in rates.JOD.
How far back does AUD/JOD historical data go?
Daily AUD/JOD 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 AUD/JOD 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.