cmallwitz / Financials-Extension

Extension for LibreOffice Calc to access stock market data
Other
137 stars 17 forks source link

Issue with 3 tickers #74

Closed Durhammer3111 closed 1 year ago

Durhammer3111 commented 1 year ago

Today, CareCloud is trading under new tickers -- CCLD for its previous MTBC stock, and CCLDP for its previous MTBCP preferred stock. I can sorta understand that something is new during the web scraping, but I'm also seeing the same thing for Fortress Biotech's preferred ticker -- FBIOP -- which worked just fine yesterday. Dunno what's changed! Here's what the trace log shows for these 3:

2023-01-10 11:34:17.247245 getRealtime args=('CCLDP', 21.0, 'YAHOO') r=''<' not supported between instances of 'float' and 'NoneType'' 0.066 ms 2023-01-10 11:34:45.799221 getRealtime args=('FBIOP', 21.0, 'YAHOO') r=''<' not supported between instances of 'float' and 'NoneType'' 0.068 ms 2023-01-10 11:35:52.495370 getRealtime *args=('CCLD', 21.0, 'YAHOO') r=''<' not supported between instances of 'float' and 'NoneType'' 0.156 ms

I sorta imagine that the CareCloud issue will self-resolve in a few days (???) but not sure why the same thing is happening with FBIOP. Thanks for this tool!

Durhammer3111 commented 1 year ago

Okay, might be some change Yahoo did mainly regarding preferred shares (besides the CareCloud ticker change). Now I'm seeing this issue with BW-PA (BWPRA, or BW+A or BW/PA on other platforms). Wondering what preferred shares are next if that's the case....

Durhammer3111 commented 1 year ago

Ah, still don't know what was going on with the other two (BW-PA and FBIOP), but now all is fine. Time heals all. Maybe!