stock_cg_lawsuit_cninfo
Fetch corporate lawsuit data from CNINFO for a given market segment and date range. Enables analysis of company litigation trends by market and period.
Instructions
巨潮资讯-数据中心-专题统计-公司治理-公司诉讼 https://webapi.cninfo.com.cn/#/thematicStatistics
:param symbol: choice of {"全部", "深市主板", "沪市", "创业板", "科创板"} :type symbol: str :param start_date: 开始统计时间 :type start_date: str :param end_date: 结束统计时间 :type end_date: str :return: 公司诉讼数据; 若源站无记录则返回空 DataFrame :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 全部 | |
| end_date | No | 20210927 | |
| start_date | No | 20180630 |