Stefan
Stefan
The fix-yahoo-finance Python library has been renamed to yfinance, so I updated the notebooks to reflect the change. I haven't checked every modified notebook, but most appear to be functioning...
This patch adds a few functions to StreamClient to collect [active issue messages](https://developer.tdameritrade.com/content/streaming-data#_Toc504640583). All subscriptions receive the appropriate messages and I've used one of the endpoints for a number of...
Just added two missing words.
A procedure that turns byte-strings into numbers would be useful, especially when dealing with the proposed `crypto-random-bytes` function. This patch adds such a procedure.