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: show the values
| Point | HRK/DJF |
|---|---|
| 2026-03-30 | 27.2460 |
| 2026-04-06 | 27.2253 |
| 2026-04-13 | 27.5816 |
| 2026-04-20 | 27.8806 |
| 2026-04-27 | 27.6714 |
| 2026-05-04 | 27.6603 |
| 2026-05-11 | 27.7160 |
| 2026-05-19 | 27.4926 |
| 2026-05-27 | 27.5129 |
| 2026-06-03 | 27.4456 |
| 2026-06-12 | 27.3183 |
| 2026-06-19 | 27.0151 |
| 2026-06-26 | 26.8544 |
| 2026-07-03 | 27.0650 |
| 2026-07-10 | 27.0420 |
| 2026-07-17 | 27.0421 |
| 2026-07-24 | 26.8947 |
| 2026-07-31 | 27.1604 |
| 2026-08-07 | 27.2512 |
| 2026-08-14 | 27.2727 |
| 2026-08-22 | 27.5969 |
| 2026-08-29 | 27.3913 |
| 2026-09-05 | 27.5260 |
| 2026-09-12 | 27.4559 |
| 2026-09-19 | 27.1583 |
High
27.8806
Low
26.8544
Average
27.3209
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.