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()
if api.connect('119.147.212.81', 7709):
data= api.get_finance_info(0, '000001')
for key, value, in data.items():
print key, value
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
api.get_finance_info返回值里面没有看到这个字段
请用过指点一下
from pytdx.hq import TdxHq_API
api= TdxHq_API()
if api.connect('119.147.212.81', 7709):
data= api.get_finance_info(0, '000001')
for key, value, in data.items():
print key, value
The text was updated successfully, but these errors were encountered: