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

     1  # StockCandles
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **O** | **[]float32** | List of open prices for returned candles. | [optional] 
     8  **H** | **[]float32** | List of high prices for returned candles. | [optional] 
     9  **L** | **[]float32** | List of low prices for returned candles. | [optional] 
    10  **C** | **[]float32** | List of close prices for returned candles. | [optional] 
    11  **V** | **[]float32** | List of volume data for returned candles. | [optional] 
    12  **T** | **[]int64** | List of timestamp for returned candles. | [optional] 
    13  **S** | **string** | Status of the response. This field can either be ok or no_data. | [optional] 
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17