Skip to content
New issue

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

ef.stock.get_realtime_quotes获得的数据中一部分含有A的股票名称使用的是全角A,另一部分使用的半角A #178

Open
BranChai opened this issue Jun 16, 2024 · 0 comments

Comments

@BranChai
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant