Open Interest
Returns the open interest (number of open contracts) for an option or futures symbol.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | string | Yes | Option or futures symbol |
Examples
=OpenInterest("AAPL240315C00170000")=OpenInterest(OptionSymbol("AAPL",DATE(2024,3,15),"Call",170))When to Use
- Options analysis
- Liquidity assessment
- Market sentiment
When NOT to Use
Common Issues & FAQ
Q: What is open interest? A: Total number of outstanding contracts not yet settled.
