This release features numerous enhancements and fixes:
- Overall robustness fixes to ensure errors are easier to understand. This fixes #38.
- Ensure that if a ticker has no data, that this is accurately displayed and taken out of the calculation. By default tickers are removed but there is a possibility to stop this behaviour. This fixes #42.
- Zero Division Errors due to missing data, this was often an issue when data was available for one financial statement but not for the others resulting in zeros. This fixes #39.
- Add the option to more easily combine DataFrames into the desired format for the Toolkit. Now, with
from financetoolkit.base import helpersand thenhelpers.combine_dataframesit is possible to feed a dictionary with tickers as keys and dataframes as values to create the desired format. This fixes #41.
Full Changelog: https://github.com/JerBouma/FinanceToolkit/commits/v1.1.0