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: show the values
| Point | TOP/DKK |
|---|---|
| 2025-09-25 | 2.7204 |
| 2025-10-02 | 2.6874 |
| 2025-10-09 | 2.7183 |
| 2025-10-16 | 2.7181 |
| 2025-10-23 | 2.7313 |
| 2025-10-30 | 2.7230 |
| 2025-11-06 | 2.7452 |
| 2025-11-13 | 2.7280 |
| 2025-11-20 | 2.7091 |
| 2025-11-27 | 2.6879 |
| 2025-12-04 | 2.6796 |
| 2025-12-11 | 2.6716 |
| 2025-12-18 | 2.6562 |
| 2025-12-25 | 2.6330 |
| 2026-01-01 | 2.6586 |
| 2026-01-08 | 2.6741 |
| 2026-01-15 | 2.7063 |
| 2026-01-22 | 2.6956 |
| 2026-01-29 | 2.6531 |
| 2026-02-05 | 2.6985 |
| 2026-02-12 | 2.6939 |
| 2026-02-19 | 2.7157 |
| 2026-02-26 | 2.7048 |
| 2026-03-05 | 2.7405 |
| 2026-03-12 | 2.7694 |
| 2026-03-19 | 2.7693 |
| 2026-03-26 | 2.7727 |
| 2026-04-02 | 2.7562 |
| 2026-04-09 | 2.7166 |
| 2026-04-17 | 2.6971 |
| 2026-04-24 | 2.7150 |
| 2026-05-01 | 2.7596 |
| 2026-05-08 | 2.7099 |
| 2026-05-15 | 2.7927 |
| 2026-05-22 | 2.7597 |
| 2026-05-29 | 2.7739 |
| 2026-06-05 | 2.7494 |
| 2026-06-12 | 2.7485 |
| 2026-06-19 | 2.7816 |
| 2026-06-26 | 2.7866 |
| 2026-07-03 | 2.7577 |
| 2026-07-10 | 2.7643 |
| 2026-07-17 | 2.8051 |
| 2026-07-24 | 2.8074 |
| 2026-07-31 | 2.7731 |
| 2026-08-07 | 2.7727 |
| 2026-08-14 | 2.7388 |
| 2026-08-21 | 2.7282 |
| 2026-08-28 | 2.7507 |
| 2026-09-04 | 2.7504 |
| 2026-09-11 | 2.7522 |
| 2026-09-18 | 2.7635 |
| 2026-09-25 | 2.7622 |
High
2.8074
Low
2.6330
Average
2.7313
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.