ashares_earnings_forecast
Pack: china-stocks · Endpoint: https://gateway.pipeworx.io/china-stocks/mcp
Company-issued earnings guidance (业绩预告) for a Chinese A-share stock — the company’s own forecast announcements with predicted profit range (lower/upper bounds in CNY), year-over-year change %, forecast type (略增/预增/扭亏 etc.), and the company’s stated reason. Answers ‘业绩预测’, ‘业绩预告’, ‘earnings forecast/guidance for a China A-share company like 华工科技 000988’. Most recent reports first. Source: Eastmoney datacenter (keyless).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | 6-digit A-share code, e.g. “000988” (华工科技) or “600519” (贵州茅台). |
limit | number | no | How many forecast announcements to return, 1–20 (default 4, newest first). |
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_earnings_forecast","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.