Skip to content

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

AUD/HUF over 5Y: show the values
PointAUD/HUF
2021-09-24220.8415
2021-11-05230.5374
2021-12-17232.4187
2022-01-28224.4194
2022-03-11253.6592
2022-04-26252.5359
2022-06-07261.5763
2022-07-19267.3011
2022-08-30280.8043
2022-10-11277.4953
2022-11-22263.8339
2023-01-04256.1805
2023-02-15245.0770
2023-03-29233.6944
2023-05-15227.1079
2023-06-26225.8046
2023-08-07233.0244
2023-09-18231.7527
2023-10-30229.8672
2023-12-11232.5824
2024-01-25232.9203
2024-03-07239.6402
2024-04-22238.4817
2024-06-04239.7214
2024-07-16242.3960
2024-08-26239.5916
2024-09-30245.5030
2024-10-30248.1045
2024-11-29253.4628
2024-12-29245.3416
2025-01-28244.4186
2025-02-27240.0709
2025-03-29233.7140
2025-04-28227.7606
2025-05-28229.1980
2025-06-27222.6498
2025-07-27221.5499
2025-08-26221.0292
2025-09-25219.1173
2025-10-25218.5044
2025-11-24213.9669
2025-12-24221.4875
2026-01-23223.4273
2026-02-22228.3183
2026-03-24234.4827
2026-04-23223.2153
2026-05-23220.4758
2026-06-22215.5452
2026-07-22223.0874
2026-08-21222.2781
2026-09-20226.0929

High

280.8043

Low

213.9669

Average

235.7889

For developers

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