Normalized Income Per Employee (Historical)
Returns the normalized income per employee for a company, excluding one-time items. This metric measures workforce productivity and efficiency.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol |
| Year | Yes | Fiscal year (2020, 2021, etc.) or period code (lq, ly) |
| Quarter | No | Calendar quarter 1-4 (default: 1) |
| TTM | No | Enter "TTM" for trailing twelve months |
Examples
=hf_Normalized_income_per_employee("AAPL", 2023, 4)=hf_Normalized_income_per_employee("MSFT", 2022, , "TTM")=hf_Normalized_income_per_employee("GOOGL", "ly")When to Use
- Analyzing workforce productivity trends
- Comparing employee efficiency across companies
- Building workforce efficiency models
- Understanding per-employee profitability
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need sales per employee | hf_Sales_per_employee() |
| Need current metrics | Income_Per_Employee() |
| Need total employees | Number_Of_Employees() |
Common Issues & FAQ
Q: Why am I getting "NA"? A: Check that the symbol is valid and employee data is available for that period.
Q: What does "normalized" mean? A: Normalized metrics exclude one-time or non-recurring items.
