a-stock-analysis

Retrieve real-time A-share quotes and analyze minute-level volume distribution.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill a-stock-analysis-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a-stock-analysis
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/a-stock-analysis-1.0.0
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill a-stock-analysis-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides traders and investors with immediate access to A-share real-time prices and intraday volume distribution so they can detect early or late session surges, identify top-volume minutes, and assess holding profits without manual data aggregation.

Core Features & Use Cases

  • Real-time Quotes: Fetches live prices, change amount, change percent, volume and amount from Sina finance for Shanghai, Shenzhen and Beijing exchange stocks.
  • Minute-level Volume Analysis: Computes period volume distribution (early 30min, mid session, late 30min), lists top 10 volume minutes, and emits signals for early/late surges and possible main-force activity.
  • Portfolio Management & P&L: Local portfolio CRUD operations and portfolio-wide analysis with per-position P&L and intraday minute analysis.
  • Use Case: Quickly check a stock code to see whether early-session volume indicates aggressive accumulation and run portfolio analysis to view current market value and intraday signals.

Quick Start

Run the analyze script with a stock code like 600789 to retrieve real-time data and optionally include minute-volume analysis.

Frequently Asked Questions about a-stock-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time A-share quotes for Shanghai and Shenzhen stocks?

You can retrieve real-time A-share quotes by fetching live prices, change amounts, and volume data from Sina finance APIs for Shanghai, Shenzhen, and Beijing exchange stock codes.

Can I detect intraday volume signals during early or late trading sessions?

Yes, intraday volume analysis computes period volume distribution across early, mid, and late sessions to emit signals for surges and possible main-force activity.

How do I track portfolio profit and loss for my A-share holdings?

You can manage local portfolio positions and run portfolio-wide analysis to calculate per-position profit and loss alongside current market value and intraday signals.

What is minute-level volume distribution analysis for A-share stocks?

Minute-level volume distribution analysis computes the share of total volume across specific periods and lists the top 10 volume minutes to identify intraday trading surges.

Does this Sina finance data tool support Beijing exchange stock codes?

Yes, the tool supports fetching real-time market quotes and volume data for Beijing exchange stock codes in addition to Shanghai and Shenzhen listings.

What format is the output for real-time stock quotes and volume analysis?

The tool generates human-readable or JSON-formatted outputs containing real-time prices, minute-level volume distributions, and portfolio profit-and-loss summaries.