Skip to main content

Security Code(equtity, option, bond etc..) of all Exchanges

Project description

获取股票代码对应的详细信息

安装(Installation)

pip install http+git@github.com:rainx/py_security_code.git

or

pip install py-security-code

使用说明(Usage)

导入

from security_code import ShenZhenStockExchange, ShangHaiStockExchange, SecurityTags

获取代码的信息,根据前3, 2, 1字节的信息

In [7]: ShenZhenStockExchange.get_xxx_type_by_code('000001')
Out[7]: {'name': '主板 A 股', 'tags': ['a_share', 'stock']}

In [8]: ShenZhenStockExchange.get_xx_type_by_code('000001')
Out[8]: {'name': 'A股证券'}

In [9]: ShenZhenStockExchange.get_x_type_by_code('000001')
Out[9]: {'name': 'A股'}

判断代码是否属于某个标签

In [10]: ShenZhenStockExchange.has_tag('000001', SecurityTags.A_SHARE)
Out[10]: True

In [11]: ShenZhenStockExchange.has_tag('000001', SecurityTags.STOCK)
Out[11]: True

In [12]: ShenZhenStockExchange.has_tag('000001', SecurityTags.INDEX)
Out[12]: False

提交PR

非常欢迎提交PR给本仓库,本仓库需要如下几方面的帮助:

  1. 针对后续各个交易所的公告信息,修正和追加新的信息到 sse.yml , szse.yml 等文件

  2. 追加标签,目前针对 xxx(1to3)级别的信息,会对代码段进行打标签,由于我本人不是金融专业,所以很多标签没有整理,建议增加更丰富的标签。

  3. 提供更多的市场(尤其是数字编号的市场)支持,如港交所等…

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

py-security-code-0.5.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file py-security-code-0.5.tar.gz.

File metadata

File hashes

Hashes for py-security-code-0.5.tar.gz
Algorithm Hash digest
SHA256 98dd596f3fbe2609382ed804624a27389035439b4fa36fb6d0b841a38a103b20
MD5 663dc35040325d087e451a85da438b3b
BLAKE2b-256 473ed9ebb8dc8f71e2d1923b7c7cb9c6e237c7e43227072f98af109df4a77004

See more details on using hashes here.

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