Releases: sdabhi23/bsedata
Releases · sdabhi23/bsedata
v0.6.0
New Features
- Add a way to load historical daily OHLCV data from Bhav Copy released by BSE everyday [issue #3]
Bug Fixes
Maintenance
- Add a pipenv environment for development
- Update years in license statements
- Update time & actions used in
daily-tests
workflow - Increase tests coverage
- Add contributing guidelines
v0.5.4
v0.5.3
Bug Fixes:
- Quick fix for
getQuote
method crashing due to missing priceBand attribute and missing error text on the website [issue #14, issue #31, issue #36]
Breaking Changes:
- Python < 3.7 is no longer officially supported, i.e. the library has not been tested on those Python version in CI. However, it may still continue to work on those versions
v0.5.2
v0.5.1
v0.5.0
Breaking Changes:
- Python < 3.6 is no longer officially supported, i.e. the library has not been tested on those Python version in CI. However, it may still continue to work on those versions
New Features:
- Get historic price trend of a stock over certain fixed time intervals (
1M
,3M
,6M
,12M
) [#24 by @paul-antony] - Add custom exception for invalid or inactive stocks whose data is not available anymore [issue #2 , issue #18 , issue #22]
Misc:
- Remove Travis piplines. This project now uses only GitHub Actions for CI!
- Add code coverage details to CI
- Update docs theme