Skip to content

JPY to DKK exchange rate API

Yen to Danish Krone · quoted 2026-09-26

0.04172

▼ +2.30% over 1Y

1 JPY = 0.04172 DKK · 1 DKK = 23.9687 JPY · Get this rate via the API

1 JPY buys 0.04172 DKK as of 2026-09-26, so 1 DKK buys 23.9687 JPY. Over the last year, JPY/DKK traded between 0.03981 and 0.04319, averaged 0.04092 and fell 2.30%. The API holds daily JPY/DKK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

JPY/DKK over 1Y

JPY/DKK over 1Y: show the values
PointJPY/DKK
2025-09-260.04270
2025-10-030.04319
2025-10-100.04232
2025-10-170.04251
2025-10-240.04207
2025-10-310.04192
2025-11-070.04219
2025-11-140.04167
2025-11-210.04136
2025-11-280.04136
2025-12-050.04132
2025-12-120.04082
2025-12-190.04057
2025-12-260.04055
2026-01-020.04061
2026-01-090.04072
2026-01-160.04068
2026-01-230.04022
2026-01-300.04067
2026-02-060.04030
2026-02-130.04109
2026-02-200.04091
2026-02-270.04058
2026-03-060.04092
2026-03-130.04087
2026-03-200.04072
2026-03-270.04057
2026-04-030.04062
2026-04-100.04008
2026-04-170.03981
2026-04-240.04002
2026-05-010.04058
2026-05-080.04053
2026-05-150.04053
2026-05-220.04050
2026-05-290.04030
2026-06-050.04017
2026-06-120.04034
2026-06-190.04043
2026-06-260.04056
2026-07-030.04052
2026-07-100.04040
2026-07-170.04027
2026-07-240.04011
2026-07-310.04062
2026-08-070.04093
2026-08-140.04064
2026-08-210.04027
2026-08-280.04020
2026-09-040.04116
2026-09-110.04186
2026-09-180.04131
2026-09-250.04160

High

0.04319

Low

0.03981

Average

0.04092

For developers

Get this rate via the API

One GET request returns the JPY/DKK 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=JPY&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=DKK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=DKK").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/DKK API questions

How do I get the JPY/DKK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/DKK rate in rates.DKK.

How far back does JPY/DKK historical data go?

Daily JPY/DKK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/DKK 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.