Option Chain Out Of The Money
Returns only out-of-the-money (OTM) options from the option chain using QuoteMedia's data service.
What is Out-of-the-Money (OTM)?
| Option Type | OTM When |
|---|---|
| Call | Strike > Current Stock Price |
| Put | Strike < Current Stock Price |
OTM options have no intrinsic value - only time value (extrinsic value).
Supported Symbol Formats
| Type | Format | Example |
|---|---|---|
| US Stocks | SYMBOL | AAPL, MSFT |
| ETFs | SYMBOL | SPY, QQQ |
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Symbol | String | Yes | Underlying stock ticker |
Notes
- Filters chain to only OTM options
- Lower premium than ITM options
- Higher percentage returns but higher risk
Examples
=QM_GetOptionChainOutOfTheMoney("AAPL")=QM_GetOptionChainOutOfTheMoney("SPY")Symbol from cell reference
When to Use
- Speculative trading strategies
- Lower capital requirement
- High risk/reward trades
- Selling premium strategies
When NOT to Use
Common Issues & FAQ
Q: What determines if an option is OTM? A: For calls: strike > stock price. For puts: strike < stock price.
Q: Why are OTM options cheaper? A: OTM options have no intrinsic value, only time value. They expire worthless if the stock doesn't move favorably.
Q: What's the risk of OTM options? A: Higher chance of expiring worthless. However, they offer leveraged exposure with limited capital.
