Skip to content

HRK to DJF exchange rate API

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

26.8675

▼ +1.39% over 6M

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 6 months, HRK/DJF traded between 26.8544 and 27.8806, averaged 27.3209 and fell 1.39%. 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 6M

HRK/DJF over 6M: show the values
PointHRK/DJF
2026-03-3027.2460
2026-04-0627.2253
2026-04-1327.5816
2026-04-2027.8806
2026-04-2727.6714
2026-05-0427.6603
2026-05-1127.7160
2026-05-1927.4926
2026-05-2727.5129
2026-06-0327.4456
2026-06-1227.3183
2026-06-1927.0151
2026-06-2626.8544
2026-07-0327.0650
2026-07-1027.0420
2026-07-1727.0421
2026-07-2426.8947
2026-07-3127.1604
2026-08-0727.2512
2026-08-1427.2727
2026-08-2227.5969
2026-08-2927.3913
2026-09-0527.5260
2026-09-1227.4559
2026-09-1927.1583

High

27.8806

Low

26.8544

Average

27.3209

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.