stock_history_dividend_detail
Fetch historical dividend and rights issue details for a specific stock and date, returning structured data from Sina Finance.
Instructions
新浪财经-发行与分配-分红配股详情 https://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_ShareBonus/stockid/300670.phtml :param indicator: choice of {"分红", "配股"} :type indicator: str :param symbol: 股票代码 :type symbol: str :param date: 分红配股的具体日期, e.g., "1994-12-24" :type date: str :return: 指定 indicator, stock, date 的数据 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| symbol | No | 000002 | |
| indicator | No | 分红 |