
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 |
|---|---|---|---|
| 第八届董事会第二十三次会议决议暨变更董事会秘书的公告 | 2025-11-12 | Chinese | |
| 中国长城科技集团股份有限公司章程 | 2025-11-05 | Chinese | |
| 关于完成工商变更登记并换发营业执照的公告 | 2025-11-05 | Chinese | |
| 第八届董事会第二十二次会议决议公告 | 2025-10-29 | Chinese | |
| 2025年三季度报告 | 2025-10-29 | Chinese | |
| 关于拟续聘会计师事务所的公告 | 2025-10-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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 42011287 | 第八届董事会第二十三次会议决议暨变更董事会秘书的公告 | 2025-11-12 | Chinese | ||
| 42011272 | 中国长城科技集团股份有限公司章程 | 2025-11-05 | Chinese | ||
| 42011249 | 关于完成工商变更登记并换发营业执照的公告 | 2025-11-05 | Chinese | ||
| 42011230 | 第八届董事会第二十二次会议决议公告 | 2025-10-29 | Chinese | ||
| 42011219 | 2025年三季度报告 | 2025-10-29 | Chinese | ||
| 42011199 | 关于拟续聘会计师事务所的公告 | 2025-10-29 | Chinese | ||
| 42011179 | 关于选举职工董事的公告 | 2025-10-28 | Chinese | ||
| 42011165 | 关于中国长城科技集团股份有限公司2025年度第二次临时股东大会的法律意见书 | 2025-10-17 | Chinese | ||
| 42011151 | 2025年度第二次临时股东大会决议公告 | 2025-10-17 | Chinese | ||
| 42011139 | 关于召开2025年度第二次临时股东大会的通知 | 2025-09-28 | Chinese | ||
| 42011135 | 第八届董事会第二十一次会议决议公告 | 2025-09-28 | Chinese | ||
| 42011126 | 第八届董事会第二十次会议决议公告 | 2025-09-22 | Chinese | ||
| 42011115 | 中国长城科技集团股份有限公司董事会议事规则 | 2025-09-22 | Chinese | ||
| 42011104 | 中国长城科技集团股份有限公司股东会议事规则 | 2025-09-22 | Chinese | ||
| 42011091 | 关于修订公司章程(含议事规则)的公告 | 2025-09-22 | 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.