Skip to content

AZN to HNL exchange rate API

Azerbaijanian Manat to Lempira · quoted 2026-09-25

15.7850

▲ +1.63% over YTD

1 AZN = 15.7850 HNL · 1 HNL = 0.06335 AZN · Get this rate via the API

1 AZN buys 15.7850 HNL as of 2026-09-25, so 1 HNL buys 0.06335 AZN. Over the year to date, AZN/HNL traded between 15.5120 and 15.8058, averaged 15.6603 and rose 1.63%. The API holds daily AZN/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/HNL over YTD

AZN/HNL over YTD: show the values
PointAZN/HNL
2025-12-3115.5319
2026-01-0715.5287
2026-01-1415.5380
2026-01-2115.5120
2026-01-2815.5330
2026-02-0415.5189
2026-02-1115.5892
2026-02-1815.5541
2026-02-2515.5688
2026-03-0415.5696
2026-03-1115.5792
2026-03-1815.5734
2026-03-2515.5942
2026-04-0115.6364
2026-04-0815.6228
2026-04-1515.6144
2026-04-2215.6615
2026-04-2915.6530
2026-05-0615.6614
2026-05-1415.6469
2026-05-2115.6476
2026-05-2915.6227
2026-06-0515.6684
2026-06-1415.6910
2026-06-2115.7020
2026-06-2815.7209
2026-07-0515.7410
2026-07-1215.7505
2026-07-1915.7500
2026-07-2615.7628
2026-08-0215.7705
2026-08-0915.7910
2026-08-1615.7857
2026-08-2415.8058
2026-08-3115.7004
2026-09-0715.7870
2026-09-1415.7787
2026-09-2115.8014

High

15.8058

Low

15.5120

Average

15.6603

For developers

Get this rate via the API

One GET request returns the AZN/HNL 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=HNL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=HNL");
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=HNL").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/HNL API questions

How do I get the AZN/HNL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/HNL rate in rates.HNL.

How far back does AZN/HNL historical data go?

Daily AZN/HNL 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/HNL 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.