Skip to content

HRK to DJF exchange rate API

Croatian Kuna to Djibouti Franc · quoted 2026-09-26

26.8675

▼ +2.78% over 1Y

1 HRK = 26.8675 DJF · 1 DJF = 0.03722 HRK · Get this rate via the API

1 HRK buys 26.8675 DJF as of 2026-09-26, so 1 DJF buys 0.03722 HRK. Over the last year, HRK/DJF traded between 26.8292 and 28.2078, averaged 27.4556 and fell 2.78%. The API holds daily HRK/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HRK/DJF over 1Y

HRK/DJF over 1Y: show the values
PointHRK/DJF
2025-09-2627.6371
2025-10-0327.6744
2025-10-1027.3733
2025-10-1727.6284
2025-10-2427.4309
2025-10-3127.3856
2025-11-0727.2633
2025-11-1427.4810
2025-11-2127.2411
2025-11-2827.3708
2025-12-0527.5359
2025-12-1327.7660
2025-12-2027.6857
2025-12-2727.8308
2026-01-0327.7479
2026-01-1027.5196
2026-01-1727.4191
2026-01-2427.9406
2026-01-3128.2078
2026-02-0727.9118
2026-02-1428.0397
2026-02-2127.8505
2026-02-2827.9588
2026-03-0727.4395
2026-03-1427.0977
2026-03-2127.3969
2026-03-2827.1528
2026-04-0427.2543
2026-04-1127.6569
2026-04-1827.8021
2026-04-2527.6516
2026-05-0227.6477
2026-05-0927.7979
2026-05-1727.5465
2026-05-2527.4872
2026-06-0127.5062
2026-06-1027.3116
2026-06-1727.3739
2026-06-2426.8292
2026-07-0126.9434
2026-07-0826.9539
2026-07-1527.0543
2026-07-2226.9837
2026-07-2926.9026
2026-08-0527.2460
2026-08-1227.2604
2026-08-2027.5366
2026-08-2727.5419
2026-09-0327.3959
2026-09-1027.4852
2026-09-1727.2057
2026-09-2426.9177

High

28.2078

Low

26.8292

Average

27.4556

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

HRK/DJF API questions

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

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

How far back does HRK/DJF historical data go?

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