Skip to main content
Glama

A-Share MCP Server

MIT License
323

get_dupont_data

Fetch quarterly DuPont analysis data (ROE decomposition) for specific stocks using stock code, year, and quarter. Returns detailed markdown tables for financial insights.

Instructions

Fetches quarterly DuPont analysis data (ROE decomposition) for a stock. Args: code: The stock code (e.g., 'sh.600000'). year: The 4-digit year (e.g., '2023'). quarter: The quarter (1, 2, 3, or 4). Returns: Markdown table with DuPont analysis data or an error message.

Input Schema

NameRequiredDescriptionDefault
codeYes
quarterYes
yearYes

Input Schema (JSON Schema)

{ "properties": { "code": { "title": "Code", "type": "string" }, "quarter": { "title": "Quarter", "type": "integer" }, "year": { "title": "Year", "type": "string" } }, "required": [ "code", "year", "quarter" ], "title": "get_dupont_dataArguments", "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