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 EffectWhere:
- 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
=hf_Net_Cash_Flow_Change_in_Cash_and_Cash_Equivalents("AAPL", 2023, 4)=hf_Net_Cash_Flow_Change_in_Cash_and_Cash_Equivalents("MSFT", "ly")=hf_Net_Cash_Flow_Change_in_Cash_and_Cash_Equivalents("GOOGL", 2023, , "TTM")=hf_Net_Cash_Flow_Change_in_Cash_and_Cash_Equivalents(A1, B1, C1)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
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.
