[update] misc/py-yfinance

2023-11-27 Thread Clemens Gößnitzer
Attached is a diff which updates misc/py-yfinance to the most current version. Thanks. Index: Makefile === RCS file: /cvs/ports/misc/py-yfinance/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile25 Nov

[UPDATE] misc/py-yfinance

2022-09-14 Thread Clemens Gößnitzer
Update for misc/py-yfinance. Changelog: 0.1.74 Fixed bug introduced in 0.1.73 (sorry :/) 0.1.73 Merged several PR that fixed misc issues Thanks. Index: Makefile === RCS file: /cvs/ports/misc/py-yfinance/Makefile,v

Re: [UPDATE] misc/py-yfinance 0.1.69 => 0.1.72

2022-06-20 Thread Clemens Gößnitzer
On Sun, 2022-06-19 at 15:23 -0500, Lucas Raab wrote: > On Sun, Jun 19, 2022 at 08:55:14PM +0200, Clemens Gößnitzer wrote: > > Simple update of py-yfinance from 0.1.69 to 0.1.72. > > > > Changelog from github: > > > > 0.1.72 > >  bugfix > > 0.1.71 > >  Added Tickers(…).news() > >  Return empty DF

Re: [UPDATE] misc/py-yfinance 0.1.69 => 0.1.72

2022-06-19 Thread Lucas Raab
On Sun, Jun 19, 2022 at 08:55:14PM +0200, Clemens Gößnitzer wrote: > Simple update of py-yfinance from 0.1.69 to 0.1.72. > > Changelog from github: > > 0.1.72 > bugfix > 0.1.71 > Added Tickers(…).news() > Return empty DF if YF missing earnings dates > Fix EPS % to 0->1 > Fix timezone

[UPDATE] misc/py-yfinance 0.1.69 => 0.1.72

2022-06-19 Thread Clemens Gößnitzer
Simple update of py-yfinance from 0.1.69 to 0.1.72. Changelog from github: 0.1.72 bugfix 0.1.71 Added Tickers(…).news() Return empty DF if YF missing earnings dates Fix EPS % to 0->1 Fix timezone handling Fix handling of missing data Clean earnings_dates table Add .get_earnings_dates()

[UPDATE] misc/py-yfinance

2022-03-15 Thread Clemens Gößnitzer
Simple update to py-yfinance. This update is a bugfix release. Thanks. Index: Makefile === RCS file: /cvs/ports/misc/py-yfinance/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile11 Mar 2022

Re: [update] misc/py-yfinance

2022-01-21 Thread Clemens Gößnitzer
On Fri, 2022-01-21 at 00:58 +, portno12 wrote: > builds ok on amd64, all tests pass > ok for import? Update works for me too. Thanks.

Re: [update] misc/py-yfinance

2022-01-21 Thread Clemens Gößnitzer
January 21, 2022 1:58 AM, "portno12" wrote: > builds ok on amd64, all tests pass > ok for import? I will test your diff tonight. Thanks for the update!

[UPDATE} misc/py-yfinance

2021-11-14 Thread Clemens Gößnitzer
Update from 0.1.64 to 0.1.66 Changelog: * 0.1.66 Merged PR to allow yfinance to be pickled * 0.1.65 Merged PRs to fix some bugs Added lookup by ISIN utils.get_all_by_isin(...), utils.get_ticker_by_isin(...), utils.get_info_by_isin(...), utils.get_news_by_isin(...)