Skip to main content
Glama

A Share MCP

MIT License
323

get_performance_express_report

Retrieve performance express reports for A-share stocks within a specified date range. Input stock code and dates to generate a markdown table with relevant financial performance data.

Instructions

Fetches performance express reports (业绩快报) for a stock within a date range. Note: Companies are not required to publish these except in specific cases. Args: code: The stock code (e.g., 'sh.600000'). start_date: Start date (for report publication/update) in 'YYYY-MM-DD' format. end_date: End date (for report publication/update) in 'YYYY-MM-DD' format. Returns: Markdown table with performance express report data or an error message.

Input Schema

NameRequiredDescriptionDefault
codeYes
end_dateYes
start_dateYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" }, "end_date": { "title": "End Date", "type": "string" }, "start_date": { "title": "Start Date", "type": "string" } }, "required": [ "code", "start_date", "end_date" ], "title": "get_performance_express_reportArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/24mlight/a_share_mcp_is_just_I_need'

If you have feedback or need assistance with the MCP directory API, please join our Discord server