Raw Materials (Historical)
Returns the raw materials inventory balance from historical balance sheets, representing unprocessed materials awaiting production.
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
- Most relevant for manufacturing companies
- Service companies may show 0 or NA
- Part of total inventory breakdown
Examples
=hf_Raw_materials("F", 2023, 4)=hf_Raw_materials("GM", "ly", 2)=hf_Raw_materials(A1, B1, C1)When to Use
- Manufacturing efficiency analysis
- Inventory composition breakdown
- Supply chain analysis
- Working capital management
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Need total inventory | hf_Total_inventory() |
| Need finished goods | hf_Finished_goods() |
| Need work in progress | hf_Work_in_progress() |
Common Issues & FAQ
Q: Why is raw materials 0 or NA? A: Service companies and some tech companies don't carry raw materials inventory.
