fredrik-corneliusson

Results 10 comments of fredrik-corneliusson

@ValueRaider if merged please make sure it does not affect performance of other API:s New features should be carefully added and be of common use as all new features need...

This seems fixed in latest dev branch. ``` In [1]: import yfinance as yf; stock = yf.Ticker("BMW3.DE") In [2]: stock.get_shares() Out[2]: BasicShares Year 2018 657600576 2019 658118053 2020 658862376 2021...

> Big thank you. [fredrik-corneliusson](https://github.com/fredrik-corneliusson) Super newbie. I am doing it wrong because I go this. > Thanks, but you should really thank @Rogach, who did the investigation and coming...

Seems like pandas does support adding extra properties to dataframes https://pandas.pydata.org/pandas-docs/stable/development/extending.html#define-original-properties However it might be be better to use @ymyke suggestion and store it on the Ticker instead.

Yes I think the threads implementation would be in need of a improvement, any exceptions raised in threads results in the whole download hanging.

Is this really a good idea? I like the caps separation better, easier to write and looks more like keys in a table which they are. Also is this not...

Keep in mind that if it's documentation from other sources it has to have a open source license permitting copying. If not it would probably result in a copyright violation.

Hi, I think with every new bit in information we add it will have to be supported and updated causing extra work for current maintainer. If there are good external...

@thirumalairajr The changes should now go into this file: https://github.com/ranaroussi/yfinance/blob/dev/yfinance/scrapers/quote.py#L99

@ValueRaider Yes is should. However the v0.2 uses another way of fetching the data (and the output has changed) so it cannot be compared directly. Here are the different results...