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

     1  # EarningRelease
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Symbol** | **string** | Symbol. | [optional] 
     8  **Date** | **string** | Date. | [optional] 
     9  **Hour** | **string** | Indicates whether the earnings is announced before market open(<code>bmo</code>), after market close(<code>amc</code>), or during market hour(<code>dmh</code>). | [optional] 
    10  **Year** | **int64** | Earnings year. | [optional] 
    11  **Quarter** | **int64** | Earnings quarter. | [optional] 
    12  **EpsEstimate** | **float32** | EPS estimate. | [optional] 
    13  **EpsActual** | **float32** | EPS actual. | [optional] 
    14  **RevenueEstimate** | **int64** | Revenue estimate. | [optional] 
    15  **RevenueActual** | **int64** | Revenue actual. | [optional] 
    16  
    17  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    18  
    19