💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 股东查询 调用接口:info/holder 请求方式:GET 返回类型:JSON ## 请求参数 | 参数名| 描述| | --- | --- | | stockcode|股票代码| ## 返回示例 ~~~ { "success": true, "message": "", "code": 0, "data": { "summary": [{ "atotal": "52,217万股", "avghodlernum": "14687股", "chang": "户", "holdernum": "55822户", "total": "81,985万股" }], "top10gd": [{ "change": "维持", "name": "信达投资有限公司", "pubdate": "20160930", "rate": "5.52%" }, { "change": "维持", "name": "新余瑞达投资有限公司", "pubdate": "20160930", "rate": "5.21%" }, { "change": "减持", "name": "拉萨鑫宏雅投资咨询有限公司", "pubdate": "20160930", "rate": "2.85%" }, { "change": "维持", "name": "湖南省信托有限责任公司-南金1号集合资金信托计划", "pubdate": "20160930", "rate": "1.88%" }, { "change": "减持", "name": "长安国际信托股份有限公司-长安信托-长安投资591号证券投资集合资金信托计划", "pubdate": "20160930", "rate": "1.19%" }, { "change": "减持", "name": "宁波市星通投资管理有限公司", "pubdate": "20160930", "rate": "1.16%" }, { "change": "维持", "name": "中国证券金融股份有限公司", "pubdate": "20160930", "rate": "0.67%" }, { "change": "新进", "name": "长安国际信托股份有限公司-长安信托-长安投资650号长丰1号证券投资集合资金信托计划", "pubdate": "20160930", "rate": "0.66%" }, { "change": "增持", "name": "罗学军", "pubdate": "20160930", "rate": "0.57%" }, { "change": "减持", "name": "湖南省信托有限责任公司-南金5号集合资金信托计划", "pubdate": "20160930", "rate": "0.56%" }], "top10jj": [{ "change": "新进", "count": 18.23, "name": "招商中证1000指数增强型证券投资基金", "pubdate": "20171231" }, { "change": "新进", "count": 2.12, "name": "中金量化多策略灵活配置混合型证券投资基金", "pubdate": "20171231" }, { "change": "新进", "count": 1.38, "name": "南方中证1000交易型开放式指数证券投资基金", "pubdate": "20171231" }, { "change": "新进", "count": 0.91, "name": "华宝中证1000指数分级证券投资基金", "pubdate": "20171231" }, { "change": "新进", "count": 0.47, "name": "广发中证全指工业交易型开放式指数证券投资基金", "pubdate": "20171231" }] }, "time": 1532225551 } ~~~