stock_institute_hold_detail
Retrieve institutional holdings data for a specified stock and financial reporting quarter. Get details on institutional investors' positions from Sina Finance for analysis.
Instructions
新浪财经-股票-机构持股详情 https://vip.stock.finance.sina.com.cn/q/go.php/vComStockHold/kind/jgcg/index.phtml :param stock: 股票代码 :type stock: str :param quarter: 从 2005 年开始, {"一季报":1, "中报":2 "三季报":3 "年报":4}, e.g., "20191", 其中的 1 表示一季报; "20193", 其中的 3 表示三季报; :type quarter: str :return: 指定股票和财报时间的机构持股数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock | No | 600433 | |
| quarter | No | 20201 |