文档
测试

22)获取总股数

POST

说明 / 示例

用法: ContextInfo.get_total_share(stockcode) 释义: 获取总股数 参数: stockcode:string,股票代码,缺省值 ‘’,默认为当前图代码, 如:’600000.SH’ 返回: number 示例: ```py def handlebar(ContextInfo): print(ContextInfo.get_total_share('600000.SH')) ```