Option Chain Near Term
Returns only near-term expiration options from the option chain using QuoteMedia's data service.
What is Near-Term?
Near-term options typically include:
- Options expiring within the next 30 days
- Front-month expirations
- The most actively traded options
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
- Focuses on liquid, near-term options
- Smaller dataset than full chain
- Most relevant for short-term trading
Examples
=QM_GetOptionChainNearTerm("AAPL")=QM_GetOptionChainNearTerm("SPY")Symbol from cell reference
When to Use
- Short-term options strategies
- Weekly income trading
- Event-driven trades
- Most liquid options
When NOT to Use
Common Issues & FAQ
Q: What's the exact cutoff for near-term? A: Typically options expiring within 30 days, but this may vary based on data provider settings.
Q: How is this different from weeklies? A: Near-term includes ALL options expiring soon (both weekly and monthly), while weeklies only includes weekly expirations.
Q: Why focus on near-term? A: Near-term options are usually the most liquid and actively traded.
