AZN to HUF exchange rate API
Azerbaijanian Manat to Forint · quoted 2026-09-25
188.5824
▼ +5.75% over 1Y
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 year, AZN/HUF traded between 177.3382 and 202.4240, averaged 189.6899 and fell 5.75%. 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 1Y: show the values
| Point | AZN/HUF |
|---|---|
| 2025-09-25 | 200.0888 |
| 2025-10-02 | 198.8208 |
| 2025-10-09 | 202.4240 |
| 2025-10-16 | 196.8220 |
| 2025-10-23 | 197.8829 |
| 2025-10-30 | 197.9508 |
| 2025-11-06 | 197.0305 |
| 2025-11-13 | 194.4078 |
| 2025-11-20 | 195.4136 |
| 2025-11-27 | 193.7836 |
| 2025-12-04 | 192.6312 |
| 2025-12-12 | 192.5817 |
| 2025-12-19 | 194.2701 |
| 2025-12-26 | 193.9795 |
| 2026-01-02 | 192.5087 |
| 2026-01-09 | 195.0494 |
| 2026-01-16 | 195.1150 |
| 2026-01-23 | 191.4443 |
| 2026-01-30 | 187.8859 |
| 2026-02-06 | 188.5051 |
| 2026-02-13 | 187.9836 |
| 2026-02-20 | 189.7881 |
| 2026-02-27 | 187.6797 |
| 2026-03-06 | 200.1659 |
| 2026-03-13 | 200.6641 |
| 2026-03-20 | 199.8018 |
| 2026-03-27 | 199.0561 |
| 2026-04-03 | 196.3647 |
| 2026-04-10 | 189.2810 |
| 2026-04-17 | 181.1779 |
| 2026-04-24 | 183.1087 |
| 2026-05-01 | 182.7728 |
| 2026-05-08 | 178.5066 |
| 2026-05-16 | 183.0543 |
| 2026-05-24 | 181.1251 |
| 2026-05-31 | 178.3668 |
| 2026-06-09 | 180.6045 |
| 2026-06-16 | 177.3382 |
| 2026-06-23 | 183.0903 |
| 2026-06-30 | 183.9463 |
| 2026-07-07 | 182.0839 |
| 2026-07-14 | 186.2357 |
| 2026-07-21 | 185.5850 |
| 2026-07-28 | 186.7635 |
| 2026-08-04 | 185.0783 |
| 2026-08-11 | 185.7737 |
| 2026-08-18 | 185.1193 |
| 2026-08-26 | 181.5670 |
| 2026-09-02 | 187.0686 |
| 2026-09-09 | 183.6172 |
| 2026-09-16 | 185.8272 |
| 2026-09-23 | 187.7915 |
High
202.4240
Low
177.3382
Average
189.6899
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.