
CHINA GREATWALL TECHNOLOGY GROUP CO., LTD. — Investor Relations & Filings
China Greatwall Technology Group Co., Ltd. specializes in the development and manufacturing of advanced computing hardware and information security solutions. The company provides a comprehensive range of products, including high-performance servers, personal computers, and specialized power supply units. A primary focus is the advancement of independent computing architectures, notably through the integration of Phytium processors and Kirin operating systems to create secure and reliable digital ecosystems. Its core activities encompass high-end electronic manufacturing, system integration, and the provision of infrastructure for cloud computing and big data applications. The company serves diverse sectors such as finance, energy, and telecommunications, delivering integrated hardware and software solutions designed to support critical digital infrastructure and enhance operational security.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2021年度股东大会决议公告 | 2022-05-23 | Chinese | |
| 中国长城2021年度股东大会法律意见书 | 2022-05-23 | Chinese | |
| 关于召开2021年度股东大会的提示性公告 | 2022-05-19 | Chinese | |
| 关于调整2021年度业绩说明会的公告 | 2022-05-17 | Chinese | |
| 关于召开2021年度业绩说明会的公告 | 2022-05-12 | Chinese | |
| 立信关于中电财务2021年度风险评估报告(信会师报字[2022]第ZG23618号) | 2022-04-29 | Chinese |
Browse filings by year
27 years- 2026 35 filings
- 2025 98 filings
- 2024 135 filings
- 2023 128 filings
- 2022 129 filings
- 2021 224 filings
- 2020 247 filings
- 2019 181 filings
- 2018 205 filings
- 2017 230 filings
- 2016 257 filings
- 2015 131 filings
- 2014 149 filings
- 2013 90 filings
- 2012 114 filings
- 2011 98 filings
- 2010 95 filings
- 2009 74 filings
- 2008 57 filings
- 2007 71 filings
- 2006 70 filings
- 2005 62 filings
- 2004 39 filings
- 2003 19 filings
- 2002 29 filings
- 2001 2 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 42001802 | 2021年度股东大会决议公告 | 2022-05-23 | Chinese | ||
| 42001793 | 中国长城2021年度股东大会法律意见书 | 2022-05-23 | Chinese | ||
| 42001784 | 关于召开2021年度股东大会的提示性公告 | 2022-05-19 | Chinese | ||
| 42001770 | 关于调整2021年度业绩说明会的公告 | 2022-05-17 | Chinese | ||
| 42001758 | 关于召开2021年度业绩说明会的公告 | 2022-05-12 | Chinese | ||
| 42001748 | 立信关于中电财务2021年度风险评估报告(信会师报字[2022]第ZG23618号) | 2022-04-29 | Chinese | ||
| 42001740 | 2021年度监事会工作报告 | 2022-04-29 | Chinese | ||
| 42001728 | 年度股东大会通知 | 2022-04-29 | Chinese | ||
| 42001716 | 立信关于中电财务2022年一季度风险评估报告(信会师报字[2022]第ZG212447号) | 2022-04-29 | Chinese | ||
| 42001703 | 2021年度董事会工作报告 | 2022-04-29 | Chinese | ||
| 42001683 | 关于为下属公司提供担保及下属公司之间担保的公告 | 2022-04-29 | Chinese | ||
| 42001669 | 独立董事年度述职报告 | 2022-04-29 | Chinese | ||
| 42001648 | 年度募集资金使用鉴证报告 | 2022-04-29 | Chinese | ||
| 42001629 | 内部控制鉴证报告 | 2022-04-29 | Chinese | ||
| 42001617 | 监事会决议公告 | 2022-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2CRSi
Designs and manufactures high-performance, energy-efficient…
|
2CRSI | FR | Manufacturing |
|
AAEON
Manufacturer of industrial and embedded computing platforms…
|
6579 | TW | Manufacturing |
|
ABKO CO., LTD.
Develops PC components, gaming peripherals, and consumer el…
|
129890 | KR | Manufacturing |
|
ACER
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech
Global leader in industrial computing, IoT systems, and emb…
|
2395 | TW | Manufacturing |
|
AGM GROUP HOLDINGS, INC.
Designs blockchain ASIC chips and sells cryptocurrency mini…
|
AGMH | US | Manufacturing |
|
AGT
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
AIC
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
AMAX
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | Manufacturing |
CHINA GREATWALL TECHNOLOGY GROUP CO., LTD. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/53588/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53588 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=53588 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=53588 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 53588}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for CHINA GREATWALL TECHNOLOGY GROUP CO., LTD. (id: 53588)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.