3.19K 浏览
0

module ‘tqsdk.api’ has no attribute ‘get_account’.

toobug 已回答的问题 2021年6月21日
0

这个 api.get_account().available 如果当天发生过买卖交易的话,会出现余额不准,

我api返回16万7, 但是券商那边显示可提取资金173000,可用资金177000, 应该不是缓存的问题,数据是一直更新的.但是就是值不对

toobug 已回答的问题 2021年6月21日
0

account = api.get_account()
print(account.available)

jeepman 已回答的问题 2021年4月15日