Commit Graph

15 Commits (main)

Author SHA1 Message Date
Flávio Veloso Soares 972547ca8c Replace prints with logging module 2023-02-16 16:53:33 -08:00
ValueRaider b050692ee4 Improve bad ticker handling ; Remove redundant get_earnings_history() 2022-11-06 18:30:05 +00:00
ValueRaider 6e96a1a8e6 Refactor properly ; Rename some new properties 2022-10-17 16:40:12 +01:00
Stephen Hogg d65391b798 Merged (refactored). Quarterlies updates. Multi-Index Inlcluded. 2022-10-16 17:34:23 +10:00
Ran Aroussi f878ce5ea5
Merge branch 'main' into feature/earnings-dates 2022-06-16 16:00:32 +01:00
Value Raider 77f3810cdd Add feature get_earnings_dates() 2022-06-15 17:42:22 +01:00
rickturner01 d0606cdb03 Added get_earnings_history to fetch earnings data 2022-06-11 02:50:42 -04:00
tsherknus cdced94a00 Resolves UnboundLocalError in base.py history()
In base.py history(), session.get can return None or 404. Clarify exception catching within the history() method of base.py.

Ensure none and 404 values are caught prior to quote processing.

This prevents json parse exception, connection exception, or unbound exception from being thrown during data collection.

Includes updated unit testing.
2022-01-11 18:51:12 -05:00
giorgossideris 063495a270 Make Historical Shares Outstanding number available (#892)
Before this commit there was no option to get the last 4 years' Shares Outstanding of a company. Now, this numbers can be found at the <code>Ticker.shares</code> attribute. Specifically, they refer to the average number of basic shares for each year.
2021-11-24 23:03:04 +02:00
ran 9eef951acc Added legal disclaimers
Added legal disclaimers to the README file to make sure people are aware that this library is not affiliated, endorsed, or vetted by Yahoo, Inc
2021-11-20 20:13:48 +00:00
Alberto Ortega b42d176851 Add .news ticker property 2021-10-16 16:47:43 +02:00
Stephen Hogg c3da55f2e4 Finished updating all of the required updates. 2021-07-12 19:34:18 +10:00
ran 6df6a0402d ci stuff (2) 2021-07-03 14:42:50 +01:00
Arnaud Gelas 3709d88343 Create a folder named 'tests' which contain all tests 2021-07-01 20:41:28 +02:00
HMellor 3dde9d6e8c Add automatic testing and coverage 2020-11-21 10:38:06 +00:00