- fixed
Yahoo.get_current_price_change()
return values - returns floats orNone
now
- new
EtfDb.get_holdings()
method
- return back to Yahoo provider of
get_current_price_change()
method
- fixed market state determination for
get_current_price_change()
method
- rewritten
get_current_price_change()
method and moved fromYahoo
toStockAnalysis
- (yanked)
- fixed
FinViz.get_price_ratings()
method
- new
FinViz.get_insider_trading()
method - dependencies updated
- fixed dividends yield
- fixed raising IndexError instead of SymbolNotFound
- new properties for
EtfDb.get_basic_info()
- new provider EtfDb.com
- new provider StockAnalysis.com
- better exception handling (distinction for not found symbols)
- new provider FinViz
- dependencies updated
- earnings -> eps
- added regular earnings method to AlphaQuery
- fixed revenues fetching
- new provider BarChart.com
- new provider AlphaQuery.com
- updated imports and class names - now it's i.e.
from rug import Yahoo
- minor fixes
- minor fixes
yahoo.UnofficialAPI.get_current_price()
renamed toget_current_price_change()
- Added: ex-date is back for dividends
- Updated: better dividends handling (i.e. missing data)
- Added: exception handling
- Fixed TipTanks API - basic info for companies with no dividends
- Fixed TipRanks API - dividends for companies with no dividends
- Fixed TipRanks API - all methods
- Minor fixes.
Method rug.yahoo.UnofficialAPI.get_current_price()
returns market state now.
New portals added: YAHOO! + StockTwits
get_current_price()
method addedget_earnings_calendar
method added
get_dividends()
now returns dividendamount
too
- dates are now
datetime.date
instance
- initial release