RudyNL

Results 7 issues of RudyNL

I am trying to download the quarterly income statement. For some stocks I am getting the correct result and for some stocks the data is missing. You can test it...

If you are looking at the Yahoo site "Historical Data" you are seeing the following columns `Date | Open | High | Low | Close* | Adj Close** | Volume...

Retrieving historical stock exchange data is giving problems (version 0.2.6): ``` >>> import yfinance as yf >>> yf.Ticker("MSFT").history() ``` Gives as result ``` Open High Low Close Volume Dividends Stock...

If the ESG data are missing at Yahoo, like with 'aalb.as' you are getting error messages ```` >>> from yahooquery import Ticker >>> aapl = Ticker('aalb.as') >>> aapl.esg_scores Traceback (most...

I am noticing that randomly the dividend payments of the last one or two years are missing on both the Yahoo Finance site and the requested `history` data by `yahooquery`....

I just started to use Portfolio Performance and stored my portfolio which is only covering a few days. If I am opening Reports => Performance => Return / Volatility the...

bug

The experts should decide if this is a feature or a bug; at least it is strange behavior. I am using Yahoo Finance as my data source. You can select...