Skip to content

AZN to HTG exchange rate API

Azerbaijanian Manat to Gourde · quoted 2026-09-26

76.9283

▼ +2.24% over 1Y

1 AZN = 76.9283 HTG · 1 HTG = 0.01300 AZN · Get this rate via the API

1 AZN buys 76.9283 HTG as of 2026-09-26, so 1 HTG buys 0.01300 AZN. Over the last year, AZN/HTG traded between 76.5091 and 78.9854, averaged 77.1240 and fell 2.24%. The API holds daily AZN/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/HTG over 1Y

AZN/HTG over 1Y: show the values
PointAZN/HTG
2025-09-2678.6943
2025-10-0378.8973
2025-10-1078.9854
2025-10-1776.7799
2025-10-2476.8655
2025-10-3177.4058
2025-11-0776.9748
2025-11-1477.0387
2025-11-2177.0240
2025-11-2876.9574
2025-12-0577.3301
2025-12-1377.1160
2025-12-2077.0921
2025-12-2776.9791
2026-01-0377.0174
2026-01-1077.0451
2026-01-1777.0722
2026-01-2477.0133
2026-01-3177.2160
2026-02-0776.8326
2026-02-1477.1304
2026-02-2177.1130
2026-02-2877.0202
2026-03-0777.1781
2026-03-1477.5562
2026-03-2177.1482
2026-03-2876.9375
2026-04-0477.0293
2026-04-1176.9224
2026-04-1876.8475
2026-04-2576.7067
2026-05-0276.8937
2026-05-0976.8323
2026-05-1777.4783
2026-05-2576.8175
2026-06-0177.0276
2026-06-1076.9987
2026-06-1776.8903
2026-06-2477.0030
2026-07-0176.8635
2026-07-0877.1261
2026-07-1576.6069
2026-07-2277.2911
2026-07-2976.9035
2026-08-0576.8888
2026-08-1277.0557
2026-08-2076.5091
2026-08-2777.1755
2026-09-0376.9377
2026-09-1076.9234
2026-09-1777.4698
2026-09-2477.0235

High

78.9854

Low

76.5091

Average

77.1240

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/HTG API questions

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

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

How far back does AZN/HTG historical data go?

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