Skip to content

TOP to DKK exchange rate API

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

2.7544

▲ +3.14% over YTD

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 year to date, TOP/DKK traded between 2.6588 and 2.8157, averaged 2.7399 and rose 3.14%. 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 YTD

TOP/DKK over YTD: show the values
PointTOP/DKK
2025-12-312.6705
2026-01-072.6838
2026-01-142.7023
2026-01-212.6909
2026-01-282.6588
2026-02-042.7077
2026-02-112.6934
2026-02-182.6959
2026-02-252.7129
2026-03-042.7330
2026-03-112.7471
2026-03-182.7760
2026-03-252.7456
2026-04-012.7280
2026-04-082.7069
2026-04-162.7338
2026-04-232.7217
2026-04-302.7526
2026-05-072.7243
2026-05-142.7535
2026-05-212.7698
2026-05-282.7566
2026-06-042.7370
2026-06-112.7392
2026-06-182.8157
2026-06-252.7830
2026-07-022.7672
2026-07-092.7599
2026-07-162.7722
2026-07-232.8005
2026-07-302.7689
2026-08-062.7441
2026-08-132.7500
2026-08-202.7314
2026-08-272.7487
2026-09-032.7535
2026-09-102.7507
2026-09-172.7675
2026-09-242.7858

High

2.8157

Low

2.6588

Average

2.7399

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.