Net Cash Flow From Operations (Historical)
Returns the historical net cash flow from operating activities (CFO). This is cash generated from the company's core business operations, starting from net income and adjusting for non-cash items and working capital changes.
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 |
Period Codes
| Code | Description |
|---|---|
lq |
Last reported quarter |
lq-1 |
One quarter ago |
ly |
Last fiscal year |
ly-1 |
Previous fiscal year |
lt |
Last twelve months (TTM) |
Notes
- Most important cash flow metric for fundamental analysis
- Starts with net income, adds back non-cash expenses
- Adjusts for working capital changes
- Positive CFO indicates healthy operations
Syntax
=hf_Net_Cash_Flow_from_Operations(Symbol, Year, [Quarter], [TTM])Parameters
Stock ticker symbol
Fiscal year or period code (e.g., 2023, lq, ly)
Calendar quarter (1-4)
Set to 'TTM' for trailing twelve months
Returns
Net cash flow from operating activities
Examples
=hf_Net_Cash_Flow_from_Operations("AAPL", 2023, 4)=hf_Net_Cash_Flow_from_Operations("MSFT", "ly")=hf_Net_Cash_Flow_from_Operations("GOOGL", 2023, , "TTM")=hf_Net_Cash_Flow_from_Operations(A1, B1, C1)When to Use
- Evaluating cash generation ability
- Computing free cash flow (CFO - CapEx)
- Quality of earnings analysis
- Cash flow coverage ratios
- Comparing profitability to cash generation
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need investing cash flow | hf_Net_Cash_Flow_from_Investing() |
| Need financing cash flow | hf_Net_Cash_Flow_from_Financing() |
| Need total cash change | hf_Net_Cash_Flow_Change_in_Cash_and_Cash_Equivalents() |
| Need capital expenditures | hf_Capital_Expenditure() |
Common Issues & FAQ
How do I calculate free cash flow?
Free Cash Flow = CFO - CapEx: =hf_Net_Cash_Flow_from_Operations("AAPL",2023) - ABS(hf_Capital_Expenditure("AAPL",2023))
Why is CFO different from net income?
CFO adjusts net income for non-cash items (depreciation, stock comp) and working capital changes. Large differences may indicate earnings quality issues.
Is positive CFO always good?
Generally yes, but context matters. Very high CFO from accounts payable increases may be temporary.
Excel Templates Using Net Cash Flow From Operations (Historical)
These ready-made MarketXLS templates call hf_Net_Cash_Flow_from_Operations() in their worksheet formulas. Open one to see the function working inside a complete model.
Related Formulas
More MarketXLS Historical Fundamentals formulas you can use in the same worksheet:
- Net Cash Flow Investment Acquisitions And Disposals (Historical)
- Net Cash From Continuing Operations (Historical)
- Net Cash From Discontinued Operations (Historical)
- Net Change In Cash And Cash Equivalents (Historical)
- Net Income (Historical)
- Net Income Common Stock (Historical)
- Net Income from Continuing Operations (Historical)
- Net Income From Discontinued Operations (Historical)
