The Cost of Capital
The cost of capital is the weighted average of the cost of equity and the cost of debt. It’s the rate both equity and debt investors demand as a return or the hurdle rate if you’re on the other side of …
The cost of capital is the weighted average of the cost of equity and the cost of debt. It’s the rate both equity and debt investors demand as a return or the hurdle rate if you’re on the other side of …
The cost of debt is the rate at which a company can borrow long-term today. It will reflect the firm’s default risk and the level of interest rates in the market. It is the sum of the risk-free rate and …
Learn how to create a price database for crypto, forex, futures, and stocks in PostgreSQL using Python and SQLAlchemy. You should already know how to connect to a PostgreSQL Database Using SQLAlchemy), and you can download the code for this …
When researching what works in the markets, you’ll want to store your data in a database. There are many reasons why, but the two primary purposes are data persistence and flexibility. I’m going to show you how to create your …
The cost of equity is the return demanded for an individual equity. It’s the return needed for investors to compensate for equity risk, and it’s the cost of equity funding for the company. The cost of equity is relatively easy …
Equity, also called shareholders’ equity or stakeholder equity, gives the holder proportional rights to the remaining cash flows after all debts have been paid. The value of equity depends on your perspective and has both a historical value and an …
We can add the risk-free rate and the equity risk premium to determine how much the market, or an average risk stock, will return. But what if our stock is more or less risky than the market? For that, we …
The Equity Risk Premium is the premium investors charge for investing in the average risk equity over and above a risk-free investment. The ERP is a dynamic number that varies over time due to changes in growth, inflation, and risk. What …
The risk-free rate is a foundational element of investing. It’s the theoretical rate of return you can get investing in something that is guaranteed and has no risk. It’s a reference point in investing as it makes sense to understand …
Let’s develop a simple trading strategy using two simple moving averages now that we’ve installed Zipline. This simple strategy is called a dual moving average strategy. The best way to explain dual moving average (DMA) strategy is with an example. …