AZN to HUF exchange rate API
Azerbaijanian Manat to Forint · quoted 2026-09-25
188.5824
▼ +8.72% over 5Y
1 AZN = 188.5824 HUF · 1 HUF = 0.005303 AZN · Get this rate via the API
1 AZN buys 188.5824 HUF as of 2026-09-25, so 1 HUF buys 0.005303 AZN. Over the last 5 years, AZN/HUF traded between 179.3620 and 237.4419, averaged 204.3654 and fell 8.72%. The API holds daily AZN/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/HUF over 5Y: show the values
| Point | AZN/HUF |
|---|---|
| 2024-08-24 | 206.6088 |
| 2024-10-01 | 215.4715 |
| 2024-10-31 | 226.0852 |
| 2024-11-30 | 229.5926 |
| 2024-12-30 | 237.4419 |
| 2025-01-29 | 236.5385 |
| 2025-02-28 | 231.2315 |
| 2025-03-30 | 222.2665 |
| 2025-04-29 | 213.5632 |
| 2025-05-29 | 215.4595 |
| 2025-06-28 | 200.2167 |
| 2025-07-28 | 204.9630 |
| 2025-08-27 | 205.7822 |
| 2025-09-26 | 201.6855 |
| 2025-10-26 | 197.1583 |
| 2025-11-25 | 194.3096 |
| 2025-12-26 | 193.9795 |
| 2026-01-25 | 189.4455 |
| 2026-02-24 | 189.3029 |
| 2026-03-26 | 197.9724 |
| 2026-04-25 | 182.8203 |
| 2026-05-27 | 179.3620 |
| 2026-06-28 | 182.5987 |
| 2026-07-28 | 186.7635 |
| 2026-08-28 | 184.2988 |
High
237.4419
Low
179.3620
Average
204.3654
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/HUF API questions
How do I get the AZN/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/HUF rate in rates.HUF.
How far back does AZN/HUF historical data go?
Daily AZN/HUF 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 AZN/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.