掘金社区
- EBITDA 为0
symbols = 'SHSE.600000, SZSE.000001'
start_date = '2020-01-01'
end_date = '2020-10-01'
ebitda = get_fundamentals(table='deriv_finance_indicator',
symbols=symbols,
start_date=start_date,
end_date=end_date,
fields='EBITDA',
limit=10000, df=True)
- EVEBITDA 错误
ev1_ebitda = get_fundamentals(table='trading_derivative_indicator',
symbols=symbols,
start_date=start_date,
end_date=end_date,
fields='EVEBITDA',
limit=10000, df=True)
评论: 1
相关阅读
问题反馈主要财务指标中的净资产收益率_摊薄/净资产收益率_扣除摊薄有问题
问题反馈轻度强迫症患者建议更新一下footer的时间。
掘金动态从历史数据来看,战胜指数有多难
策略研究问一个仿真交易的限价单撮合问题