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

     1  # PriceTarget
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Symbol** | **string** | Company symbol. | [optional] 
     8  **TargetHigh** | **float32** | Highes analysts' target. | [optional] 
     9  **TargetLow** | **float32** | Lowest analysts' target. | [optional] 
    10  **TargetMean** | **float32** | Mean of all analysts' targets. | [optional] 
    11  **TargetMedian** | **float32** | Median of all analysts' targets. | [optional] 
    12  **LastUpdated** | [**time.Time**](time.Time.md) | Updated time of the data | [optional] 
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16