Net Cash Flow Change In Cash And Cash Equivalents (Historical)

Returns the total change in cash and cash equivalents during the fiscal period. This is the bottom line of the cash flow statement and equals the sum of operating, investing, and financing cash flows plus FX effects.

Parameters

Parameter Required Description
Symbol Yes Stock ticker symbol (e.g., AAPL, MSFT)
Year Yes Fiscal year (2023) or period code (lq, ly)
Quarter No Quarter number 1-4 (default: 1)
TTM No Set to "TTM" for trailing twelve months

Formula

Net Cash Change = CFO + CFI + CFF + FX Effect

Where:

  • CFO = Operating Cash Flow
  • CFI = Investing Cash Flow
  • CFF = Financing Cash Flow
  • FX Effect = Exchange Rate Impact

Notes

  • Bottom line of the cash flow statement
  • Positive = cash increased during period
  • Negative = cash decreased (used more than generated)
  • Should equal: Ending Cash - Beginning Cash

Examples

Q4 2023 net cash change
Last fiscal year
Trailing 12 months
From cell references

When to Use

  • Understanding total cash position change
  • Reconciling balance sheet cash
  • Summary view of cash flow
  • Quick cash burn/generation analysis
  • Validating cash flow components

When NOT to Use

Scenario Use Instead
Need cash balance hf_Cash_and_Equivalents()
Need operating cash flow hf_Net_Cash_Flow_from_Operations()
Need investing cash flow hf_Net_Cash_Flow_from_Investing()
Need financing cash flow hf_Net_Cash_Flow_from_Financing()

Common Issues & FAQ

Q: How do I verify this equals the sum of cash flow sections? A: =hf_Net_Cash_Flow_from_Operations("AAPL","ly") + hf_Net_Cash_Flow_from_Investing("AAPL","ly") + hf_Net_Cash_Flow_from_Financing("AAPL","ly") + hf_Effect_of_Exchange_Rate_Changes_on_Cash("AAPL","ly") should equal this function.

Q: Why might a profitable company have negative cash change? A: Heavy investment (CapEx, acquisitions), shareholder returns (buybacks, dividends), or debt repayment can use more cash than operations generate.

Q: How do I get ending cash balance? A: Use hf_Cash_and_Equivalents() for the period-end balance, or calculate: Beginning Cash + Net Cash Change.