HRK to AZN exchange rate API
Croatian Kuna to Azerbaijanian Manat · quoted 2026-09-26
0.25702
▼ +0.23% over 1Y
1 HRK = 0.25702 AZN · 1 AZN = 3.8908 HRK · Get this rate via the API
1 HRK buys 0.25702 AZN as of 2026-09-26, so 1 AZN buys 3.8908 HRK. Over the last year, HRK/AZN traded between 0.25540 and 0.26767, averaged 0.26188 and fell 0.23%. The API holds daily HRK/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HRK/AZN over 1Y: show the values
| Point | HRK/AZN |
|---|---|
| 2025-09-26 | 0.25762 |
| 2025-10-03 | 0.25883 |
| 2025-10-10 | 0.25540 |
| 2025-10-17 | 0.26404 |
| 2025-10-24 | 0.26198 |
| 2025-10-31 | 0.26126 |
| 2025-11-07 | 0.26033 |
| 2025-11-14 | 0.26252 |
| 2025-11-21 | 0.26028 |
| 2025-11-28 | 0.26137 |
| 2025-12-05 | 0.26294 |
| 2025-12-13 | 0.26482 |
| 2025-12-20 | 0.26429 |
| 2025-12-27 | 0.26568 |
| 2026-01-03 | 0.26464 |
| 2026-01-10 | 0.26265 |
| 2026-01-17 | 0.26160 |
| 2026-01-24 | 0.26696 |
| 2026-01-31 | 0.26757 |
| 2026-02-07 | 0.26645 |
| 2026-02-14 | 0.26767 |
| 2026-02-21 | 0.26587 |
| 2026-02-28 | 0.26653 |
| 2026-03-07 | 0.26211 |
| 2026-03-14 | 0.25838 |
| 2026-03-21 | 0.26154 |
| 2026-03-28 | 0.26034 |
| 2026-04-04 | 0.25980 |
| 2026-04-11 | 0.26517 |
| 2026-04-18 | 0.26605 |
| 2026-04-25 | 0.26502 |
| 2026-05-02 | 0.26508 |
| 2026-05-09 | 0.26652 |
| 2026-05-17 | 0.26258 |
| 2026-05-25 | 0.26256 |
| 2026-06-01 | 0.26280 |
| 2026-06-10 | 0.26056 |
| 2026-06-17 | 0.26200 |
| 2026-06-24 | 0.25641 |
| 2026-07-01 | 0.25732 |
| 2026-07-08 | 0.25759 |
| 2026-07-15 | 0.25814 |
| 2026-07-22 | 0.25737 |
| 2026-07-29 | 0.25714 |
| 2026-08-05 | 0.26031 |
| 2026-08-12 | 0.26029 |
| 2026-08-20 | 0.26356 |
| 2026-08-27 | 0.26284 |
| 2026-09-03 | 0.26168 |
| 2026-09-10 | 0.26259 |
| 2026-09-17 | 0.25864 |
| 2026-09-24 | 0.25670 |
High
0.26767
Low
0.25540
Average
0.26188
Get this rate via the API
One GET request returns the HRK/AZN 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=HRK¤cies=AZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=AZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=AZN").json()Replace YOUR_API_KEY with the key from your dashboard.
HRK/AZN API questions
How do I get the HRK/AZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HRK/AZN rate in rates.AZN.
How far back does HRK/AZN historical data go?
Daily HRK/AZN 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 HRK/AZN 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.