Sha256: 9ca3e03b5140b7683244f6e88af972aa142e7966dab1ed5a2f00b110f7c9669c

Contents?: true

Size: 679 Bytes

Versions: 9

Compression:

Stored size: 679 Bytes

Contents

# FinnhubRuby::EbitEstimatesInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **ebit_avg** | **Float** | Average EBIT estimates including Finnhub's proprietary estimates. | [optional] |
| **ebit_high** | **Float** | Highest estimate. | [optional] |
| **ebit_low** | **Float** | Lowest estimate. | [optional] |
| **number_analysts** | **Integer** | Number of Analysts. | [optional] |
| **period** | **Date** | Period. | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::EbitEstimatesInfo.new(
  ebit_avg: null,
  ebit_high: null,
  ebit_low: null,
  number_analysts: null,
  period: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.18 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.17 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.16 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.15 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.14 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.13 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.12 docs/EbitEstimatesInfo.md
finnhub_ruby-1.1.11 docs/EbitEstimatesInfo.md