Cash And Equivalents (Historical)
Returns the historical cash and cash equivalents balance from the balance sheet - highly liquid assets that can be converted to cash immediately.
Parameters
| Parameter | Required | Description |
|---|---|---|
| Symbol | Yes | Stock ticker symbol (e.g., AAPL, MSFT) |
| Year | Yes | Fiscal year (2023) or period code (lq, ly) |
| Quarter | No | Quarter number 1-4 (default: 1) |
| TTM | No | Set to "TTM" for trailing twelve months |
What's Included
| Item | Description |
|---|---|
| Cash | Currency on hand and demand deposits |
| Cash Equivalents | Money market funds, T-bills < 90 days |
| Short-term Investments | May be included (varies by company) |
Notes
- Most liquid asset on balance sheet
- Balance sheet item (point-in-time)
- Companies may also hold marketable securities separately
- For international companies, use USD version for comparison
Examples
=hf_Cash_and_Equivalents("AAPL", 2023, 4)=hf_Cash_and_Equivalents("MSFT", "ly")=hf_Cash_and_Equivalents("GOOGL", 2023, , "TTM")=hf_Cash_and_Equivalents(A1, B1, C1)When to Use
- Liquidity analysis
- Cash position monitoring
- Quick ratio calculation
- M&A capacity assessment
- Financial flexibility analysis
When NOT to Use
Common Issues & FAQ
Q: Why is Apple's cash lower than expected? A: Apple holds much of its liquidity in marketable securities, not pure cash. Check both cash and short-term investments for full picture.
Q: How do I calculate quick ratio?
A: Quick Ratio = (Cash + Receivables) / Current Liabilities: =(hf_Cash_and_Equivalents("AAPL","lq") + hf_Trade_and_Non_Trade_Receivables("AAPL","lq")) / hf_Current_Liabilities("AAPL","lq")
Q: Cash decreased but the company was profitable? A: Common reasons: large CapEx, acquisitions, share buybacks, debt repayment, or working capital build. Check the cash flow statement sections.
