yahooquery
yahooquery copied to clipboard
No data in assetProfile, defaultKeyStatistics ; missing data in summaryDetail
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