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: show the values
| Point | HRK/DJF |
|---|---|
| 2026-08-27 | 27.5419 |
| 2026-08-28 | 27.5458 |
| 2026-08-29 | 27.3913 |
| 2026-08-30 | 27.4573 |
| 2026-08-31 | 27.5188 |
| 2026-09-01 | 27.4247 |
| 2026-09-02 | 27.3716 |
| 2026-09-03 | 27.3959 |
| 2026-09-04 | 27.5027 |
| 2026-09-05 | 27.5260 |
| 2026-09-06 | 27.5414 |
| 2026-09-07 | 27.4391 |
| 2026-09-08 | 27.4693 |
| 2026-09-09 | 27.4672 |
| 2026-09-10 | 27.4852 |
| 2026-09-11 | 27.4260 |
| 2026-09-12 | 27.4559 |
| 2026-09-13 | 27.4671 |
| 2026-09-14 | 27.3406 |
| 2026-09-15 | 27.2598 |
| 2026-09-16 | 27.2780 |
| 2026-09-17 | 27.2057 |
| 2026-09-18 | 27.1458 |
| 2026-09-19 | 27.1583 |
| 2026-09-20 | 27.1911 |
| 2026-09-21 | 27.1176 |
| 2026-09-22 | 27.1236 |
| 2026-09-23 | 27.0269 |
| 2026-09-24 | 26.9177 |
| 2026-09-25 | 26.8675 |
High
27.5458
Low
26.8675
Average
27.3202
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.