Skip to main content
Glama

akshare-one-mcp

get_financial_metrics

Extract key financial metrics from the three major financial statements by inputting a stock symbol and specifying the number of recent records to analyze.

Instructions

Get key financial metrics from the three major financial statements.

Input Schema

NameRequiredDescriptionDefault
recent_nNoNumber of most recent records to return
symbolYesStock symbol/ticker (e.g. '000001')

Input Schema (JSON Schema)

{ "properties": { "recent_n": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": 10, "description": "Number of most recent records to return", "title": "Recent N" }, "symbol": { "description": "Stock symbol/ticker (e.g. '000001')", "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "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/zwldarren/akshare-one-mcp'

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