Options Expiries banner
Esonhugh Esonhugh

Options Expiries

Development community

Description

--- description: "List available option expiration dates for a ticker" argument-hint: "<ticker> [--exchange=NASDAQ]" allowed-tools: ["Bash"] --- List all available option expiration dates with DTE and contract counts. ## Usage ```bash cd "${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}}/scripts" && uv run ./tradingview.py options-expiries --ticker=<SYMBOL> [--exchange=NASDAQ] [--include-expired=false] ``` ## Arguments - `--ticker` (required): Underlying symbol - `--exchange`: Exc

Installation

Installs to ~/.claude/skills/esonhugh-tradingview-options-expiries/SKILL.md

Terminal
mkdir -p ~/.claude/skills/esonhugh-tradingview-options-expiries && curl -fsSL https://raw.githubusercontent.com/Esonhugh/tradingview/HEAD/commands/options-expiries.md -o ~/.claude/skills/esonhugh-tradingview-options-expiries/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository