FinanceToolkit v1.2.4
Many many new additions!
- Introduced a TQDM progress bar for financial statements. This only activates if you have TQDM installed and can also be disabled by setting
progress_bar=False
in the Toolkit initalization. The purpose of this is to make it more clear how far the data collection is progressing. This fixes #53. - Added a sleeper in case you breach the request limit. This is mostly relevant for Premium subscriptions that reach the 300 (or 750) API Calls per minute. On average, this should be almost never an issue. This fixes #52.
- I've done some number formatting. Ratios or percentages are depicted with 4 decimals and all other values with 2. This made more sense and keeps the data concise.
- Many QOL updates and Docstring fixes.
I've extended the historical dataset with dividends, returns and cumulative returns. As an example:
I've added in the ability to collect Analyst Estimates. This gives insights in how a range of analysts thought about the past and think about the future of each company.
The Enterprise functionality is now located in models and is calculated with the available data. This makes it more in line with the rest of the Toolkit. This also shows the new progress bars.