yahooquery icon indicating copy to clipboard operation
yahooquery copied to clipboard

No data in assetProfile, defaultKeyStatistics ; missing data in summaryDetail

Open portefeuille opened this issue 3 years ago • 0 comments

Hello,

Until last week, this worked fine but now for most stocks I'm watching, there is no data in assetProfile, defaultKeyStatistics and some data are missing in summaryDetail.

Here is a detailed example :

>>> stock = Ticker("AKW.PA")
>>> stock.asset_profile
{'AKW.PA': 'No fundamentals data found for any of the summaryTypes=assetProfile'}
>>> stock.key_stats
{'AKW.PA': 'No fundamentals data found for any of the summaryTypes=defaultKeyStatistics'}
>>> stock.summary_detail
{'AKW.PA': {'maxAge': 1, 'priceHint': 2, 'previousClose': 19.9, 'open': 20.1, 'dayLow': 19.54, 'dayHigh': 20.35, 'regularMarketPreviousClose': 19.9, 'regularMarketOpen': 20.1, 'regularMarketDayLow': 19.54, 'regularMarketDayHigh': 20.35, 'trailingPE': 5.1907606, 'volume': 16393, 'regularMarketVolume': 16393, 'averageVolume': 15545, 'averageVolume10days': 17341, 'averageDailyVolume10Day': 17341, 'bid': 0.0, 'ask': 0.0, 'bidSize': 0, 'askSize': 0, 'marketCap': 534700000, 'fiftyTwoWeekLow': 19.38, 'fiftyTwoWeekHigh': 34.2, 'fiftyDayAverage': 21.5182, 'twoHundredDayAverage': 25.3993, 'trailingAnnualDividendRate': 0.45, 'trailingAnnualDividendYield': 0.022613065, 'currency': 'EUR', 'fromCurrency': None, 'toCurrency': None, 'lastMarket': None, 'algorithm': None, 'tradeable': False}}

In summaryDetail, I don't get beta and exDividendDate any more.

If another example is needed, you can look at BOI.PA or BALTA.BR. I can provide more.

Thanks

portefeuille avatar Dec 04 '21 13:12 portefeuille