OBJECT
StocksSummary
link GraphQL Schema definition
- type StocksSummary {
- # Beta
- Float :
- # Closing Date Time
- String :
- # Closing Share Price
- Float :
- # Consensus Eps
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Currency Code
- String :
- # Date
- String :
- # Day200 Moving Avg
- Float :
- # Day50 Moving Avg
- Float :
- # Day5 Change Percent
- Float :
- # Dividend Rate
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Dividend Yield
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Eps Surprise Dollar
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Eps Surprise Percent
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Ex Dividend Date
- String @deprecated( reason: "no longer available for the current type" ) :
- # Insider Percent
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Institution Percent
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Latest Eps
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Latest Eps Date
- String @deprecated( reason: "no longer available for the current type" ) :
- # Marketcap
- Float :
- # Month1 Change Percent
- Float :
- # Month3 Change Percent
- Float :
- # Month6 Change Percent
- Float :
- # Number of Estimates
- Float @deprecated( reason: "no longer available for the current type" ) :
- # PE Ratio High
- Float @deprecated( reason: "no longer available for the current type" ) :
- # PE Ratio Low
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Shares Outstanding
- Float :
- # Short Date
- String @deprecated( reason: "no longer available for the current type" ) :
- # Short Interest
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Short Ratio
- Float @deprecated( reason: "no longer available for the current type" ) :
- # Week52 Change
- Float :
- # Week52 High
- Float :
- # Week52 Low
- Float :
- # Year1 Change Percent
- Float :
- # Year2 Change Percent
- Float :
- # Year5 Change Percent
- Float :
- # YTD Change Percent
- Float :
- }