P/E Ratio Calculator – Price to Earnings Ratio for Any Stock
Calculate the Price-to-Earnings ratio, earnings yield, and valuation metrics for any stock. Free P/E ratio calculator with instant results.
Last updated: 2026-03-09
Price-to-earnings ratio calculator
Results
P/E Ratio
—
Earnings Yield
—
Price per $1 Earnings
—
Calculation History (0)
Examples
Understanding the P/E Ratio
The Price-to-Earnings (P/E) ratio measures how much investors pay for each dollar of a company's earnings. It's one of the most widely used stock valuation metrics, helping investors assess whether a stock is overvalued, undervalued, or fairly priced.
The Formula
P/E Ratio = Stock Price ÷ Earnings Per Share (EPS)
Earnings Yield = (EPS ÷ Stock Price) × 100How to Interpret
- Below 15: Often considered undervalued or a value stock
- 15–25: Typical range for established companies
- Above 25: May indicate high growth expectations or overvaluation
- Always compare P/E ratios within the same industry — tech stocks typically have higher P/E than utilities
Frequently Asked Questions
- What is a good P/E ratio?
- There's no universal 'good' P/E ratio — it depends on the industry, growth rate, and market conditions. Generally, a P/E below 15 suggests value, 15–25 is typical, and above 25 may indicate high growth expectations. Always compare within the same sector.
- What's the difference between trailing and forward P/E?
- Trailing P/E uses earnings from the past 12 months, while forward P/E uses estimated future earnings. This calculator uses the EPS you provide — enter trailing EPS for trailing P/E or analyst estimates for forward P/E.
- Can P/E be negative?
- Yes, if a company has negative earnings (losses), the P/E ratio will be negative. Negative P/E ratios are generally not meaningful for valuation, which is why analysts typically don't report them.
- What is earnings yield?
- Earnings yield is the inverse of the P/E ratio (EPS ÷ Price), expressed as a percentage. It represents the return on each dollar invested based on earnings and is useful for comparing stocks to bond yields.
Related Calculators
Evaluate More Investments
Explore our full suite of finance calculators for investing, valuation, and portfolio analysis.
Was this calculator helpful?
Your feedback helps us improve future calculators.
Disclaimer
P/E ratio is one of many valuation metrics and should not be used in isolation for investment decisions. Earnings figures may vary by source and reporting period. This is not investment advice.
Embed this calculator
Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.
<iframe src="https://calc.mintloop.dev/embed/finance/pe-ratio-calculator" width="100%" height="600" frameborder="0" title="P/E Ratio Calculator – Price to Earnings Ratio for Any Stock" loading="lazy"> </iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
if (e.origin !== CALC_HUB_ORIGIN) return;
if (!e.data || e.data.type !== 'calc-hub-resize') return;
var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
frames.forEach(function(f) {
if (f.contentWindow === e.source) {
f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
}
});
});
</script>