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.4.tar.gz (8.9 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for py-security-code-0.4.tar.gz
Algorithm Hash digest
SHA256 42ef256b2ef46242088c68cef726d06951d9831e82b90cb19d546d868b6780e1
MD5 9e2b883459cef07689df8e90e780a09b
BLAKE2b-256 9d18f5fbf1c647dfa0e4220eb599119d34da0d4d6cef72fd31362fe3ee499fc3

See more details on using hashes here.

Supported by

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