Skip to content

FinanceToolkit v1.2.4

Compare
Choose a tag to compare
@JerBouma JerBouma released this 17 Aug 10:23
· 608 commits to main since this release
5208425

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:

image

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.

image

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.

image