Normalized Return On Assets (Historical)
Returns the normalized return on assets (ROA) for a company, adjusted for non-recurring items. This metric measures how efficiently a company uses its assets to generate earnings, excluding one-time items.
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
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_return_on_assets("AAPL", 2023, 4)=hf_Normalized_return_on_assets("MSFT", 2022, , "TTM")=hf_Normalized_return_on_assets("GOOGL", "ly")=hf_Normalized_return_on_assets(A1, B1, C1)When to Use
- Analyzing asset efficiency trends over time
- Comparing normalized asset returns across companies
- Building historical profitability models
- Excluding one-time items from asset return analysis
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need current ROA | Return_On_Assets() |
| Need unadjusted historical ROA | hf_Return_on_assets() |
| Need return on equity | hf_Normalized_return_on_stock_equity() |
| Need return on invested capital | hf_Normalized_return_on_invested_capital() |
Common Issues & FAQ
Q: Why am I getting "NA"? A: Check that the symbol is valid and the year/quarter combination exists.
Q: What does "normalized" mean? A: Normalized metrics exclude one-time or non-recurring items for cleaner comparison.
