biquote
Home/Crypto/BTCXAG
CRYPTO · Crypto

BTCXAG

Bitcoin vs Silver
1,206.16
3.54% today
Last 24 hours
Bid
1,205.9
Ask
1,206.41
Day High
1,230.94
Day Low
1,187.42

BTCXAG key statistics

1 week
-0.68%
1 month
+6.25%
52w high
1,328.39
52w low
671.82
Avg daily range
+3.13%
History from
20 Dec 2025

Highs and lows are taken from 261 daily bars — the high was set on 22 Dec 2025 and the low on 28 Feb 2026. BTCXAG is quoted to 2 decimal places, minimum tick 0.01, spread at last quote 0.50, quoted in USD on CRYPTO, sourced from MetaTrader 5 (Broker 1).

BTCXAG daily history

DateOpenHighLowCloseChange
11 Sept 20261,206.521,231.191,187.661,206.16-0.03%
10 Sept 20261,164.681,217.641,154.441,206.27+3.57%
09 Sept 20261,196.021,204.891,152.871,164.87-2.60%
08 Sept 20261,188.011,198.561,171.431,196.07+0.68%
07 Sept 20261,214.631,219.001,186.151,188.18-2.18%
06 Sept 20261,205.861,215.911,196.681,214.46+0.71%
05 Sept 20261,203.581,211.421,200.251,206.05+0.20%
04 Sept 20261,213.301,237.341,193.941,203.50-0.81%
03 Sept 20261,183.081,228.831,171.051,213.38+2.56%
02 Sept 20261,207.251,221.701,172.241,182.87-2.02%

BTCXAG API access

Bitcoin vs Silver 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/BTCXAG"
Python
import requests

r = requests.get("https://biquote.io/api/BTCXAG")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/BTCXAG");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for BTCXAG
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", "BTCXAG");

Also available for BTCXAG: daily candles, hourly candles · full API documentation

More crypto instruments