Skip to content

AED to HRK exchange rate API

UAE Dirham to Croatian Kuna · quoted 2026-09-25

1.8042

▲ +3.28% over 1Y

1 AED = 1.8042 HRK · 1 HRK = 0.55425 AED · Get this rate via the API

1 AED buys 1.8042 HRK as of 2026-09-25, so 1 HRK buys 0.55425 AED. Over the last year, AED/HRK traded between 1.7228 and 1.8042, averaged 1.7659 and rose 3.28%. The API holds daily AED/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/HRK over 1Y

AED/HRK over 1Y: show the values
PointAED/HRK
2025-09-251.7470
2025-10-021.7476
2025-10-091.7624
2025-10-161.7572
2025-10-231.7681
2025-10-301.7662
2025-11-061.7825
2025-11-131.7701
2025-11-201.7800
2025-11-271.7667
2025-12-041.7589
2025-12-121.7485
2025-12-191.7493
2025-12-261.7404
2026-01-021.7439
2026-01-091.7609
2026-01-161.7671
2026-01-231.7462
2026-01-301.7228
2026-02-061.7398
2026-02-131.7282
2026-02-201.7449
2026-02-271.7388
2026-03-061.7654
2026-03-131.7809
2026-03-201.7736
2026-03-271.7776
2026-04-031.7783
2026-04-101.7545
2026-04-171.7419
2026-04-241.7566
2026-05-011.7483
2026-05-081.7492
2026-05-161.7648
2026-05-241.7674
2026-05-311.7593
2026-06-091.7779
2026-06-161.7713
2026-06-231.7947
2026-06-301.7995
2026-07-071.7936
2026-07-141.8007
2026-07-211.7977
2026-07-281.8028
2026-08-041.7822
2026-08-111.7768
2026-08-181.7718
2026-08-261.7578
2026-09-021.7716
2026-09-091.7636
2026-09-161.7772
2026-09-231.7953

High

1.8042

Low

1.7228

Average

1.7659

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=HRK").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/HRK API questions

How do I get the AED/HRK exchange rate from an API?

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

How far back does AED/HRK historical data go?

Daily AED/HRK 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 AED/HRK 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.