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

     1  # Investor
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | **string** | Investor's name. | [optional] 
     8  **Share** | **int64** | Number of shares held by the investor. | [optional] 
     9  **Change** | **int64** | Number of share changed (net buy or sell) from the last period. | [optional] 
    10  **FilingDate** | **string** | Filing date. | [optional] 
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14