AI Agent Hub
Back to skills
A-Share Daily Market Recap icon

A-Share Daily Market Recap

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_d4fbf0bb/csm-20260430 according to https://skillhub.cn/install/skillhub.md.

About this skill

A-share after-close recap often suffers from fragmented data: indices, sector moves, sentiment, commodities, and global events come from different APIs, making manual aggregation easy to miscount. This skill treats the task as a structured data-fetching workflow rather than an Excel writer.

What It Solves

  • Aggregates A-share major indices: SSE, SZSE, ChiNext, STAR 50
  • Covers global markets: Hang Seng, Nikkei, Nasdaq, Dow Jones
  • Computes market sentiment: limit-up count, limit-down count, advance-decline ratio, second-board rate
  • Pulls concept sectors: top five gainers and losers, with strongest constituent names
  • Retrieves commodities: gold, silver, crude oil, and the U.S. dollar index
  • Adds global events: filters important financial events by weight and summarizes market impact

How It Works

fetch_market_data.py is the main entry point. It pulls A-share and global index data, sector data, commodity prices, and calendar events from multiple sources such as Sina Finance, Eastmoney, and akshare. It normalizes fields like close price, change, turnover, and volume change, derives sentiment from limit-up and limit-down pools, and formats events from the Tencent stock calendar using a Weightiness ≥ 2 threshold. The output is a text-based recap, not a spreadsheet export.

Limitations

It is best used on A-share trading days after the close. Non-trading days or upstream API failures may require manual checks. Some fields can show as -- when a source returns empty data, including the Nikkei index and U.S. dollar index. Sector and index interfaces may change over time, and event quality depends on the source calendar.

Use Cases

  • Check SSE, SZSE, ChiNext, and STAR 50 changes and turnover right after market close
  • Summarize limit-up, limit-down, advance-decline ratio, and second-board rate to gauge sentiment
  • Compare top five gaining and losing concept sectors and identify their strongest stocks
  • Combine gold, silver, crude oil, the U.S. dollar index, and key global events into one recap

Best For

  • Finance editors who need a daily text recap of A-share closing performance
  • Trading research assistants tracking post-close sentiment, limit-up tiers, and sector rotation
  • Investors who want A-share indices, commodity prices, and global events in one view
  • Data analysts who schedule after-close market data pulls and fix abnormal fields