Optionable
Returns whether exchange-traded options are available for a given stock.
Examples
=IsOptionable("AAPL")=IsOptionable("SPY")When to Use
- Options trading research
- Strategy selection
- Covered call screening
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Option prices | Option pricing functions |
| Strike prices | StrikeNext() |
Common Issues & FAQ
Q: Why might a stock not be optionable? A: Low volume, price too high/low, or recently IPO'd.
