a股实时数据

Fetch real-time A-share stock quotes for single or multiple codes.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/zhenxuanshi-ship-it/meatpiegua_skills --skill a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a股实时数据
Source: https://github.com/zhenxuanshi-ship-it/meatpiegua_skills/tree/main/a%E8%82%A1%E5%AE%9E%E6%97%B6%E6%95%B0%E6%8D%AE
Command: npx skills add https://github.com/zhenxuanshi-ship-it/meatpiegua_skills --skill a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

实时获取A股个股行情数据,帮助投资者快速了解价格、涨跌、成交信息,减少在多个来源间切换的时间成本。

Core Features & Use Cases

  • 实时查询单只股票和多只股票
  • 显示当前价、涨跌幅、今开、最高、最低、成交量等核心信息
  • 快速监控组合或板块行情,生成简要报告

Quick Start

查询 sz002340 的实时行情以查看当前价格、涨跌幅和成交量。

Frequently Asked Questions about a股实时数据

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

FAQPage Schema
How do I query real-time A-share stock quotes for multiple stocks via command line?

You can query real-time A-share stock quotes by passing multiple stock codes to the included stock-query.sh or stock-query.js scripts. The tool fetches current price, change, high/low, and volume data, displaying it in a concise console-friendly format.

What stock metrics are displayed when fetching real-time stock quotes?

Real-time stock quotes display current price, change percentage, opening price, daily high, daily low, and trading volume. The scripts parse this data from free sources and present it with lightweight timestamps for quick monitoring.

Can I use Node.js to fetch A-share stock data without any external dependencies?

Yes, you can fetch A-share stock data using the included Node.js script without external dependencies. The stock-query.js script uses free data sources and includes lightweight input validation and basic error handling to parse and display quotes.

What's the best way to monitor a stock portfolio's real-time A-share market data?

The best way to monitor a portfolio is querying multiple stock codes simultaneously to generate a brief market report. This aggregates current prices, changes, and volume metrics in one console-friendly output, reducing time spent switching between financial sources.

Does the A-share stock query tool work with bash scripts on Linux?

Yes, the tool works with bash on Linux through the included stock-query.sh script. It fetches real-time A-share quotes from free sources and outputs key metrics like current price and volume directly to the console.