<SymbolInfo/>
Symbol Info Widget
See the top five gaining, losing, and most active stocks for the day. It updates based on current market activity โ so you'll always see the most relevant stocks.
Options
Use the TradingView Symbol Info Widget builder to generate the options for the <SymbolInfo/>
widget and pass into the options
prop.
example
<template>
<SymbolInfo :options="{
width: '100%',
colorTheme: 'dark',
symbol: 'NASDAQ:AAPL',
locale: 'en',
isTransparent: false,
}"/>
</template>