Skip to content

Instantly share code, notes, and snippets.

@irmaus
Created July 25, 2017 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irmaus/51dfd7cc68b7779f5dc46efb1cec5935 to your computer and use it in GitHub Desktop.
Save irmaus/51dfd7cc68b7779f5dc46efb1cec5935 to your computer and use it in GitHub Desktop.
Table showing Market Cap with Escrow
<table class="quote">
<thead>
<tr>
<th>Buy</th>
<th>Sell</th>
<th>First</th>
<th>High</th>
<th>Low</th>
<th>Last</th>
<th>MktPrice</th>
<th>Change</th>
<th>Percent Change</th>
<th>Volume</th>
<th>Total Trades</th>
<th>MktCap*</th>
</tr>
</thead>
<tbody>
<tr>
<td data-quoteapi="bid" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>083</span></span></td>
<td data-quoteapi="ask" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>086</span></span></td>
<td data-quoteapi="open" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>083</span></span></td>
<td data-quoteapi="high" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>083</span></span></td>
<td data-quoteapi="low" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>083</span></span></td>
<td data-quoteapi="close" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>083</span></span></td>
<td data-quoteapi="price" class="quoteapi-number quoteapi-price"><span class="quoteapi-positive quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>083</span></span></td>
<td data-quoteapi="change" class="quoteapi-number quoteapi-price quoteapi-change"><span class="quoteapi-negative quoteapi-dollars quoteapi-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">0</span><span class="quoteapi-decimal-part"><span class="quoteapi-decimal-point">.</span>002</span></span></td>
<td data-quoteapi="pctChange" class="quoteapi-number quoteapi-pct-change"><span class="quoteapi-negative quoteapi-pct quoteapi-non-zero-integer-part"><span class="quoteapi-integer-part">2</span><span class="quoteapi-decimal-part quoteapi-has-integer-part"><span class="quoteapi-decimal-point">.</span>4</span><span class="quoteapi-pct-symbol">%</span></span></td>
<td data-quoteapi="volume" class="quoteapi-number quoteapi-volume"><span class="quoteapi-positive quoteapi-non-zero-integer-part"><span class="quoteapi-integer-part">6</span><span class="quoteapi-decimal-part quoteapi-has-integer-part"><span class="quoteapi-decimal-point">.</span>1</span><span class="quoteapi-magnitude-symbol">k</span></span></td>
<td data-quoteapi="tradeCount" class="quoteapi-number"><span class="quoteapi-positive quoteapi-non-zero-integer-part"><span class="quoteapi-integer-part">1</span></span></td>
<td data-quoteapi="marketCapPlusEscrowed" class="quoteapi-number quoteapi-value"><span class="quoteapi-positive quoteapi-dollars quoteapi-non-zero-integer-part"><span class="quoteapi-currency-symbol">$</span><span class="quoteapi-integer-part">9</span><span class="quoteapi-decimal-part quoteapi-has-integer-part"><span class="quoteapi-decimal-point">.</span>7</span><span class="quoteapi-magnitude-symbol">M</span></span></td>
</tr>
</tbody>
</table>
<p>* - Note: market cap figure includes escrow shares in the calculation</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment