-
Notifications
You must be signed in to change notification settings - Fork 26
/
charts.html
51 lines (46 loc) · 2.49 KB
/
charts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
<head>
<title>Bitcoin Treasuries in Publicly Traded and Private Companies - List of companies that offer compensation in Bitcoin</title>
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/png" href="bitcointreasuries.org-favicon.png">
<base target="_parent" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40834364-9"></script>
<script src="https://cdn.plot.ly/plotly-2.3.1.min.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-40834364-9');
</script>
</head>
<body>
<div id="topm">
<span id="leftm"><a href="https://twitter.com/nvk" class="logo">Bitcoin Treasuries by @NVK</a>
<a href="/" class="addbtn">Back to Home</a>
<a href="/pays-bitcoin" class="addbtn">Bitcoin Jobs</a>
<a href="/bitcoinathlete" class="addbtn">Pro Athletes</a>
<a href="/add" class="addbtn">Add</a></span>
<span id="rightm"><a href="https://bitcoinsecurity.guide">Bitcoin Security</a>
<a href="https://coldcardwallet.com">COLDCARD Wallet</a>
<a href="https://blockclockmini.com">BLOCKCLOCK</a>
<a href="https://opendime.com">OPENDIME</a>
<a href="https://bitcoinseedbackup.com/">SEEDPLATE Bitcoin Backup</a>
<a href="https://store.coinkite.com/promo/6COMM"><b>6% OFF</b> Coinkite Store⬈</a></span>
</div>
<h1 id="title">Bitcoin Treasuries Charts</h1>
<section id="content">
<p>TBD
<br>
<small class="small-print">
10+ employees to be listed above.
<br>
Did I get anything wrong? Please help me correct <a href="https://github.com/nvk/bitcointreasuries.org/issues">here</a>
<br> <b>Information is provided 'as is' and solely for informational purposes, not for trading purposes or advice.</b>
<br>*Basis price is roughly calculated from available sources, currently mixed between time of purchase and balance sheet, help improve it!
<br>Why were NAV & AUM (ie GBTC) type products also added? After much reflection <a href="/why">this was the conclusion.</a>
<br>Quotes are not sourced from all markets and may be delayed up to 20 minutes.<br>
<br> <span class="cc">Copyright © 2021 Coinkite Inc. All rights reserved.</span> <br><br><br></small>
</section>
</body>
</html>