What problem does it solve? Getting real-time quotes for Chinese A-shares, Hong Kong stocks, ETFs, and market indices usually requires paid data services or API keys. This Skill fetches live prices, change percentages, volume, and turnover directly from free public market APIs with a single curl request. ## Core Features & Use Cases - Real-time Quote Queries: Retrieve latest price, change %, volume, and turnover for Shanghai/Shenzhen A-shares, Hong Kong stocks, ETFs, and indices using the Tencent market API (qt.gtimg.cn) with no login or API key. - Multi-source Fallback: Fall back to Sina Finance for major indices and hot sectors, or East Money for sector fund flow data when the primary source is unavailable. - Batch Queries: Query up to 20 stock codes in a single request using simple code formats like sh600519, sz000001, or hk00700. - Use Case: Ask for the current level of the Shanghai Composite and ChiNext indices plus the price of Tencent Holdings, and receive a formatted report like "Shanghai Composite: 4068.57 (-0.73%)". ## Quick Start Check the real-time prices of the Shanghai Composite index, Kweichow Moutai (sh600519), and Tencent Holdings (hk00700).