Skip to content

AUD to YER exchange rate API

Australian Dollar to Yemeni Rial · quoted 2026-09-23

167.9529

▲ +6.22% over 1Y

1 AUD = 167.9529 YER · 1 YER = 0.005954 AUD · Get this rate via the API

1 AUD buys 167.9529 YER as of 2026-09-23, so 1 YER buys 0.005954 AUD. Over the last year, AUD/YER traded between 154.0942 and 172.8287, averaged 164.7681 and rose 6.22%. The API holds daily AUD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/YER over 1Y

AUD/YER over 1Y: show the values
PointAUD/YER
2025-09-23158.1212
2025-09-30158.1336
2025-10-07157.4483
2025-10-14154.1966
2025-10-21155.0138
2025-10-28156.4432
2025-11-04155.5248
2025-11-11155.6291
2025-11-18155.0892
2025-11-25154.0942
2025-12-02156.2231
2025-12-09158.3378
2025-12-17157.8390
2025-12-24159.7748
2025-12-31159.3338
2026-01-07160.3843
2026-01-14159.1650
2026-01-21161.4408
2026-01-28166.6713
2026-02-04167.5759
2026-02-11169.5579
2026-02-18168.5933
2026-02-25169.1070
2026-03-04167.9839
2026-03-11170.6099
2026-03-18168.2753
2026-03-25166.1392
2026-04-01165.9299
2026-04-08168.3602
2026-04-15170.2202
2026-04-22170.6771
2026-04-29170.9275
2026-05-06172.8287
2026-05-14172.7656
2026-05-21170.0802
2026-05-29171.1240
2026-06-05170.4017
2026-06-14168.6384
2026-06-21167.2455
2026-06-28164.4459
2026-07-05165.1396
2026-07-12165.1133
2026-07-19165.8007
2026-07-26166.6286
2026-08-02167.7729
2026-08-09167.8179
2026-08-16168.0099
2026-08-24169.7798
2026-08-31169.4801
2026-09-07170.9887
2026-09-14168.9978
2026-09-21168.8753

High

172.8287

Low

154.0942

Average

164.7681

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AUD/YER API questions

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

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

How far back does AUD/YER historical data go?

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