返回列表 发布新帖

国金QMT财务数据不全

25 2
发表于 10 小时前 来自手机 | 显示全部楼层 阅读模式
国金QMT里获取到的财务数据不全,统计下来有100多家公司财报有缺失。有的缺失了中间几年,删除数据文件夹重新下载也是一样。
电脑系统:win11
xtquant版本:250516.1.1
国金qmt版本:2.0.8.300

评论2

侯明辉
发表于 6 小时前 | 显示全部楼层
切到 xtquant 原生财务数据接口,用  xtdata.get_financial_data(stocks, tables, start_time, end_time)  直接取,这个接口的数据源与系统内置财务表可能不同,覆盖可能更完整。
*******0068楼主
发表于 4 小时前 | 显示全部楼层
使用的是这个接口,但是获取的财务数据还是不全。
代码:
    raw_data = xtdata.get_financial_data(
        ["301269.SZ"],
        table_list=["income"],
        start_time="",
        end_time="",
        report_type="report_time",
    )
    print(raw_data)
输出:
{'301269.SZ': {'income':   m_timetag m_anntime   revenue_inc  ...  actual_ann_dt  operating_revenue  cost_of_goods_sold
0  20250930  20251030  8.047748e+08  ...            0.0                0.0                 0.0
1  20251231  20260428  1.324977e+09  ...            0.0                0.0                 0.0
2  20260331  20260428  2.569326e+08  ...            0.0                0.0                 0.0

[3 rows x 84 columns]}}

比如这个华大九天的,22-25年的财报都不全

回复

您需要登录后才可以回帖 登录 | 立即注册

客服专线

400-080-8112

用思考的速度交易,用真诚的态度合作,我们是认真的!
  • 关注公众号
  • 添加微信客服
Copyright © 2001-2026 迅投QMT社区 版权所有 All Rights Reserved. 京ICP备2025122616号-3
关灯 快速发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表