Shaun Patterson
Shaun Patterson
Incorporates https://github.com/TimBeyer/html-to-vdom/pull/22 Added a few extra tests for more code coverage
### Expected Behavior Start with $1000 Buy $100 of stock self._broker._cash should be $900. Sell $150 of stock self._broker._cash should be $1050 ### Actual Behavior Start with $1000 Buy $100...
New function `get_stock_profile_data()`. Useful for grabbing the company website Also changes version so that the APIs work again.
## Summary (include Python version) Python 3.8 ``` print(Stock(['ICUI'], token=token).get_quote(filter='latestPrice')) print(Stock(['CVLB'], token=token).get_quote(filter='latestPrice')) print(Stock(['ICUI', 'CVLB'], token=token).get_quote(filter='latestPrice')) ``` Prints ``` latestPrice ICUI 197.02 Empty DataFrame Columns: [] Index: [CVLB] ... ValueError: Mixing...
Mifflin
MacBook Pro (16-inch, 2019) 2.6 GHz 6-Core Intel Core i7 Fan speed appears to be accurate however unable to change speed. Also broken on 2.6
Not elegant ... but it works