
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 |
|---|---|---|---|
| 关于2024年1-6月募集资金存放与实际使用情况的专项报告 | 2024-08-30 | Chinese | |
| 长城银河审计报告 | 2024-08-30 | Chinese | |
| 长城银河评估报告 | 2024-08-30 | Chinese | |
| 关于获得政府补助的公告 | 2024-08-30 | Chinese | |
| 2024年半年度财务报告 | 2024-08-30 | Chinese | |
| 2024年度第三次临时股东大会决议公告 | 2024-08-16 | 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 | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 42009321 | 关于2024年1-6月募集资金存放与实际使用情况的专项报告 | 2024-08-30 | Chinese | ||
| 42009309 | 长城银河审计报告 | 2024-08-30 | Chinese | ||
| 42009105 | 长城银河评估报告 | 2024-08-30 | Chinese | ||
| 42008379 | 关于获得政府补助的公告 | 2024-08-30 | Chinese | ||
| 42008361 | 2024年半年度财务报告 | 2024-08-30 | Chinese | ||
| 42008246 | 2024年度第三次临时股东大会决议公告 | 2024-08-16 | Chinese | ||
| 42008228 | 中国长城2024年度第三次临时股东大会法律意见书 | 2024-08-16 | Chinese | ||
| 42008209 | 关于第二期股票期权激励计划部分股票期权注销完成的公告 | 2024-08-15 | Chinese | ||
| 42008194 | 关于股份回购进展情况的公告 | 2024-08-04 | Chinese | ||
| 42008183 | 中国长城第二期股票期权激励计划注销部分股票期权的法律意见书 | 2024-07-31 | Chinese | ||
| 42008167 | 第八届监事会第二次会议决议公告 | 2024-07-31 | Chinese | ||
| 42008149 | 关于非公开发行科技创新公司债券的公告 | 2024-07-31 | Chinese | ||
| 42008134 | 关于第二期股票期权激励计划2023年度未达行权条件及注销相关股票期权的公告 | 2024-07-31 | Chinese | ||
| 42008121 | 关于召开2024年度第三次临时股东大会的通知 | 2024-07-31 | Chinese | ||
| 42008105 | 第八届董事会第二次会议决议公告 | 2024-07-31 | 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.