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
import efinance as ef bond_info = ef.stock.get_realtime_quotes() 其中"张 裕A","峨眉山A","深深房A","深天马A","深纺织A","粤高速A","穗恒运A","深华发A","深桑达A","深康佳A","陕国投A","鲁 泰A","渝三峡A","深振业A","粤宏远A","苏常柴A","华侨城A","粤电力A"这些股票的名称使用的是全角A, 但是另外一些名称'深物业A', '深中华A', '新大洲A', '白云山A', '琼民源A', '小天鹅A', 'PT中浩A', '*ST石化A', 'PT金田A', '安道麦A', '深南电A'使用的却是半角A,
建议全部统一为半角A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
import efinance as ef
bond_info = ef.stock.get_realtime_quotes()
其中"张 裕A","峨眉山A","深深房A","深天马A","深纺织A","粤高速A","穗恒运A","深华发A","深桑达A","深康佳A","陕国投A","鲁 泰A","渝三峡A","深振业A","粤宏远A","苏常柴A","华侨城A","粤电力A"这些股票的名称使用的是全角A,
但是另外一些名称'深物业A', '深中华A', '新大洲A', '白云山A', '琼民源A', '小天鹅A', 'PT中浩A', '*ST石化A', 'PT金田A', '安道麦A', '深南电A'使用的却是半角A,
建议全部统一为半角A
The text was updated successfully, but these errors were encountered: