Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加同花顺股东持股变动函数 #5295

Merged
merged 3 commits into from
Nov 2, 2024

Commits on Nov 1, 2024

  1. 添加同花顺股东持股变动函数

    - 新增 stock_shareholder_change_ths 函数,用于获取同花顺公司大事中的股东持股变动信息
    - 函数接受股票代码作为参数,返回包含股东持股变动数据的 DataFrame
    - 数据来源为同花顺基本资料页面的事件标签页
    congcong009 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a0a8679 View commit details
    Browse the repository at this point in the history
  2. 添加股东持股变动统计接口的文档

    - 新增 stock_shareholder_change_ths 文档,包含新接口的使用示例和数据说明
    - 新增__init__对函数的调用
    congcong009 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e258b12 View commit details
    Browse the repository at this point in the history
  3. fix(stock_shareholder_change_ths): 修复同花顺股东变动数据解析问题

    - 优化 BeautifulSoup 解析逻辑,增加对目标 table 的存在性检查
    - 改进数据清洗步骤,移除空值和多余空格
    - 添加函数调用示例,便于测试和验证
    congcong009 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8a10008 View commit details
    Browse the repository at this point in the history