TOP to DKK exchange rate API
Pa’anga to Danish Krone · quoted 2026-09-25
2.7544
▼ +4.06% over 5Y
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 5 years, TOP/DKK traded between 2.6330 and 3.0424, averaged 2.8021 and fell 4.06%. 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 5Y: show the values
| Point | TOP/DKK |
|---|---|
| 2024-08-24 | 2.8710 |
| 2024-10-01 | 2.9150 |
| 2024-10-31 | 2.9881 |
| 2024-11-30 | 2.9868 |
| 2024-12-30 | 3.0424 |
| 2025-01-29 | 2.9995 |
| 2025-02-28 | 3.0301 |
| 2025-03-30 | 2.8968 |
| 2025-04-29 | 2.8084 |
| 2025-05-29 | 2.8501 |
| 2025-06-28 | 2.6396 |
| 2025-07-28 | 2.7624 |
| 2025-08-27 | 2.7168 |
| 2025-09-26 | 2.7030 |
| 2025-10-26 | 2.7250 |
| 2025-11-25 | 2.6925 |
| 2025-12-25 | 2.6330 |
| 2026-01-24 | 2.6528 |
| 2026-02-23 | 2.7174 |
| 2026-03-25 | 2.7456 |
| 2026-04-25 | 2.6477 |
| 2026-05-25 | 2.7494 |
| 2026-06-24 | 2.7916 |
| 2026-07-24 | 2.8074 |
| 2026-08-23 | 2.7325 |
| 2026-09-22 | 2.7973 |
High
3.0424
Low
2.6330
Average
2.8021
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.