Skip to content

Releases: Thomas-mcinally/stockprice

Release v2.2.0

24 Mar 11:33
7e57288
Compare
Choose a tag to compare
big refactoring (#34)

Release v2.1.2

23 Apr 12:07
3b7f320
Compare
Choose a tag to compare
Bugfix - pass no tickers to stockprice (#31)

* in reality first arg is something like /Users/thomas.mcinally/.pyenv/versions/3.10.4/bin/stockprice

* increment version

Release v2.1.1

23 Apr 10:49
Compare
Choose a tag to compare
increment version

Release v2.1.0

22 Apr 17:00
158acae
Compare
Choose a tag to compare
Error handling mistyped ticker (#28)

* print error if yfinance returns 404

* remove files

* refactor test names

* increment version

Release v2.0.5

11 Apr 16:51
ef2c4cf
Compare
Choose a tag to compare
Allow whitespace and traling comma in input (#27)

* allow non string input with whitespace

* dont support string inputs

* allow trailing comma

* refactor variable names

* increment version

* parametrize trailing comma test

* refactor test name

Release v2.0.4

10 Apr 14:49
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/Thomas-mcinally/stockprice

Release v2.0.3

16 Mar 19:32
Compare
Choose a tag to compare
increment version

Release v2.0.2

16 Mar 06:51
Compare
Choose a tag to compare
fix return type hints

Release v2.0.1

14 Mar 03:33
Compare
Choose a tag to compare
bux fix - 1day change before market open

Release v2.0.0

14 Mar 03:06
eaa9f4d
Compare
Choose a tag to compare
add currency to printout (#24)

* add currency to printout

* increment version