AntoineV

Results 13 comments of AntoineV

Happy to help with the review if appropriate.

I have had a quick look and it seems that utils.get_json('https://finance.yahoo.com/quote/JAV2.F/financials') queries yahoo finance and gets an html without any earning data in: _json.loads(json_str)['context']['dispatcher']['stores']['QuoteSummaryStore'] (utils.py line 108) there might be...

There is no attribute called news, only the attribute _news or the the method news.

Hi @ValueRaider, I have tried to run with your branch the query and also didn't get the 23h price data over the specified period. Besides the initial issue, I also...

For the initial issue, it might be coming from yahoo finance I believe as by looking at the raw query results at : https://query2.finance.yahoo.com/v8/finance/chart/BTC-USD?period1=1616976000&period2=1617580800&interval=1h&includePrePost=False&events=div%2Csplits , there are missing values as...

Might be good to include the following line in the impacted drop calls: https://github.com/ranaroussi/yfinance/blob/ec6279736b570815ec017691b428c90d910b1739/yfinance/base.py#L320

The MarketCap history doesn't seem to be available on yahoo finance and if you wanted to build the MarketCap history from the history of the stock prices, you would also...

Hi, do you have a specific ticker to reproduce the issue?

Duplicate of https://github.com/ranaroussi/yfinance/issues/937 I believe.

Hi, I have rerun your code locally and it seems that the issue comes from yahoo finance directly where there is missing data for some minutes. You can check he...