EastMoney
1.0.0
Abrufen von A-Share-Informationen von Eastmoney für Python abrufen
pip install EastMoney
from EastMoney import EastMoney
em=EastMoney('600320','SH')#EastMoney('300015','SZ')
{'code':'...','price':'...','PE':'...','marketCap':'...','company':'...','company_name_en':'...','company_name_cn':'...','industry':'...','area':'...','desc':'...'} em.getInfo()
em.getCode()
em.getPrice()
em.getName()
em.getCompanyName()
em.getCompanyName(lang='EN')
em.getMarketCap()
em.getPE()
reuters.getIndustry()
reuters.getLoc()
reuters.getDesc()