FOREX · Forex
CZKPLN
Czech Koruna vs Zloty
0.1783
Market closed · last price 22h ago
Last 24 hours
Bid
0.1773
Ask
0.1794
Day High
0.1779
Day Low
0.1769
CZKPLN key statistics
1 week
-0.36%
1 month
+0.52%
52w high
0.18011
52w low
0.16893
Avg daily range
+0.21%
History from
02 Oct 2025
Highs and lows are taken from 261 daily bars — the high was set on 31 Aug 2026 and the low on 01 Mar 2026. CZKPLN is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.00208, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).
CZKPLN daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 10 Sept 2026 | 0.17785 | 0.17849 | 0.17776 | 0.17833 | +0.27% |
| 09 Sept 2026 | 0.17829 | 0.17833 | 0.17772 | 0.17787 | -0.24% |
| 08 Sept 2026 | 0.17813 | 0.17852 | 0.17804 | 0.17826 | +0.08% |
| 07 Sept 2026 | 0.17828 | 0.17829 | 0.17802 | 0.17812 | -0.09% |
| 06 Sept 2026 | 0.17834 | 0.17834 | 0.17822 | 0.17825 | -0.05% |
| 02 Sept 2026 | 0.17911 | 0.17915 | 0.17880 | 0.17898 | -0.07% |
| 01 Sept 2026 | 0.17930 | 0.17946 | 0.17868 | 0.17910 | -0.11% |
| 31 Aug 2026 | 0.17995 | 0.18011 | 0.17916 | 0.17926 | -0.38% |
| 30 Aug 2026 | 0.17988 | 0.17989 | 0.17986 | 0.17987 | -0.01% |
| 27 Aug 2026 | 0.17960 | 0.17962 | 0.17943 | 0.17959 | -0.01% |
CZKPLN API access
Czech Koruna 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/CZKPLN"
Python
import requests
r = requests.get("https://biquote.io/api/CZKPLN")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/CZKPLN");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for CZKPLN
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", "CZKPLN");Also available for CZKPLN: daily candles, hourly candles · full API documentation
News about CZKPLN
No news found for CZKPLN.