ashares_limit_up

Pack: china-stocks · Endpoint: https://gateway.pipeworx.io/china-stocks/mcp

The Chinese A-share market’s LIMIT-UP board (涨停板) for a trading day — how many stocks hit their daily price limit (+10%, or +20% for STAR/ChiNext) and the ranked list of those stocks. Answers ‘how many A-shares hit limit up today’, ‘top limit-up stocks’, ‘which stocks 涨停’. Each stock includes code, name, price, change %, turnover (成交额), float market cap, turnover rate (换手率), consecutive-board count (连板数 lbc), first/last seal time, seal fund (封板资金), and industry (行业). Source: Eastmoney (keyless).

Parameters

NameTypeRequiredDescription
datestringnoTrading day as YYYYMMDD or YYYY-MM-DD (default: most recent trading day).
limitnumbernoHow many stocks to return, 1–100 (default 30). The total count is always returned regardless.

Example call

curl -X POST https://gateway.pipeworx.io/china-stocks/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ashares_limit_up","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "china-stocks": {
      "url": "https://gateway.pipeworx.io/china-stocks/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026