Skip to main content
Glama

A-Share MCP Server

MIT License
323

get_required_reserve_ratio_data

Fetch required reserve ratio data (存款准备金率) for China's A-share market within specified date ranges. Retrieve results as a markdown table or error message, filtering by announcement or effective dates.

Instructions

Fetches required reserve ratio data (存款准备金率) within a date range. Args: start_date: Optional. Start date in 'YYYY-MM-DD' format. end_date: Optional. End date in 'YYYY-MM-DD' format. year_type: Optional. Year type for date filtering. '0' for announcement date (公告日期, default), '1' for effective date (生效日期). Returns: Markdown table with required reserve ratio data or an error message.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
start_dateNo
year_typeNo0

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "year_type": { "default": "0", "title": "Year Type", "type": "string" } }, "title": "get_required_reserve_ratio_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