efinance icon indicating copy to clipboard operation
efinance copied to clipboard

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

Open BranChai opened this issue 3 weeks ago • 0 comments

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

BranChai avatar Jun 16 '24 05:06 BranChai