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: show the values
| Point | HRK/DJF |
|---|---|
| 2025-09-26 | 27.6371 |
| 2025-10-03 | 27.6744 |
| 2025-10-10 | 27.3733 |
| 2025-10-17 | 27.6284 |
| 2025-10-24 | 27.4309 |
| 2025-10-31 | 27.3856 |
| 2025-11-07 | 27.2633 |
| 2025-11-14 | 27.4810 |
| 2025-11-21 | 27.2411 |
| 2025-11-28 | 27.3708 |
| 2025-12-05 | 27.5359 |
| 2025-12-13 | 27.7660 |
| 2025-12-20 | 27.6857 |
| 2025-12-27 | 27.8308 |
| 2026-01-03 | 27.7479 |
| 2026-01-10 | 27.5196 |
| 2026-01-17 | 27.4191 |
| 2026-01-24 | 27.9406 |
| 2026-01-31 | 28.2078 |
| 2026-02-07 | 27.9118 |
| 2026-02-14 | 28.0397 |
| 2026-02-21 | 27.8505 |
| 2026-02-28 | 27.9588 |
| 2026-03-07 | 27.4395 |
| 2026-03-14 | 27.0977 |
| 2026-03-21 | 27.3969 |
| 2026-03-28 | 27.1528 |
| 2026-04-04 | 27.2543 |
| 2026-04-11 | 27.6569 |
| 2026-04-18 | 27.8021 |
| 2026-04-25 | 27.6516 |
| 2026-05-02 | 27.6477 |
| 2026-05-09 | 27.7979 |
| 2026-05-17 | 27.5465 |
| 2026-05-25 | 27.4872 |
| 2026-06-01 | 27.5062 |
| 2026-06-10 | 27.3116 |
| 2026-06-17 | 27.3739 |
| 2026-06-24 | 26.8292 |
| 2026-07-01 | 26.9434 |
| 2026-07-08 | 26.9539 |
| 2026-07-15 | 27.0543 |
| 2026-07-22 | 26.9837 |
| 2026-07-29 | 26.9026 |
| 2026-08-05 | 27.2460 |
| 2026-08-12 | 27.2604 |
| 2026-08-20 | 27.5366 |
| 2026-08-27 | 27.5419 |
| 2026-09-03 | 27.3959 |
| 2026-09-10 | 27.4852 |
| 2026-09-17 | 27.2057 |
| 2026-09-24 | 26.9177 |
High
28.2078
Low
26.8292
Average
27.4556
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=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¤cies=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.