What problem does it solve? Finviz has no official public API, so accessing its stock fundamentals, technical indicators, insider trading records, and news headlines requires manual browsing or custom scraping. This Skill automates that extraction into structured JSON output. ## Core Features & Use Cases - Fundamental & Technical Extraction: Pulls P/E, EPS, PEG, margins, RSI, SMA, MACD, ATR, and dozens of other fields from Finviz quote pages using requests and BeautifulSoup. - News & Insider Trading: Retrieves recent news headlines and insider transaction records (trader, role, date, transaction type, shares) for any US ticker. - Batch & Filtered Queries: Supports multiple comma-separated tickers, field filtering (fundamentals, technicals, news, insider), configurable rate limiting, and JSON file output. - Use Case: Run the scraper on AAPL, MSFT, and GOOGL to compare valuation ratios and insider activity, saving results to a JSON file for further analysis. ## Quick Start Ask the AI to fetch fundamental and technical data for the ticker AAPL from Finviz and show the results as JSON.