AKShare One MCP

get_financial_metrics

Get key financial metrics from the three major financial statements.

Remote zwldarren/akshare-one-mcp

Other tools also called get_financial_metrics? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Stock symbol/ticker (e.g. '000001')"
    },
    "recent_n": {
      "anyOf": [
        {
          "type": "integer",
          "minimum": 1
        },
        {
          "type": "null"
        }
      ],
      "default": 10,
      "description": "Number of most recent records to return"
    }
  }
}