hk-market-overview
Original:🇨🇳 Chinese
Translated
HK Stock Market Overview Analyzer. Provides comprehensive analysis of the overall performance of the HK stock market, major indices, sector rotation, market sentiment, etc. Used to quickly understand the overall status and trends of the HK stock market.
6installs
Sourceyuping322/finskills
Added on
NPX Install
npx skill4agent add yuping322/finskills hk-market-overviewTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →HK Stock Market Overview Analyzer
Provides comprehensive real-time analysis of the HK stock market, including major index performance, sector rotation, market sentiment and liquidity conditions.
Core Features
📊 Overall Market Performance
- Real-time performance of Hang Seng Index (HSI)
- Trend analysis of Hang Seng China Enterprises Index (HSCEI)
- Performance of Hang Seng China-Affiliated Corporations Index (HSCCI)
- Dynamics of Hang Seng TECH Index (HSTECH)
- Market trading volume and activity
🏢 Sector Rotation Analysis
- Performance comparison of 11 major sectors
- Analysis of capital flow in sectors
- Relative strength ranking of sectors
- Identification of sector rotation signals
💹 Market Sentiment Indicators
- Statistics of advancing and declining stocks
- Market breadth indicators
- Fear & Greed Index
- VIX volatility indicator
💰 Liquidity Monitoring
- Total market trading volume
- Net inflow of southbound capital
- Market depth analysis
- Liquidity risk assessment
Usage Scenarios
Investment Decision Support
- Quickly understand the overall market status
- Identify hot and cold sectors
- Evaluate market risks and opportunities
- Formulate asset allocation strategies
Risk Management
- Monitor market systemic risks
- Identify liquidity risks
- Evaluate extreme market sentiment conditions
- Adjust positions in a timely manner
Research and Analysis
- Market trend research
- Analysis of sector rotation patterns
- Relationship between market sentiment and returns
- Analysis of macro factor impacts
Output Content
📈 Market Overview
恒生指数: 18,500.00 (+1.2%)
国企指数: 6,200.00 (+1.5%)
红筹指数: 3,800.00 (+0.8%)
科技指数: 4,200.00 (+2.1%)
总成交额: 1,200亿港元
南向资金净流入: +35亿港元🏢 Top 5 Sector Performances
1. 科技板块: +3.2% (净流入15亿)
2. 医疗保健: +2.8% (净流入8亿)
3. 消费品: +2.1% (净流入6亿)
4. 金融板块: +1.5% (净流入12亿)
5. 地产板块: +0.9% (净流出2亿)📊 Market Sentiment
上涨家数: 850
下跌家数: 650
平盘家数: 100
市场宽度: +56.8%
恐慌贪婪指数: 65 (贪婪)
VIX指数: 18.5 (正常)Technical Indicators
Trend Indicators
- MA moving average system
- MACD indicator
- RSI relative strength
- Bollinger Bands analysis
Volume-Price Indicators
- Trading volume change rate
- Volume ratio indicator
- OBV on-balance volume
- Capital flow indicators
Sentiment Indicators
- Advance-decline ratio
- Market breadth
- New high-new low ratio
- Fear & Greed Index
Data Sources
Main Data Sources
- HKEX: Real-time market data
- Bloomberg: Index and sector data
- Reuters: Capital flow data
- Major brokerages: Research report data
Data Update Frequency
- Real-time data: Updated every minute during trading hours
- Sector data: Updated every 5 minutes
- Capital flow: Updated after daily market close
- Technical indicators: Calculated in real-time
Usage Methods
Basic Queries
bash
# 获取市场概览
python scripts/market_overview.py
# 获取特定指数详情
python scripts/market_overview.py --index HSI
# 获取板块表现
python scripts/market_overview.py --sectors
# 获取市场情绪
python scripts/market_overview.py --sentimentAdvanced Analysis
bash
# 获取历史趋势
python scripts/market_overview.py --history 30
# 获取板块轮动信号
python scripts/market_overview.py --rotation
# 获取风险评估
python scripts/market_overview.py --riskConfiguration Options
Display Options
bash
# 简洁模式
python scripts/market_overview.py --simple
# 详细模式
python scripts/market_overview.py --detailed
# JSON格式输出
python scripts/market_overview.py --jsonTime Options
bash
# 实时数据
python scripts/market_overview.py --live
# 日线数据
python scripts/market_overview.py --daily
# 周线数据
python scripts/market_overview.py --weeklyOutput Formats
Table Format
┌─────────────┬──────────┬─────────┬──────────┐
│ 指数名称 │ 当前值 │ 涨跌幅 │ 成交额 │
├─────────────┼──────────┼─────────┼──────────┤
│ 恒生指数 │ 18500.00 │ +1.2% │ 1200亿 │
│ 国企指数 │ 6200.00 │ +1.5% │ 450亿 │
│ 红筹指数 │ 3800.00 │ +0.8% │ 280亿 │
│ 科技指数 │ 4200.00 │ +2.1% │ 320亿 │
└─────────────┴──────────┴─────────┴──────────┘JSON Format
json
{
"timestamp": "2026-02-15 16:00:00",
"market_overview": {
"hsi": {"value": 18500.00, "change": 1.2, "volume": 120000000000},
"hscei": {"value": 6200.00, "change": 1.5, "volume": 45000000000},
"hscci": {"value": 3800.00, "change": 0.8, "volume": 28000000000},
"hstech": {"value": 4200.00, "change": 2.1, "volume": 32000000000}
},
"sentiment": {
"up_count": 850,
"down_count": 650,
"breadth": 56.8,
"fear_greed": 65
}
}Notes
- Trading Hours: HK stock market trading hours are 9:30-12:00, 13:00-16:00
- Data Delay: Real-time data may have a 1-2 minute delay
- Exchange Rate Impact: HK stocks are denominated in HK dollars, exchange rate risks should be considered
- Market Mechanism: HK stocks have no price limit, so fluctuations may be large
Changelog
v1.0.0 (2026-02-15)
- Initial version released
- Supports major index monitoring
- Sector rotation analysis function
- Market sentiment indicators
- Southbound capital flow monitoring
HK Stock Market Overview Analyzer - Professional HK Stock Market Monitoring Tool