Convert AUD to YER
Australian Dollar → Yemeni Rial
1 AUD = 166.32656 YER(1 YER = 0.00601227 AUD)
Currency converter
1 AUD =
166.3266 YER
AUD to YER: last 30 days
Over the last 30 days, 1 AUD traded between 166.2512 and 171.249 YER, averaging 169.2911 YER. The AUD/YER rate is down 2.33% since 2026-08-28.
- 30-day high
- 171.249
- 2026-09-09
- 30-day low
- 166.2512
- 2026-09-24
- 30-day average
- 169.2911
- Days with data: 30
- 30-day change
- -2.33%
- since 2026-08-28
171.249
166.25122026-08-28 → 2026-09-26
| Date | 1 AUD in YER | Daily change |
|---|---|---|
| 2026-09-26 | 166.3266 | 0.00% |
| 2026-09-25 | 166.3266 | +0.05% |
| 2026-09-24 | 166.2512 | -0.58% |
| 2026-09-23 | 167.2144 | -0.60% |
| 2026-09-22 | 168.2237 | -0.39% |
| 2026-09-21 | 168.8806 | +0.26% |
| 2026-09-20 | 168.4476 | -0.01% |
| 2026-09-19 | 168.4585 | -0.02% |
| 2026-09-18 | 168.4941 | +0.11% |
| 2026-09-17 | 168.3063 | -0.24% |
| 2026-09-16 | 168.7098 | +0.09% |
| 2026-09-15 | 168.5603 | -0.26% |
| 2026-09-14 | 169.0037 | -0.58% |
| 2026-09-13 | 169.9927 | -0.02% |
| 2026-09-12 | 170.0278 | +0.01% |
| Date | 1 AUD in YER | Daily change |
|---|---|---|
| 2026-09-11 | 170.0131 | -0.18% |
| 2026-09-10 | 170.3126 | -0.55% |
| 2026-09-09 | 171.249 | +0.16% |
| 2026-09-08 | 170.9787 | -0.00% |
| 2026-09-07 | 170.986 | +0.16% |
| 2026-09-06 | 170.7149 | -0.01% |
| 2026-09-05 | 170.7306 | +0.00% |
| 2026-09-04 | 170.7242 | +0.13% |
| 2026-09-03 | 170.4986 | +0.65% |
| 2026-09-02 | 169.4039 | +0.09% |
| 2026-09-01 | 169.2558 | -0.13% |
| 2026-08-31 | 169.4749 | -0.51% |
| 2026-08-30 | 170.349 | -0.10% |
| 2026-08-29 | 170.5242 | +0.14% |
| 2026-08-28 | 170.2925 | — |
AUD to YER conversion table
1 AUD166.3266 YER
5 AUD831.6328 YER
10 AUD1,663.2656 YER
25 AUD4,158.1639 YER
50 AUD8,316.3278 YER
100 AUD16,632.656 YER
500 AUD83,163.278 YER
1,000 AUD166,326.56 YER
5,000 AUD831,632.78 YER
10,000 AUD1,663,265.6 YER
Get the AUD/YER rate in your app
One GET request returns the latest AUD → YER rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AUD/YER"fetch('https://rate-api.com/api/v1/pair/AUD/YER', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} YER`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/YER",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} YER")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/YER');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} YER\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "YER"
},
"rate": 166.3266,
"timestamp": 1790439645,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
YER to AUDYemeni Rial → Australian Dollar0.0060123Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.