| Name | Type | Description |
|---|---|---|
| type | str | The snapshot type, signifying the age of the ratings data from the snapshot date. |
| snapshot_date | date | The date of the snapshot, when data was recorded. |
| rating_date | date | The date of the latest rating for the snapshot timeframe. This is the effective date of the ratings data. |
| mean | float | The mean (average) weighing of analyst recommendations, from 1 (strong buy) to 5 (strong sell). |
| percentile | float | 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). |
| strong_buys | 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. |
| strong_sells | int | The number of analysts recommending Strong Sell. |
| total | int | The total number of analysts recommendations. |