Sha256: cb3c0c336d37cde152478129fda17a9942f0a0769b5090d107213164c1ad75a5
Contents?: true
Size: 890 Bytes
Versions: 1
Compression:
Stored size: 890 Bytes
Contents
# FinnhubRuby::EarningResult ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **actual** | **Float** | Actual earning result. | [optional] | | **estimate** | **Float** | Estimated earning. | [optional] | | **surprise** | **Float** | Surprise - The difference between actual and estimate. | [optional] | | **surprise_percent** | **Float** | Surprise percent. | [optional] | | **period** | **Date** | Reported period. | [optional] | | **symbol** | **String** | Company symbol. | [optional] | | **year** | **Integer** | Earnings year. | [optional] | | **quarter** | **Integer** | Earnings quarter. | [optional] | ## Example ```ruby require 'finnhub_ruby' instance = FinnhubRuby::EarningResult.new( actual: null, estimate: null, surprise: null, surprise_percent: null, period: null, symbol: null, year: null, quarter: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
finnhub_ruby-1.1.19 | docs/EarningResult.md |