Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.56 KB

ZacksAnalystRatingSnapshot.md

File metadata and controls

43 lines (23 loc) · 1.56 KB

ZacksAnalystRatingSnapshot

Properties

Name Type Description
type String The snapshot type, signifying the age of the ratings data from the snapshot date.  
snapshotDate LocalDate The date of the snapshot, when data was recorded.  
ratingDate LocalDate The date of the latest rating for the snapshot timeframe. This is the effective date of the ratings data.  
mean BigDecimal The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell).  
percentile BigDecimal The percentile of the mean, derived by comparing to all securities rated by analysts as of the rating date, ranging 0.0 (strong buy) to 1.0 (strong sell).  
strongBuys Integer The number of analysts recommending Strong Buy.  
buys Integer The number of analysts recommending Buy.  
holds Integer The number of analysts recommending Hold.  
sells Integer The number of analysts recommending Sell.  
strongSells Integer The number of analysts recommending Strong Sell.  
total Integer The total number of analysts recommendations.