我用
C.get_financial_data(fieldList=['CAPITALSTRUCTURE.total_capital'],
stockList=stock_list,
startDate='20250710',
endDate='20250710')
来获取股本数据,想计算总市值。但是部分股票的股本数据为nan是为什么?我看到论坛上有人说若股本数据未变化就会为nan,需要自己向前填充,我甚至将startDate从2015年开始结果仍然有大量股票的股本数据为0.想问下是为什么,是api的bug吗? |