Land And Improvements (Historical)
Returns land and land improvements from historical balance sheets.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol |
| Year | Yes | Fiscal year or period code |
| Quarter | No | Calendar quarter 1-4 |
| TTM | No | Set to "TTM" for trailing twelve months |
Notes
- Land is not depreciated (improvements may be)
- Important for real estate intensive businesses
- Part of property, plant & equipment
Syntax
=hf_Land_and_improvements(Symbol, Year, [Quarter], [TTM])Parameters
symbolstringRequired
Stock ticker symbol
yearstringRequired
Fiscal year or period code
quarterstring
Calendar quarter (1-4)
TTMstring
Set to 'TTM' for trailing twelve months
Returns
number
Land and improvements value
Examples
=hf_Land_and_improvements("WMT", 2023, 4)=hf_Land_and_improvements("HD", "ly", 2)=hf_Land_and_improvements(A1, B1, C1)When to Use
- Real estate analysis
- Fixed asset breakdown
- Capital intensity analysis
- Property valuation
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need total PP&E | hf_Gross_fixed_assets_plant_property_and_equipment() |
| Need buildings | hf_Building_and_improvements() |
| Need net fixed assets | hf_Total_fixed_assets() |
Common Issues & FAQ
Why doesn't land depreciate?
Land has an indefinite useful life and is not depreciated under accounting standards.
Related Formulas
More MarketXLS Historical Fundamentals formulas you can use in the same worksheet:
- Last Updated (Historical)
- Level Rate Indicator (Historical)
- Leverage Ratio (Historical)
- Liabilities Non Current (Historical)
- Loans Receivable (Historical)
- Long Term Debt (Historical)
- Long Term Debt As Percentage Of Invested Capital (Historical)
- Long Term Debt As Percentage Of Total Liabilities (Historical)
