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

     1  # Dividends
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Symbol** | **string** | Symbol. | [optional] 
     8  **Date** | **string** | Ex-Dividend date. | [optional] 
     9  **Amount** | **float32** | Amount in local currency. | [optional] 
    10  **AdjustedAmount** | **float32** | Adjusted dividend. | [optional] 
    11  **PayDate** | **string** | Pay date. | [optional] 
    12  **RecordDate** | **string** | Record date. | [optional] 
    13  **DeclarationDate** | **string** | Declaration date. | [optional] 
    14  **Currency** | **string** | Currency. | [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