Appearance
Total debt / share
Total debt per share. Companion to cash_per_share for net-debt-per-share quick math.
Direction: Lower better Category: per-share
Inputs (XBRL fallback chains):
- long_term_debt:
LongTermDebt->LongTermDebtNoncurrent - shares_outstanding:
EntityCommonStockSharesOutstanding->CommonStockSharesOutstanding - short_term_debt:
ShortTermBorrowings->DebtCurrent->LongTermDebtCurrent - weighted_avg_shares_basic:
WeightedAverageNumberOfSharesOutstandingBasic - weighted_avg_shares_diluted:
WeightedAverageNumberOfDilutedSharesOutstanding
Returns None when: Returns None when total debt (long-term + short-term) is missing or both are zero.
Source code
Implementation: debt_per_share in src/eqtytrk/metrics/ratios.py (or valuation.py for multiples).