FinanceToolkit v1.3.4 #64
JerBouma
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This releases introduces two new models which are the Weighted Average Cost of Capital (WACC) and the Intrinsic Valuation.
As an example, see the WACC below. For the method of calculation please see here.
Furthermore, the Intrinsic Valuation attempts to calculate the intrinsic value of an asset. This does require some manual input through which are growth, perpetual growth and WACC numbers given that this model is highly subjective and asset dependent.
The growth numbers can be specified for each asset individually as well. For the method of calculation please see here.
Next to that, I've introduced trailing calculations for the Financial Statements and Ratios. As an example, you can now see the Trailing P/E ratio with the following code. Note that you need to have
quarterly=True
to get the actual TTM (otherwise you will take the trailing value over 4 years).This discussion was created from the release FinanceToolkit v1.3.4.
Beta Was this translation helpful? Give feedback.
All reactions