AUD to HUF exchange rate API
Australian Dollar to Forint · quoted 2026-09-23
224.9542
▲ +1.86% over 5Y
1 AUD = 224.9542 HUF · 1 HUF = 0.004445 AUD · Get this rate via the API
1 AUD buys 224.9542 HUF as of 2026-09-23, so 1 HUF buys 0.004445 AUD. Over the last 5 years, AUD/HUF traded between 213.9669 and 280.8043, averaged 235.7889 and rose 1.86%. The API holds daily AUD/HUF rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
AUD/HUF over 5Y: show the values
| Point | AUD/HUF |
|---|---|
| 2021-09-24 | 220.8415 |
| 2021-11-05 | 230.5374 |
| 2021-12-17 | 232.4187 |
| 2022-01-28 | 224.4194 |
| 2022-03-11 | 253.6592 |
| 2022-04-26 | 252.5359 |
| 2022-06-07 | 261.5763 |
| 2022-07-19 | 267.3011 |
| 2022-08-30 | 280.8043 |
| 2022-10-11 | 277.4953 |
| 2022-11-22 | 263.8339 |
| 2023-01-04 | 256.1805 |
| 2023-02-15 | 245.0770 |
| 2023-03-29 | 233.6944 |
| 2023-05-15 | 227.1079 |
| 2023-06-26 | 225.8046 |
| 2023-08-07 | 233.0244 |
| 2023-09-18 | 231.7527 |
| 2023-10-30 | 229.8672 |
| 2023-12-11 | 232.5824 |
| 2024-01-25 | 232.9203 |
| 2024-03-07 | 239.6402 |
| 2024-04-22 | 238.4817 |
| 2024-06-04 | 239.7214 |
| 2024-07-16 | 242.3960 |
| 2024-08-26 | 239.5916 |
| 2024-09-30 | 245.5030 |
| 2024-10-30 | 248.1045 |
| 2024-11-29 | 253.4628 |
| 2024-12-29 | 245.3416 |
| 2025-01-28 | 244.4186 |
| 2025-02-27 | 240.0709 |
| 2025-03-29 | 233.7140 |
| 2025-04-28 | 227.7606 |
| 2025-05-28 | 229.1980 |
| 2025-06-27 | 222.6498 |
| 2025-07-27 | 221.5499 |
| 2025-08-26 | 221.0292 |
| 2025-09-25 | 219.1173 |
| 2025-10-25 | 218.5044 |
| 2025-11-24 | 213.9669 |
| 2025-12-24 | 221.4875 |
| 2026-01-23 | 223.4273 |
| 2026-02-22 | 228.3183 |
| 2026-03-24 | 234.4827 |
| 2026-04-23 | 223.2153 |
| 2026-05-23 | 220.4758 |
| 2026-06-22 | 215.5452 |
| 2026-07-22 | 223.0874 |
| 2026-08-21 | 222.2781 |
| 2026-09-20 | 226.0929 |
High
280.8043
Low
213.9669
Average
235.7889
Get this rate via the API
One GET request returns the AUD/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/HUF API questions
How do I get the AUD/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/HUF rate in rates.HUF.
How far back does AUD/HUF historical data go?
Daily AUD/HUF rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/HUF 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.