github.com/Finnhub-Stock-API/finnhub-go@v1.2.1/docs/RecommendationTrend.md (about)

     1  # RecommendationTrend
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Symbol** | **string** | Company symbol. | [optional] 
     8  **Buy** | **int64** | Number of recommendations that fall into the Buy category | [optional] 
     9  **Hold** | **int64** | Number of recommendations that fall into the Hold category | [optional] 
    10  **Period** | **string** | Updated period | [optional] 
    11  **Sell** | **int64** | Number of recommendations that fall into the Sell category | [optional] 
    12  **StrongBuy** | **int64** | Number of recommendations that fall into the Strong Buy category | [optional] 
    13  **StrongSell** | **int64** | Number of recommendations that fall into the Strong Sell category | [optional] 
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17