Skip to content

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

AUD/JOD over 1Y: show the values
PointAUD/JOD
2025-09-250.46674
2025-10-020.46855
2025-10-090.46774
2025-10-160.46074
2025-10-230.46112
2025-10-300.46338
2025-11-060.46205
2025-11-130.46484
2025-11-200.45932
2025-11-270.46271
2025-12-040.46844
2025-12-120.47273
2025-12-190.46811
2025-12-260.47569
2026-01-020.47465
2026-01-090.47326
2026-01-160.47489
2026-01-230.48673
2026-01-300.49706
2026-02-060.49538
2026-02-130.49989
2026-02-200.49966
2026-02-270.50384
2026-03-060.49674
2026-03-130.49939
2026-03-200.50104
2026-03-270.48805
2026-04-030.48870
2026-04-100.50137
2026-04-170.50882
2026-04-240.50653
2026-05-010.51058
2026-05-080.51287
2026-05-160.50677
2026-05-240.50672
2026-05-310.50920
2026-06-090.50060
2026-06-160.50089
2026-06-230.49181
2026-06-300.48829
2026-07-070.49262
2026-07-140.49222
2026-07-210.49738
2026-07-280.49406
2026-08-040.49851
2026-08-110.50085
2026-08-180.50420
2026-08-260.50941
2026-09-020.50675
2026-09-090.51223
2026-09-160.50567
2026-09-230.50108

High

0.51287

Low

0.45932

Average

0.48977

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.