Skip to content

Releases: mariostoev/finviz

1.4.6

08 Apr 12:27
7ac6fcc
Compare
Choose a tag to compare

1.4.5

12 Dec 16:55
83de213
Compare
Choose a tag to compare
  • Bug fix for finviz.get_analyst_price_targets(<TICKER>) fixed in #143

1.4.4

02 Mar 05:41
2b1d04c
Compare
Choose a tag to compare
  • Added EPS growth next Y, Volatility (Month), Volatility (Week), Website to stock data.
  • Fixed a bug where empty string data was being skipped in get_insider().

1.4.3

13 Dec 03:15
fd2e9ff
Compare
Choose a tag to compare
  • Fixed bugs related to empty results for stock's insider trading and news data
  • Fixed a bug that prevented SQLite exports for column names with integer prefixes
  • Added DISABLE_TQDM environment variable for users to toggle to disable progress bar

1.4.2

19 Jun 19:55
4f8304a
Compare
Choose a tag to compare
  • Refactored get_news(<Ticker>), added datetime and source fields
  • Refactored get_analyst_price_targets(<Ticker>, <limit>), renamed price_from and price_to to target_from and target_to. Added target field when only one price is given.

1.4.1

19 Apr 21:25
9324f70
Compare
Choose a tag to compare
  • Fixed conflict that occurred for some tickers on Windows due to reserved file names

1.4.0

04 Apr 00:26
fd9ce97
Compare
Choose a tag to compare
  • Replaced unreliable asynchronous requests with sequential mechanism with exponential backoff retries
  • Fix get_all_news method
  • Added progress bar for data retrieval
  • Initialized user agent in Screener setup
  • Fixed missing ticker issue

1.3.4

27 Apr 20:38
Compare
Choose a tag to compare
changed version

1.3.3

27 Apr 20:21
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

# Conflicts:
#	setup.py

1.3.2

27 Apr 13:35
Compare
Choose a tag to compare
new version and added user agent library