FOREX · Forex
TRYDKK
New Turkish Lira vs Danish Krona
0.1326
▲ 0.15% today
Last 24 hours
Bid
0.1323
Ask
0.1330
Day High
0.1327
Day Low
0.1321
TRYDKK key statistics
1 week
-0.15%
1 month
-1.59%
52w high
0.15280
52w low
0.13230
Avg daily range
+0.36%
History from
11 Nov 2025
Highs and lows are taken from 261 daily bars — the high was set on 11 Nov 2025 and the low on 09 Sept 2026. TRYDKK is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.00070, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).
TRYDKK daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 11 Sept 2026 | 0.13235 | 0.13295 | 0.13235 | 0.13265 | +0.23% |
| 10 Sept 2026 | 0.13255 | 0.13295 | 0.13240 | 0.13245 | -0.08% |
| 09 Sept 2026 | 0.13255 | 0.13270 | 0.13230 | 0.13245 | -0.08% |
| 08 Sept 2026 | 0.13260 | 0.13290 | 0.13255 | 0.13260 | +0.00% |
| 07 Sept 2026 | 0.13280 | 0.13295 | 0.13260 | 0.13270 | -0.08% |
| 06 Sept 2026 | 0.13290 | 0.13300 | 0.13245 | 0.13285 | -0.04% |
| 04 Sept 2026 | 0.13265 | 0.13325 | 0.13260 | 0.13275 | +0.08% |
| 03 Sept 2026 | 0.13350 | 0.13355 | 0.13265 | 0.13270 | -0.60% |
| 02 Sept 2026 | 0.13360 | 0.13385 | 0.13330 | 0.13355 | -0.04% |
| 01 Sept 2026 | 0.13325 | 0.13365 | 0.13315 | 0.13350 | +0.19% |
TRYDKK API access
New Turkish Lira vs Danish Krona 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/TRYDKK"
Python
import requests
r = requests.get("https://biquote.io/api/TRYDKK")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/TRYDKK");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for TRYDKK
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", "TRYDKK");Also available for TRYDKK: daily candles, hourly candles · full API documentation
News about TRYDKK
No news found for TRYDKK.