HRK to JPY exchange rate API
Croatian Kuna to Yen · quoted 2026-09-24
23.9790
▲ +38.67% over 5Y
1 HRK = 23.9790 JPY · 1 JPY = 0.04170 HRK · Get this rate via the API
1 HRK buys 23.9790 JPY as of 2026-09-24, so 1 JPY buys 0.04170 HRK. Over the last 5 years, HRK/JPY traded between 17.0299 and 24.6391, averaged 21.5156 and rose 38.67%. The API holds daily HRK/JPY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
HRK/JPY over 5Y: show the values
| Point | HRK/JPY |
|---|---|
| 2021-09-27 | 17.2922 |
| 2021-11-08 | 17.4616 |
| 2021-12-20 | 17.0299 |
| 2022-01-31 | 17.1052 |
| 2022-03-14 | 17.0704 |
| 2022-04-27 | 17.9207 |
| 2022-06-08 | 19.1345 |
| 2022-07-20 | 18.7536 |
| 2022-08-31 | 18.4596 |
| 2022-10-12 | 18.9056 |
| 2022-11-23 | 19.3213 |
| 2024-08-30 | 21.3746 |
| 2024-10-10 | 21.6377 |
| 2024-11-09 | 21.7171 |
| 2024-12-09 | 21.1262 |
| 2025-01-08 | 21.7633 |
| 2025-02-07 | 20.9444 |
| 2025-03-09 | 21.2594 |
| 2025-04-09 | 21.1589 |
| 2025-05-10 | 21.7064 |
| 2025-06-10 | 21.8549 |
| 2025-07-10 | 22.8039 |
| 2025-08-09 | 22.7964 |
| 2025-09-08 | 22.9762 |
| 2025-10-09 | 23.6029 |
| 2025-11-08 | 23.5606 |
| 2025-12-08 | 24.0556 |
| 2026-01-08 | 24.2835 |
| 2026-02-07 | 24.6391 |
| 2026-03-09 | 24.2499 |
| 2026-04-08 | 24.4972 |
| 2026-05-08 | 24.3998 |
| 2026-06-11 | 24.6039 |
| 2026-07-11 | 24.4916 |
| 2026-08-10 | 24.3262 |
| 2026-09-10 | 23.8144 |
High
24.6391
Low
17.0299
Average
21.5156
Get this rate via the API
One GET request returns the HRK/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
HRK/JPY API questions
How do I get the HRK/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HRK/JPY rate in rates.JPY.
How far back does HRK/JPY historical data go?
Daily HRK/JPY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HRK/JPY 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.