Price-Cash Flow Ratio (Historical)
Returns the ratio of stock price to operating cash flow per share, a valuation metric showing how the market values the company's cash generation ability.
Formula
P/CF = Stock Price / (Operating Cash Flow / Shares Outstanding)
Interpretation
| Value | Meaning |
|---|---|
| < 10 | Potentially undervalued |
| 10-20 | Typical range |
| > 20 | Premium valuation |
Notes
- Cash flow harder to manipulate than earnings
- Lower values may indicate value opportunities
- Compare within same industry
Syntax
=hf_Price_Cash_Flow_Ratio(Symbol, Year, [Quarter], [TTM])Examples
=hf_Price_Cash_Flow_Ratio("AAPL", 2023)=hf_Price_Cash_Flow_Ratio("MSFT", 2023, 2)=hf_Price_Cash_Flow_Ratio("GOOGL", "lq")=hf_Price_Cash_Flow_Ratio("TSLA", "ly")=hf_Price_Cash_Flow_Ratio(A1, B1, C1)When to Use
Cash flow-based valuation, value screening, comparing valuation metrics
Common Issues & FAQ
What year formats are accepted?
Use numeric years (2023) or period codes: lq (last quarter), ly (last year), lt (last twelve months), lq-1 (quarter before last).
Why am I getting "NA"?
The company may not report this metric, or data may not be available for the requested period.
What's the difference between quarterly and TTM?
Quarter shows one quarter's data. TTM (trailing twelve months) sums the last 4 quarters.
