Releases: mariostoev/finviz
Releases · mariostoev/finviz
1.4.5
- Bug fix for
finviz.get_analyst_price_targets(<TICKER>)
fixed in #143
1.4.4
- 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
- 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
- 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
- Fixed conflict that occurred for some tickers on Windows due to reserved file names
1.4.0
- 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.3
Merge remote-tracking branch 'origin/master'
# Conflicts:
# setup.py
1.3.2
new version and added user agent library