Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 23:52
· 22 commits to main since this release
56dc20e
Reduce dependencies - call yahoo finance api directly (#23)

* add notes

* use yfinance api directly - iterate through all timestamps

* remove unused code

* refactor variables

* test two tickers

* remove unused code in conftest

* remove unused dependencies

* remove notes.txt

* add type hint

* add return type for new_calculate_percentage_price_change_over_n_days

* rename function

* reformat

* make work for crypto - all days trading days

* reformat

* use datetime.utcnow to prevent timezone errors

* throw error if yahoo finance api returns non-utc timezone info

* remove comments

* refactor - only catch TimeZoneError

* refactor test name