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

     1  # EarningsCallTranscripts
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Symbol** | **string** | Company symbol. | [optional] 
     8  **Transcript** | **[]map[string]interface{}** | Transcript content. | [optional] 
     9  **Participant** | **[]map[string]interface{}** | Participant list | [optional] 
    10  **Audio** | **string** | Audio link. | [optional] 
    11  **Id** | **string** | Transcript's ID. | [optional] 
    12  **Title** | **string** | Title. | [optional] 
    13  **Time** | [**time.Time**](time.Time.md) | Time of the event. | [optional] 
    14  **Year** | **int64** | Year of earnings result in the case of earnings call transcript. | [optional] 
    15  **Quarter** | **int64** | Quarter of earnings result in the case of earnings call transcript. | [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