Stock Quote Fetch current stock data from Yahoo Finance. Instructions Note: If is not installed or is not found, replace with in all commands below. Run the quote script with the ticker symbol: Replace SYMBOL with the requested ticker (e.g., AAPL, MSFT, TSLA, SPY). Output The script outputs JSON with: - symbol, name, price, change, change percent - volume, avg volume, market cap - high 52w, low 52w, pe ratio, dividend yield Present the data in a readable format. Highlight significant moves ( 2% change). Dependencies - Timezone All timestamps and time-based calculations must use the timezone.…