Industries

Shenwan (SW2021) industry classification membership, mapping each A-share to its level-1, level-2, and level-3 industry across the three-tier taxonomy. Use it for sector tagging, basket aggregation, industry-neutralization, and building peer benchmarks. This is reference data that updates only when classifications or constituents change, not daily. Note that the Shenwan scheme differs from CSRC industry codes and concept boards, so harmonize taxonomies when joining across sources.

GET /v2/reference/industries

Parameters

Name Type Required Description
symbol string No Stock code, e.g. 000001.SZ

Response Fields

Field Type Description
symbol string Stock code
name string Stock name
l1_code string L1 industry code
l1_name string L1 industry name (31 industries)
l2_code string L2 industry code
l2_name string L2 industry name
l3_code string L3 industry code
l3_name string L3 industry name

API Example

cURL
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/reference/industries"
Python SDK
from asharehub import AShareHub

client = AShareHub(api_key="YOUR_KEY")
df = client.industry_list()
print(df.head())

Sample Data

returns a pandas.DataFrame
symbolnamel1_codel1_namel2_codel2_namel3_codel3_name
000001.SZ平安银行801780.SI银行801783.SI股份制银行Ⅱ857831.SI股份制银行Ⅲ
000002.SZ万科A801180.SI房地产801181.SI房地产开发851811.SI住宅开发
000003.SZPT金田A(退市)801230.SI综合801231.SI综合Ⅱ852311.SI综合Ⅲ