Hot lists
The Stock Market widget ships with multiple customization options. By default, the widget contains hot lists and the chart. If you are looking for a concise yet informative solution, you can display the hot lists only. To do this, you should enable the Hide chart option in the widget constructor.
Embed code
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-hotlists.js" async>
{
"colorTheme": "light",
"dateRange": "1D",
"exchange": "US",
"showChart": false,
"locale": "en",
"width": "300",
"height": "407",
"largeChartUrl": "",
"isTransparent": false,
"showSymbolLogo": true,
"showFloatingTooltip": true
}
</script>
</div>
<!-- TradingView Widget END -->
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<div class="tradingview-widget-copyright"><a href="https://www.tradingview.com/" rel="noopener nofollow" target="_blank"><span class="blue-text">Track all markets on TradingView</span></a></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-hotlists.js" async>
{
"colorTheme": "light",
"dateRange": "1D",
"exchange": "US",
"showChart": false,
"locale": "en",
"width": "300",
"height": "407",
"largeChartUrl": "",
"isTransparent": false,
"showSymbolLogo": true,
"showFloatingTooltip": true
}
</script>
</div>
<!-- TradingView Widget END -->