David Stephens
David Stephens
Add .plot method to Equity object to make a candlestick plot.
Per the November PDFMiner API changes noted below: 2013/11/13: Bugfixes and minor improvements. As of November 2013, there were a few changes made to the PDFMiner API prior to October...
Hints weren't working for me until I made this change - it was checking individual characters for the words I was providing.
Cleans up the to_string output incase the backend adds a bunch of new line characters.
## Problem Commit 0a4989c introduced a hardcoded URL override in `request_statement()` that breaks API connectivity: ```python def request_statement(token: str, query_id: str, url: Optional[str] = None) -> StatementAccess: """First part of...