Sha256: cd43f71c37775662d5f4c674bd53aa52e3faf15ec91797b70aed8931cbba6f1f
Contents?: true
Size: 498 Bytes
Versions: 9
Compression:
Stored size: 498 Bytes
Contents
# FinnhubRuby::EbitEstimates ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**Array<EbitEstimatesInfo>**](EbitEstimatesInfo.md) | List of estimates | [optional] | | **freq** | **String** | Frequency: annual or quarterly. | [optional] | | **symbol** | **String** | Company symbol. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::EbitEstimates.new( data: null, freq: null, symbol: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems