Option Chain Fetch option chain data from Yahoo Finance for a specific expiration date. Instructions Note: If is not installed or is not found, replace with in all commands below. First, get available expiration dates: Then fetch the chain for a specific expiry: Arguments - - Ticker symbol (e.g., AAPL, SPY, TSLA) - - List available expiration dates only - - Fetch chain for specific date Output Returns JSON with: - - Array of call options with strike, bid, ask, volume, openInterest, impliedVolatility - - Array of put options with same fields - - Current stock price for reference Present data a…