Net Income (Historical)
Returns net income (bottom line profit) for a specific historical period.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker |
| Year | Yes | Fiscal year or code |
| Quarter | No | Quarter 1-4 |
| TTM | No | TTM for trailing 12 months |
Syntax
=hf_Net_Income(Symbol, Year, [Quarter], [TTM])Parameters
symbolstringRequired
Stock ticker symbol
yearstringRequired
Fiscal year or period code
quarterstring
Quarter (1-4)
TTMstring
Set to TTM for trailing twelve months
Returns
number
Net income in dollars
Examples
=hf_Net_Income("AAPL", "2023", "4")=hf_Net_Income("MSFT", "ly")=hf_Net_Income("GOOGL", "2023", , "TTM")When to Use
- Profitability analysis
- EPS calculation
- ROE calculation
- Trend analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need profit margin | ProfitMargin() |
| Need EPS | hf_Earnings_per_Basic_Share() |
| Need ROE | ReturnOnEquity() |
Common Issues & FAQ
Net Income vs Net Income Common Stock?
Net Income Common Stock excludes preferred dividends.
Excel Templates Using Net Income (Historical)
These ready-made MarketXLS templates call hf_Net_Income() 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 Income Common Stock USD (Historical)
- Net Income from Continuing Operations (Historical)
- Net Income From Discontinued Operations (Historical)
- Net Income from Total Operations (Historical)
- Net Income Growth (Historical)
- Net Income Loss (Historical)
- Net Income To Non Controlling Interests (Historical)
- Net Profit Indicator (Historical)
