Hi mouday,
It's glad to meet your wonderful project.
But I'm confused that the xueqiu module couldn't be found.
My usage:
from stock_open_api.api.xueqiu import xueqiu_util
xueqiu_market.get_stock_market('SH600733')
But error:
ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 1
----> 1 from stock_open_api.api.xueqiu import xueqiu_util
2 xueqiu_market.get_stock_market('SH600733')
ModuleNotFoundError: No module named 'stock_open_api.api.xueqiu'
Other modules are all fine.
Could you please advise me? Thank you a lot.
Hi mouday,
It's glad to meet your wonderful project.
But I'm confused that the xueqiu module couldn't be found.
My usage:
But error:
Other modules are all fine.
Could you please advise me? Thank you a lot.