Skip to content

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

AZN/HUF over 1Y: show the values
PointAZN/HUF
2025-09-25200.0888
2025-10-02198.8208
2025-10-09202.4240
2025-10-16196.8220
2025-10-23197.8829
2025-10-30197.9508
2025-11-06197.0305
2025-11-13194.4078
2025-11-20195.4136
2025-11-27193.7836
2025-12-04192.6312
2025-12-12192.5817
2025-12-19194.2701
2025-12-26193.9795
2026-01-02192.5087
2026-01-09195.0494
2026-01-16195.1150
2026-01-23191.4443
2026-01-30187.8859
2026-02-06188.5051
2026-02-13187.9836
2026-02-20189.7881
2026-02-27187.6797
2026-03-06200.1659
2026-03-13200.6641
2026-03-20199.8018
2026-03-27199.0561
2026-04-03196.3647
2026-04-10189.2810
2026-04-17181.1779
2026-04-24183.1087
2026-05-01182.7728
2026-05-08178.5066
2026-05-16183.0543
2026-05-24181.1251
2026-05-31178.3668
2026-06-09180.6045
2026-06-16177.3382
2026-06-23183.0903
2026-06-30183.9463
2026-07-07182.0839
2026-07-14186.2357
2026-07-21185.5850
2026-07-28186.7635
2026-08-04185.0783
2026-08-11185.7737
2026-08-18185.1193
2026-08-26181.5670
2026-09-02187.0686
2026-09-09183.6172
2026-09-16185.8272
2026-09-23187.7915

High

202.4240

Low

177.3382

Average

189.6899

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.