FOREX · Forex
DKKPLN
Danish Krona vs Zloty
0.5784
▼ 0.10% today
Last 24 hours
Bid
0.5766
Ask
0.5801
Day High
0.5771
Day Low
0.5760
DKKPLN key statistics
1 week
+0.26%
1 month
+0.22%
52w high
0.58197
52w low
0.55154
Avg daily range
+0.24%
History from
11 Nov 2025
Highs and lows are taken from 261 daily bars — the high was set on 10 Jul 2026 and the low on 01 Mar 2026. DKKPLN is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.00355, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).
DKKPLN daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 11 Sept 2026 | 0.57891 | 0.57894 | 0.57798 | 0.57836 | -0.10% |
| 10 Sept 2026 | 0.57727 | 0.57909 | 0.57713 | 0.57891 | +0.28% |
| 09 Sept 2026 | 0.57698 | 0.57765 | 0.57671 | 0.57730 | +0.05% |
| 08 Sept 2026 | 0.57660 | 0.57770 | 0.57634 | 0.57693 | +0.06% |
| 07 Sept 2026 | 0.57688 | 0.57737 | 0.57619 | 0.57667 | -0.04% |
| 06 Sept 2026 | 0.57693 | 0.57723 | 0.57684 | 0.57688 | -0.01% |
| 04 Sept 2026 | 0.57814 | 0.57827 | 0.57595 | 0.57670 | -0.25% |
| 03 Sept 2026 | 0.57929 | 0.57960 | 0.57779 | 0.57818 | -0.19% |
| 02 Sept 2026 | 0.58006 | 0.58049 | 0.57861 | 0.57922 | -0.14% |
| 01 Sept 2026 | 0.57938 | 0.58027 | 0.57816 | 0.57976 | +0.07% |
DKKPLN API access
Danish Krona vs Zloty prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.
curl
curl "https://biquote.io/api/DKKPLN"
Python
import requests
r = requests.get("https://biquote.io/api/DKKPLN")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/DKKPLN");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for DKKPLN
const conn = new signalR.HubConnectionBuilder()
.withUrl("https://biquote.io/hubs/tick")
.build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "DKKPLN");Also available for DKKPLN: daily candles, hourly candles · full API documentation
News about DKKPLN
No news found for DKKPLN.