RudyNL
RudyNL
What might this be? ``` >>> yf.Ticker('AALB.AS').get_income_stmt(legacy=True, freq='quarterly') 2022-06-30 2022-03-31 2021-12-31 2021-09-30 ResearchDevelopment None None None None EffectOfAccountingCharges None None None None IncomeBeforeTax 108000000 108000000 148300000 148300000 MinorityInterest 43400000 43400000...
See also https://github.com/ranaroussi/yfinance/issues/1333
One of the advantages of Yahoo Finance is that it is covering a major part of the European stock exchanges. For me I am also interested in Helsinki, Oslo, Stockholm,...
At my first trial I landed here [Marketwatch][https://store.marketwatch.com] and didn't find a way out without payment. Today I found an alternative link [Marketwatch][https://www.marketwatch.com/] which is giving sufficient access. I checked...
@fabioDMFerreira A very useful extension. It would be better if `count>250` can be applied instead of working with an `offset` and pagination. In case `count>250` you can merge the results...
Same problem here Yahoo query: 2.3.1 Pandas: 1.3.5 ``` >>> import yahooquery >>> aapl = yahooquery.Ticker('AAPL') >>> data = aapl.history() Traceback (most recent call last): File "", line 1, in...
I can not reproduce the error anymore with Yahoo query 2.3.1 and Pandas 1.5.3 ``` >>> import yahooquery as yq >>> import pandas as pd >>> print(yq.__version__) 2.3.1 >>> print(pd.__version__)...
I am trying to reproduce yesterdays errors. An unchanged program with the same version of libraries is now NOT producing errors. It looks like the Yahoo input data is influencing...
I found a problem in the Yahoo data. Just run: ``` from yahooquery import Ticker aapl = Ticker('AAPL') data = aapl.history() ``` The last line of the `data` has timezone...
@rinkef > without changing anything Are you sure? Rebooting is often combined with upgrading. So maybe your system has been upgraded. My problems are time dependent. The time-zone information provided...