Skip to content

TOP to DKK exchange rate API

Pa’anga to Danish Krone · quoted 2026-09-25

2.7544

▲ +1.25% over 1Y

1 TOP = 2.7544 DKK · 1 DKK = 0.36306 TOP · Get this rate via the API

1 TOP buys 2.7544 DKK as of 2026-09-25, so 1 DKK buys 0.36306 TOP. Over the last year, TOP/DKK traded between 2.6330 and 2.8074, averaged 2.7313 and rose 1.25%. The API holds daily TOP/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/DKK over 1Y

TOP/DKK over 1Y: show the values
PointTOP/DKK
2025-09-252.7204
2025-10-022.6874
2025-10-092.7183
2025-10-162.7181
2025-10-232.7313
2025-10-302.7230
2025-11-062.7452
2025-11-132.7280
2025-11-202.7091
2025-11-272.6879
2025-12-042.6796
2025-12-112.6716
2025-12-182.6562
2025-12-252.6330
2026-01-012.6586
2026-01-082.6741
2026-01-152.7063
2026-01-222.6956
2026-01-292.6531
2026-02-052.6985
2026-02-122.6939
2026-02-192.7157
2026-02-262.7048
2026-03-052.7405
2026-03-122.7694
2026-03-192.7693
2026-03-262.7727
2026-04-022.7562
2026-04-092.7166
2026-04-172.6971
2026-04-242.7150
2026-05-012.7596
2026-05-082.7099
2026-05-152.7927
2026-05-222.7597
2026-05-292.7739
2026-06-052.7494
2026-06-122.7485
2026-06-192.7816
2026-06-262.7866
2026-07-032.7577
2026-07-102.7643
2026-07-172.8051
2026-07-242.8074
2026-07-312.7731
2026-08-072.7727
2026-08-142.7388
2026-08-212.7282
2026-08-282.7507
2026-09-042.7504
2026-09-112.7522
2026-09-182.7635
2026-09-252.7622

High

2.8074

Low

2.6330

Average

2.7313

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/DKK API questions

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

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

How far back does TOP/DKK historical data go?

Daily TOP/DKK 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 TOP/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.