github JerBouma/FinanceToolkit v1.1.0
FinanceToolkit v1.1.0

latest releases: v2.0.6, v2.0.5, v2.0.4...
2 years ago

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 helpers and then helpers.combine_dataframes it 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

Don't miss a new FinanceToolkit release

NewReleases is sending notifications on new releases.