Skip to content

【版本发布】FTShare Python SDK v0.1.2

Choose a tag to compare

@Howe319 Howe319 released this 10 Aug 12:30
· 26 commits to main since this release
506d8a7

🆕 新增接口方法(共 39 个)

A 股股票信息(+6)

  • namechange 股票更名历史
  • stk_code_change 股票代码变更
  • stk_status_change 股票状态变更
  • stk_managers 高管列表
  • stk_manager_hold 高管持股变动
  • stk_manager_pay 高管薪酬

公募基金(+15)

  • fund_list / fund_new_found 基金列表 / 新发基金
  • fund_net_value / fund_net_value_performance 净值 / 净值表现
  • fund_daily / fund_share 日行情 / 份额
  • fund_company / fund_manager 基金公司 / 基金经理
  • fund_portfolio / fund_asset_allocation 持仓 / 资产配置
  • fund_holder_structure / fund_classification 持有人结构 / 分类
  • fund_fee / fund_risk_level / fund_index_fund 费率 / 风险等级 / 指数基金

K 线行情(+6,含批量接口)

  • etf_candlesticks / etf_candlesticks_batch
  • convertible_bond_candlesticks / convertible_bond_candlesticks_batch
  • index_candlesticks / index_candlesticks_batch

daec 分时 / K 线(+1)

  • stock_ohlcs 对齐 daec 接口,支持原始模式与 v2 兼容模式(参数互斥校验)

通用 / 期货 / 港股 / 龙虎榜(+11)

  • trading_calendar 交易日历
  • daec_ohlcs daec 日 K
  • eastmoney_all_board_daily_kline 东财板块日 K
  • report_announcement_list / report_announcement_summary 公告列表 / 摘要
  • hsi_daily_weight 恒指每日权重
  • futures_eod_price 期货日 K
  • futures_kline_intraday / futures_kline_latest 期货分时 / 最新分时
  • member_build_process / member_position_ranking 会员建仓过程 / 持仓排名
  • eastmoney_futures_strange 端点重新指向东财期货龙虎榜(移除原 alias)

🔧 增强 & 修复

  • 打板接口(limit_up_pool / limit_up_break_pool / limit_down_pool / limit_event_timeline_3s)新增可选 trade_date 参数
  • 规范 GET 布尔参数;补充全量接口契约测试