Skip to main content

Retrieve A-share information from EastMoney for Python

Project description

Reuters

Retrieve A-share information from EastMoney for Python

Install

pip install EastMoney

Usage

  • Initializing
from EastMoney import EastMoney
em=EastMoney('600320','SH')#EastMoney('300015','SZ')
  • Get full info It will return {'code':'...','price':'...','PE':'...','marketCap':'...','company':'...','company_name_en':'...','company_name_cn':'...','industry':'...','area':'...','desc':'...'}
em.getInfo()
  • Get code
em.getCode()
  • Get current price
em.getPrice()
  • Get name
em.getName()
  • Get company full name
em.getCompanyName()
  • Get company full name in English
em.getCompanyName(lang='EN')
  • Get market capital
em.getMarketCap()
  • Get PE
em.getPE()
  • Get company industry
reuters.getIndustry()
  • Get company location
reuters.getLoc()
  • Get company full description
reuters.getDesc()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EastMoney-1.0.0.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

EastMoney-1.0.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page