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: show the values
| Point | AUD/YER |
|---|---|
| 2025-09-23 | 158.1212 |
| 2025-09-30 | 158.1336 |
| 2025-10-07 | 157.4483 |
| 2025-10-14 | 154.1966 |
| 2025-10-21 | 155.0138 |
| 2025-10-28 | 156.4432 |
| 2025-11-04 | 155.5248 |
| 2025-11-11 | 155.6291 |
| 2025-11-18 | 155.0892 |
| 2025-11-25 | 154.0942 |
| 2025-12-02 | 156.2231 |
| 2025-12-09 | 158.3378 |
| 2025-12-17 | 157.8390 |
| 2025-12-24 | 159.7748 |
| 2025-12-31 | 159.3338 |
| 2026-01-07 | 160.3843 |
| 2026-01-14 | 159.1650 |
| 2026-01-21 | 161.4408 |
| 2026-01-28 | 166.6713 |
| 2026-02-04 | 167.5759 |
| 2026-02-11 | 169.5579 |
| 2026-02-18 | 168.5933 |
| 2026-02-25 | 169.1070 |
| 2026-03-04 | 167.9839 |
| 2026-03-11 | 170.6099 |
| 2026-03-18 | 168.2753 |
| 2026-03-25 | 166.1392 |
| 2026-04-01 | 165.9299 |
| 2026-04-08 | 168.3602 |
| 2026-04-15 | 170.2202 |
| 2026-04-22 | 170.6771 |
| 2026-04-29 | 170.9275 |
| 2026-05-06 | 172.8287 |
| 2026-05-14 | 172.7656 |
| 2026-05-21 | 170.0802 |
| 2026-05-29 | 171.1240 |
| 2026-06-05 | 170.4017 |
| 2026-06-14 | 168.6384 |
| 2026-06-21 | 167.2455 |
| 2026-06-28 | 164.4459 |
| 2026-07-05 | 165.1396 |
| 2026-07-12 | 165.1133 |
| 2026-07-19 | 165.8007 |
| 2026-07-26 | 166.6286 |
| 2026-08-02 | 167.7729 |
| 2026-08-09 | 167.8179 |
| 2026-08-16 | 168.0099 |
| 2026-08-24 | 169.7798 |
| 2026-08-31 | 169.4801 |
| 2026-09-07 | 170.9887 |
| 2026-09-14 | 168.9978 |
| 2026-09-21 | 168.8753 |
High
172.8287
Low
154.0942
Average
164.7681
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.