Skip to content

Latest commit

 

History

History
138 lines (75 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

138 lines (75 loc) · 2.05 KB

0.9.1

  • fixed Yahoo.get_current_price_change() return values - returns floats or None now

0.9

  • new EtfDb.get_holdings() method

0.8.5

  • return back to Yahoo provider of get_current_price_change() method

0.8.4

  • fixed market state determination for get_current_price_change() method

0.8.3

  • rewritten get_current_price_change() method and moved from Yahoo to StockAnalysis

0.8.2

  • (yanked)

0.8.1

  • fixed FinViz.get_price_ratings() method

0.8

  • new FinViz.get_insider_trading() method
  • dependencies updated
  • fixed dividends yield

0.7.2

  • fixed raising IndexError instead of SymbolNotFound

0.7.1

  • new properties for EtfDb.get_basic_info()

0.7

  • new provider EtfDb.com

0.6

  • new provider StockAnalysis.com

0.5.1

  • better exception handling (distinction for not found symbols)

0.5

  • new provider FinViz
  • dependencies updated

0.4.2

  • earnings -> eps
  • added regular earnings method to AlphaQuery

0.4.1

  • fixed revenues fetching

0.4

  • new provider BarChart.com

0.3

  • new provider AlphaQuery.com
  • updated imports and class names - now it's i.e. from rug import Yahoo

0.2.11

  • minor fixes

0.2.10

  • minor fixes

0.2.9

  • yahoo.UnofficialAPI.get_current_price() renamed to get_current_price_change()

0.2.8

  • Added: ex-date is back for dividends

0.2.7

  • Updated: better dividends handling (i.e. missing data)

0.2.6

  • Added: exception handling

0.2.5

  • Fixed TipTanks API - basic info for companies with no dividends

0.2.4

  • Fixed TipRanks API - dividends for companies with no dividends

0.2.3

  • Fixed TipRanks API - all methods

0.2.2

  • Minor fixes.

0.2.1

Method rug.yahoo.UnofficialAPI.get_current_price() returns market state now.

0.2

New portals added: YAHOO! + StockTwits

  • get_current_price() method added
  • get_earnings_calendar method added

0.1.2

  • get_dividends() now returns dividend amount too

0.1.1

  • dates are now datetime.date instance

0.1

  • initial release