Closed SaltyCybernaut closed 1 year ago
Could you upload/attach the file (starting from your home directory) .financials-extension/yahoo-AAPL.html here?
or rather yahoo-APPL-statistics.html
HTML was not a supported file type, so I had to ZIP it.
Take a look at my entry (#77) -- it's not just the statistics files, it looks like any file -- at least my quotes files!
@cmallwitz, after the update to v3.3.0. I am still seeing failures for "SHARES_OUT", "last_price_date", and "last_price_time" from Yahoo.
"last_price_date" and "last_price_time" is not available in an extract-able form. SHARES_OUT should be available - do you have a example symbol?
Since 'LAST_PRICE_DATE' and 'LAST_PRICE_TIME' are no longer supported by Yahoo per the documentation, this Issue can be closed.
@cmallwitz thank you for the effort you put into this project, it benefits many people including myself.
Version 3.2.1 is unable to parse data from the Yahoo statistics page. Based on the error messages, I believe the underlying problem is that Yahoo changed the "div path" to the tables which are parsed for data. Below is the code which was run and the error log.
Python Code and Output
Output of
trace.log
2023-01-12 20:18:03.414725 getRealtime *args=('AAPL', 'SHARES_OUT', 'yahoo') r='Yahoo.getRealtimeStatistics(AAPL, 75) - process: 'NoneType' object has no attribute 'findall'' 991.288 ms