Sam Green
Results
2
issues of
Sam Green
**Describe the bug** The `ComboFilings` class [./core/combo.py] throws an an `AttributeError` when attempting to run the "Daily Filings" example because self.user_agent is not initiated. Simply need to add `self.user_agent =...
It would be helpful to add date headers to the financial statements returned in the `Ticker` class. A crude and inelegant fix: ```python3 class Ticker(TickerAPI, JustETF): """ Class for the...