dblock / iex-ruby-client

IEX Finance API Ruby Client
MIT License
119 stars 60 forks source link

Provide Quarterly Earnings Estimates Support #41

Closed Bensign closed 3 years ago

Bensign commented 5 years ago

As recommended by the IEX Team, provide support for the estimates API call for getting earnings information. The original issue I opened with more detail is referenced here: https://github.com/iexg/IEX-API/issues/681

Ruby client users may now call IEX::Resources::Estimates.get('MSFT') and have the earnings estimate object returned. In the event this information isn't known or reported yet by IEX, nil is returned.

Please let me know if this PR misses anything - happy to get it cleaned up as need be.

dblock commented 5 years ago

Bump @Bensign? Also needs to be edited/rebuilt on top of IEX cloud APIs, see #42.

Bensign commented 5 years ago

Oh wow - awesome to see #42! I have some time this weekend and will get this updated and resolved. Sorry for the delay on this.