Loading...
Loading...
Automatic generation system for A-share daily briefings. It crawls real-time data from East Money and generates daily reports covering complete information such as market indices, popular sectors, and capital trends.
npx skill4agent add zsxink/skills-hub a-stock-daily-reportnode scripts/a-stock-report.js# Linux/Mac
mkdir -p ~/documents/reports/a-stock-daily-report
node scripts/a-stock-report.js > ~/documents/reports/a-stock-daily-report/report_$(date +%Y%m%d).md
# Windows
if not exist %USERPROFILE%\documents\reports\a-stock-daily-report mkdir %USERPROFILE%\documents\reports\a-stock-daily-report
node scripts/a-stock-report.js > %USERPROFILE%\documents\reports\a-stock-daily-report\report_%date:~0,4%%date:~5,2%%date:~8,2%.md--node --version# 📊 A-share Market Daily Report
**YYYY-MM-DD**
---
## 🎯 Market Overview
| Index | Closing Point | Change |
|------|---------|--------|
| Shanghai Composite Index | xxxx.xx | ±x.xx% |
| Shenzhen Component Index | xxxx.xx | ±x.xx% |
| ChiNext Index | xxxx.xx | ±x.xx% |
| STAR Market Index | xxxx.xx | ±x.xx% |
**Market Sentiment**: Bullish/Bearish/Neutral
⚠️ **Data Acquisition Tip**: Failed to acquire the following data (index data - Shanghai Composite Index, Shenzhen Component Index, ChiNext Index, STAR Market Index), possible reasons: non-trading hours/network exception/API temporarily unavailable
---
## 🔥 Top 5 Popular Sectors
| Rank | Sector Name | Change | Leading Gainer |
|------|---------|--------|--------|
| 1 | Sector Name | ±x.xx% | Stock Name |
| ...
---
## 📈 Watchlist for Tomorrow
| Sector Name | Reason for Attention | Technical Analysis | Operation Suggestion |
|---------|---------|--------|---------|
| Sector Name | Reason | Analysis | Suggestion |
| ...
---
## ⚠️ Risk Warning
| Sector Name | Risk Reason | Suggestion |
|---------|---------|------|
| Sector Name | Reason | Suggestion |
| ...
---
## 💰 Capital Trends
- **Main Capital Inflow Direction**: Sector 1, Sector 2, Sector 3
- **Northbound Capital**: Amount
- **Financing Balance**: Amount
---
## 📝 Operation Strategy
1. **Position Control**: Suggestion
2. **Focus Direction**: Suggestion
3. **Risk Control**: Suggestion
4. **Operation Rhythm**: Suggestion
---
**Data Source**: East Money
**Generation Time**: YYYY-MM-DD