Releases: rfelipesilva/stocker
Releases · rfelipesilva/stocker
Release v1.2
- Lib yfinance added to support getting stock exchange information, pandas_datareader alone is not longer capable to get stocks info;
- Date format replaced by MM-DD-YYYY to YYYY-MM-DD;
- Heroku is no longer available to deploy app, heroku has been replaced by Render;
- Pandas version 1.4 replaced by 1.2
Full Changelog: v1.1...v1.2
Release v1.1
Release v1.1
- Lib yfinance replaced by pandas_datareader because of errors with Brazilian stocks list;
- Changed lib version, click==8.0.3 to click==7.1.2, Heroku was with error with newer version during deploy;
- Changed period filters to match with pandas_datareader, no fixed period anymore. Now is possible to filter by longer periods;
Full Changelog: v1.0...v1.1
Release v1.0
Release v1.0
- Available for English and Portuguese;
- Filter option up to 1 year ago;
- No limits related to the stocks amount to compare;
- About section to facilitate access to contacts (LinkedIn and GitHub);
- Functionality to wait until users input;
- Interactive chart;