option-chain
SKILL.md
Option Chain
Fetch option chain data from Yahoo Finance for a specific expiration date.
Instructions
Note: If
uvis not installed orpyproject.tomlis not found, replaceuv run pythonwithpythonin all commands below.
First, get available expiration dates:
uv run python scripts/options.py SYMBOL --expiries
Then fetch the chain for a specific expiry:
uv run python scripts/options.py SYMBOL --expiry YYYY-MM-DD
Arguments
SYMBOL- Ticker symbol (e.g., AAPL, SPY, TSLA)--expiries- List available expiration dates only--expiry YYYY-MM-DD- Fetch chain for specific date
Output
Returns JSON with:
calls- Array of call options with strike, bid, ask, volume, openInterest, impliedVolatilityputs- Array of put options with same fieldsunderlying_price- Current stock price for reference
Present data as a table. Highlight high volume/OI strikes and notable IV levels.
Dependencies
pandasyfinance
Weekly Installs
11
Repository
staskh/trading_skillsGitHub Stars
42
First Seen
13 days ago
Security Audits
Installed on
opencode10
gemini-cli10
claude-code10
github-copilot10
codex10
kimi-cli10