Appearance
FCF / share
Free cash flow per share. The cash a single share is producing — better than EPS for valuation because it strips out depreciation noise.
Direction: Higher better Category: per-share
Inputs (XBRL fallback chains):
- capex:
PaymentsToAcquirePropertyPlantAndEquipment->PaymentsToAcquireProductiveAssets - operating_cash_flow:
NetCashProvidedByUsedInOperatingActivities - shares_outstanding:
EntityCommonStockSharesOutstanding->CommonStockSharesOutstanding - weighted_avg_shares_basic:
WeightedAverageNumberOfSharesOutstandingBasic - weighted_avg_shares_diluted:
WeightedAverageNumberOfDilutedSharesOutstanding
Returns None when: Returns None when OCF, Capex, or per-share denominator is missing.
Source code
Implementation: fcf_per_share in src/eqtytrk/metrics/ratios.py (or valuation.py for multiples).