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: show the values
| Point | TOP/DKK |
|---|---|
| 2025-12-31 | 2.6705 |
| 2026-01-07 | 2.6838 |
| 2026-01-14 | 2.7023 |
| 2026-01-21 | 2.6909 |
| 2026-01-28 | 2.6588 |
| 2026-02-04 | 2.7077 |
| 2026-02-11 | 2.6934 |
| 2026-02-18 | 2.6959 |
| 2026-02-25 | 2.7129 |
| 2026-03-04 | 2.7330 |
| 2026-03-11 | 2.7471 |
| 2026-03-18 | 2.7760 |
| 2026-03-25 | 2.7456 |
| 2026-04-01 | 2.7280 |
| 2026-04-08 | 2.7069 |
| 2026-04-16 | 2.7338 |
| 2026-04-23 | 2.7217 |
| 2026-04-30 | 2.7526 |
| 2026-05-07 | 2.7243 |
| 2026-05-14 | 2.7535 |
| 2026-05-21 | 2.7698 |
| 2026-05-28 | 2.7566 |
| 2026-06-04 | 2.7370 |
| 2026-06-11 | 2.7392 |
| 2026-06-18 | 2.8157 |
| 2026-06-25 | 2.7830 |
| 2026-07-02 | 2.7672 |
| 2026-07-09 | 2.7599 |
| 2026-07-16 | 2.7722 |
| 2026-07-23 | 2.8005 |
| 2026-07-30 | 2.7689 |
| 2026-08-06 | 2.7441 |
| 2026-08-13 | 2.7500 |
| 2026-08-20 | 2.7314 |
| 2026-08-27 | 2.7487 |
| 2026-09-03 | 2.7535 |
| 2026-09-10 | 2.7507 |
| 2026-09-17 | 2.7675 |
| 2026-09-24 | 2.7858 |
High
2.8157
Low
2.6588
Average
2.7399
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.