Skip to content

HRK to DJF exchange rate API

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

26.8675

▼ +2.45% over 30D

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 30 days, HRK/DJF traded between 26.8675 and 27.5458, averaged 27.3202 and fell 2.45%. 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 30D

HRK/DJF over 30D: show the values
PointHRK/DJF
2026-08-2727.5419
2026-08-2827.5458
2026-08-2927.3913
2026-08-3027.4573
2026-08-3127.5188
2026-09-0127.4247
2026-09-0227.3716
2026-09-0327.3959
2026-09-0427.5027
2026-09-0527.5260
2026-09-0627.5414
2026-09-0727.4391
2026-09-0827.4693
2026-09-0927.4672
2026-09-1027.4852
2026-09-1127.4260
2026-09-1227.4559
2026-09-1327.4671
2026-09-1427.3406
2026-09-1527.2598
2026-09-1627.2780
2026-09-1727.2057
2026-09-1827.1458
2026-09-1927.1583
2026-09-2027.1911
2026-09-2127.1176
2026-09-2227.1236
2026-09-2327.0269
2026-09-2426.9177
2026-09-2526.8675

High

27.5458

Low

26.8675

Average

27.3202

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.