We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def update_stock_codes(): """获取所有股票 ID 到 all_stock_code 目录下""" response = requests.get("http://www.shdjt.com/js/lib/astock.js") stock_codes = re.findall(r"~([a-z0-9]*)`", response.text) with open(STOCK_CODE_PATH, "w") as f: f.write(json.dumps(dict(stock=stock_codes))) return stock_codes
http://www.shdjt.com/js/lib/astock.js数据源缺少大量新股,例如601133, 301353等
http://www.shdjt.com/js/lib/astock.js
601133
301353
The text was updated successfully, but these errors were encountered:
是的
Sorry, something went wrong.
同问。能否请作者过目,令这个美妙的包更加锦上添花?
No branches or pull requests
http://www.shdjt.com/js/lib/astock.js
数据源缺少大量新股,例如601133
,301353
等The text was updated successfully, but these errors were encountered: