Name | Type | Description |
---|---|---|
Type | string | The snapshot type, signifying the age of the ratings data from the snapshot date. |
SnapshotDate | DateTime? | The date of the snapshot, when data was recorded. |
RatingDate | DateTime? | The date of the latest rating for the snapshot timeframe. This is the effective date of the ratings data. |
Mean | decimal? | The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell). |
Percentile | decimal? | 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 | int? | The number of analysts recommending Strong Buy. |
Buys | int? | The number of analysts recommending Buy. |
Holds | int? | The number of analysts recommending Hold. |
Sells | int? | The number of analysts recommending Sell. |
StrongSells | int? | The number of analysts recommending Strong Sell. |
Total | int? | The total number of analysts recommendations. |