What are the criteria for the magic formula?

Asked by: Mrs. Aleen Reichel  |  Last update: May 8, 2026
Score: 4.1/5 (43 votes)

The Magic Formula Criteria Greenblatt's magic formula is based on two key criteria: earnings yield and return on capital. The formula aims to identify companies that are both cheap and profitable, with the belief that these stocks have the highest potential for outsized returns.

What are the criteria for magic formula investing?

What Is the Magic Investing Formula? Screening stocks using the magic formula method is based on a rankings system. As developed by Greenblatt, this system uses three distinct criteria to rank companies: earnings before interest and taxes (EBIT), earnings per share, and return on capital.

How is the magic formula calculated?

Calculating the Magic Formula

To calculate the Magic Formula score, you separately rank all stocks by EBIT/EV. For example the company with the highest EBIT/Enterprise Value would get a value of 1, the next best 2 and so forth.

What are the metrics of the magic formula?

The magic formula investing strategy is based on a simple principle: buy good companies at good prices. It uses two key financial metrics to identify these companies: return on capital (ROC) and earnings yield (EY).

What is the magic formula tested?

Magic formula investing is a successfully back-tested strategy that can increase your chances of outperforming the market. The strategy focuses on screening for companies that fit specific criteria and uses a methodical, unemotional process to manage the portfolio over time.

What is the Magic Formula Investing Strategy?

36 related questions found

What is the magic formula function?

The Magic Formula y(x) typically produces a curve that passes through the origin x = y = 0, reaches a maximum, and subsequently tends to a horizontal asymptote.

What is the magic method for?

Magic methods are special methods which override PHP's default's action when certain actions are performed on an object. All methods names starting with __ are reserved by PHP. Therefore, it is not recommended to use such method names unless overriding PHP's behavior.

What is the magic formula for success?

MAGIC FORMULA OF ATTITUDE

In a nutshell, it is your 'Attitude' which determines success. You can achieve only what you think you can achieve. The attitude towards life – the strength of character of getting up after a fall, dusting yourself and starting afresh once again – determines how successful you become.

What is magic formula ratio?

This is how the two Magic Formula investing ratios are calculated: Return on invested capital (ROIC) = EBIT / (net working capital + net fixed assets). Earnings yield = EBIT / Enterprise value.

What is the magic formula rank?

Stockopedia explains Magic Formula Score

An overall ranking for each stock is created by combining the rank of a company's Return on Capital vs the market (its quality) with the rank of its Earnings Yield (its cheapness).

Does magic formula work?

A 2022 study of the stock market in Norway found that the magic formula generates risk-adjusted excess returns. Over the sample period (2003-2022) the strategy had a CAGR of 21.56%. However, these returns may not be achievable in real-world conditions due to the impact of transaction costs.

What is famous magic formula in stock market?

Joel Greenblatt's magic formula for investing works on two principles – the current price of a stock and the parent company's net operational costs. It suggests you invest in the stocks of companies with extraordinary return on capital employed (ROCE) or high earnings yield.

What are the 4 golden rules investing?

By following these four golden rules—starting early, investing regularly, thinking long-term, and diversifying—you set yourself up for a successful investing journey. Remember, the goal isn't just to make money but to build wealth in a sustainable, low-stress way.

What are the three investment criteria?

This post has examined three primary investment criteria that experienced Investors utilize to evaluate potential investments: the fit with their investment strategy, the quality of the Founding team, and the size of the market opportunity.

What are the requirements for magic formula investing?

The result is an easy-to-follow process that relies on two simple rules: Seek out companies with high return on invested capital (ROIC) and those that can be purchased at a low price that provides a high pretax earnings yield. These two concepts—buying a good business at a bargain price—make up the “magic formula.”

What is the magic ratio?

According to relationship researcher John Gottman, the magic ratio is 5 to 1. What does this mean? This means that for every one negative feeling or interaction between partners, there must be five positive feelings or interactions. Stable and happy couples share more positive feelings and actions than negative ones.

What is a magic formula?

A: The Magic Formula system was designed to hold stocks for approximately one year in order to maximize your after-tax return. After the one year period you should screen for new stocks and establish a new portfolio based on the most current financial statements and stock prices.

What is the secret behind every success?

The essence of success lies in a combination of resilience, self-belief, and innovation. Successful individuals stand out by embracing risks, holding unwavering confidence in their abilities, and continually thinking outside the conventional norms.

What is the equation for luck?

Luck = (Quality x Volume / Serendipity) + Openness

All elements must be in place to “get lucky.” Three are within our control, but that fourth, not so much.

What is a coffee can portfolio?

A coffee can portfolio is a long-term bet on certain stocks that have extremely good promoter lineage, have consistently performed over the years, have a long runway for growth and are backed by good management to name a few.

What is the 1 2 3 magic method?

1-2-3 Magic divides the parenting responsibilities into three straightforward tasks: controlling negative behavior, encouraging good behavior, and strengthening the child-parent relationship. The program seeks to encourage gentle, but firm, discipline without arguing, yelling, or spanking.

What is the number one rule of magic?

Never reveal the secret of an effect

You are more popular as a magician when the audience does not know how it is done. There is simply no benefit or gain in sharing the secret, in fact it kills the magic and you will not be able to perform the effect again to the same audience.

Which is the most important magic method?

__init__(self, *args, **kwargs)

This is the most common magic method. It initializes an object after it has been created with __new__ .