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

     1  # Filing
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccessNumber** | **string** | Access number. | [optional] 
     8  **Symbol** | **string** | Symbol. | [optional] 
     9  **Cik** | **string** | CIK. | [optional] 
    10  **Form** | **string** | Form type. | [optional] 
    11  **FiledDate** | [**time.Time**](time.Time.md) | Filed date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] 
    12  **AcceptedDate** | [**time.Time**](time.Time.md) | Accepted date <code>%Y-%m-%d %H:%M:%S</code>. | [optional] 
    13  **ReportUrl** | **string** | Report's URL. | [optional] 
    14  **FilingUrl** | **string** | Filing's URL. | [optional] 
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18