You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
from pytdx.hq import TdxHq_API
api = TdxHq_API()
with api.connect('14.17.75.11', 7709):
data=[]
for i in range(10):
data+=api.get_transaction_data(1,'600815',0,30) num一直等于0
#data+=api.get_transaction_data(0,'000022',0,30) num有值
print(api.to_df(data))
The text was updated successfully, but these errors were encountered:
from pytdx.hq import TdxHq_API
api = TdxHq_API()
with api.connect('14.17.75.11', 7709):
data=[]
for i in range(10):
data+=api.get_transaction_data(1,'600815',0,30) num一直等于0
#data+=api.get_transaction_data(0,'000022',0,30) num有值
print(api.to_df(data))
The text was updated successfully, but these errors were encountered: