You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
待完成TODO
- 总股本、机构持股未能获取
- 数据库需要拆分
- 1d K线历史数据
- k线基础表:开盘价、收盘价、最高价、最低价、成交量、成交额 -- query_kline
- .k线辅助数据表:
- k线行情表:需计算:涨跌幅,5日涨跌幅,10日涨跌幅,20日涨跌幅,30日涨跌幅,macd(需计算) ,乖离率(需计算); 是否涨停(需计算),是否跌停(需计算),是否st -- get_history_stock_status
- k线财务表:总市值,流通市值,机构持股(非个人),利润 -- get_equity_structure,get_share_holder,get_income
- 其他周期历史数据
- k线基础表:开盘价、收盘价、最高价、最低价、成交量、成交额,涨跌幅(需计算),macd(需计算) -- query_kline
- 实时数据:开盘价、收盘价、最高价、最低价、成交量、成交额
- 代码数据表(每天检查)、交易日表
- 基础数据表: 上市日期、上市板块、是否退市 -- get_stock_basic
- 1d K线历史数据
已完成DONE
- 获取股票列表接口 stock/symbols -- 第一次请求慢,会超时
- 获取k线 stock/klines/{symbol} -- 缺少股本等信息
- 获取交易日历 stock/trading-dates
2026年3月15日 接口调整
已实现
- _fetch_calendar_sync 调用接口 get_calendar
待调整
- close接口需要logout进行退出