Skip to content

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

AZN/HUF over 5Y: show the values
PointAZN/HUF
2024-08-24206.6088
2024-10-01215.4715
2024-10-31226.0852
2024-11-30229.5926
2024-12-30237.4419
2025-01-29236.5385
2025-02-28231.2315
2025-03-30222.2665
2025-04-29213.5632
2025-05-29215.4595
2025-06-28200.2167
2025-07-28204.9630
2025-08-27205.7822
2025-09-26201.6855
2025-10-26197.1583
2025-11-25194.3096
2025-12-26193.9795
2026-01-25189.4455
2026-02-24189.3029
2026-03-26197.9724
2026-04-25182.8203
2026-05-27179.3620
2026-06-28182.5987
2026-07-28186.7635
2026-08-28184.2988

High

237.4419

Low

179.3620

Average

204.3654

For developers

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