docs/EarningRelease.md in finnhub_ruby-1.1.6 vs docs/EarningRelease.md in finnhub_ruby-1.1.7
- old
+ new
@@ -9,11 +9,11 @@
| **hour** | **String** | Indicates whether the earnings is announced before market open(<code>bmo</code>), after market close(<code>amc</code>), or during market hour(<code>dmh</code>). | [optional] |
| **year** | **Integer** | Earnings year. | [optional] |
| **quarter** | **Integer** | Earnings quarter. | [optional] |
| **eps_estimate** | **Float** | EPS estimate. | [optional] |
| **eps_actual** | **Float** | EPS actual. | [optional] |
-| **revenue_estimate** | **Integer** | Revenue estimate including Finnhub's proprietary estimates. | [optional] |
-| **revenue_actual** | **Integer** | Revenue actual. | [optional] |
+| **revenue_estimate** | **Float** | Revenue estimate including Finnhub's proprietary estimates. | [optional] |
+| **revenue_actual** | **Float** | Revenue actual. | [optional] |
## Example
```ruby
require 'finnhub_ruby'