Earnings Before Tax (Historical)
Returns EBT 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_Earnings_before_Tax(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
Earnings before tax in dollars
Examples
=hf_Earnings_before_Tax("AAPL", "2023", "4")=hf_Earnings_before_Tax("MSFT", "ly")When to Use
- Pre-tax profitability analysis
- Tax rate calculation
- Cross-company comparison
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need net income | hf_Net_Income() |
| Need pre-tax margin | PreTaxProfitMargin() |
Common Issues & FAQ
EBT vs EBIT?
EBT includes interest expense, EBIT excludes it.
Related Formulas
More MarketXLS Historical Fundamentals formulas you can use in the same worksheet:
