<FundamentalData/>
Fundamental Data Widget
Kick the tires on the fundamentals with this deep dive into how a company is doing beyond simply its stock price.
Options
Use the TradingView Fundamental Data Widget builder to generate the options for the <FundamentalData/>
widget and pass into the options
prop.
example
<template>
<FundamentalData :options="{
width: '100%',
height: 450,
colorTheme: 'dark',
isTransparent: false,
largeChartUrl: '',
displayMode: 'regular',
symbol: 'NASDAQ:AAPL',
locale: 'en',
}"/>
</template>