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: show the values
| Point | AZN/HTG |
|---|---|
| 2025-09-26 | 78.6943 |
| 2025-10-03 | 78.8973 |
| 2025-10-10 | 78.9854 |
| 2025-10-17 | 76.7799 |
| 2025-10-24 | 76.8655 |
| 2025-10-31 | 77.4058 |
| 2025-11-07 | 76.9748 |
| 2025-11-14 | 77.0387 |
| 2025-11-21 | 77.0240 |
| 2025-11-28 | 76.9574 |
| 2025-12-05 | 77.3301 |
| 2025-12-13 | 77.1160 |
| 2025-12-20 | 77.0921 |
| 2025-12-27 | 76.9791 |
| 2026-01-03 | 77.0174 |
| 2026-01-10 | 77.0451 |
| 2026-01-17 | 77.0722 |
| 2026-01-24 | 77.0133 |
| 2026-01-31 | 77.2160 |
| 2026-02-07 | 76.8326 |
| 2026-02-14 | 77.1304 |
| 2026-02-21 | 77.1130 |
| 2026-02-28 | 77.0202 |
| 2026-03-07 | 77.1781 |
| 2026-03-14 | 77.5562 |
| 2026-03-21 | 77.1482 |
| 2026-03-28 | 76.9375 |
| 2026-04-04 | 77.0293 |
| 2026-04-11 | 76.9224 |
| 2026-04-18 | 76.8475 |
| 2026-04-25 | 76.7067 |
| 2026-05-02 | 76.8937 |
| 2026-05-09 | 76.8323 |
| 2026-05-17 | 77.4783 |
| 2026-05-25 | 76.8175 |
| 2026-06-01 | 77.0276 |
| 2026-06-10 | 76.9987 |
| 2026-06-17 | 76.8903 |
| 2026-06-24 | 77.0030 |
| 2026-07-01 | 76.8635 |
| 2026-07-08 | 77.1261 |
| 2026-07-15 | 76.6069 |
| 2026-07-22 | 77.2911 |
| 2026-07-29 | 76.9035 |
| 2026-08-05 | 76.8888 |
| 2026-08-12 | 77.0557 |
| 2026-08-20 | 76.5091 |
| 2026-08-27 | 77.1755 |
| 2026-09-03 | 76.9377 |
| 2026-09-10 | 76.9234 |
| 2026-09-17 | 77.4698 |
| 2026-09-24 | 77.0235 |
High
78.9854
Low
76.5091
Average
77.1240
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.