
QiMing Information Technology Co.,Ltd — Investor Relations & Filings
QiMing Information Technology Co.,Ltd. provides specialized digital solutions and integrated information services, with a primary focus on the automotive value chain. The company develops enterprise-level management software, including Manufacturing Execution Systems (MES), Enterprise Resource Planning (ERP), and Supply Chain Management (SCM) platforms. Its technical portfolio encompasses automotive electronics, intelligent vehicle connectivity, and cloud computing infrastructure. QiMing facilitates the digital transformation of manufacturing through data-driven architectures and industrial internet applications. Key products include vehicle-mounted hardware, telematics service platforms, and high-performance data center operations. By integrating advanced analytics with industrial processes, the company optimizes operational efficiency and supports the development of smart manufacturing ecosystems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会关于独立董事独立性自查情况的专项报告 | 2024-04-12 | Chinese | |
| 关于会计政策变更的公告 | 2024-04-12 | Chinese | |
| 监事会决议公告 | 2024-04-12 | Chinese | |
| 关于启明信息技术股份有限公司涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2024-04-12 | Chinese | |
| 启明信息关于对一汽财务有限公司的风险评估报告 | 2024-04-12 | Chinese | |
| 监事会2023年度工作报告 | 2024-04-12 | Chinese |
Browse filings by year
19 years- 2026 27 filings
- 2025 70 filings
- 2024 88 filings
- 2023 93 filings
- 2022 74 filings
- 2021 111 filings
- 2020 84 filings
- 2019 76 filings
- 2018 95 filings
- 2017 73 filings
- 2016 63 filings
- 2015 54 filings
- 2014 68 filings
- 2013 83 filings
- 2012 87 filings
- 2011 80 filings
- 2010 97 filings
- 2009 97 filings
- 2008 89 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 35136023 | 董事会关于独立董事独立性自查情况的专项报告 | 2024-04-12 | Chinese | ||
| 35136016 | 关于会计政策变更的公告 | 2024-04-12 | Chinese | ||
| 35135996 | 监事会决议公告 | 2024-04-12 | Chinese | ||
| 35135983 | 关于启明信息技术股份有限公司涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2024-04-12 | Chinese | ||
| 35135966 | 启明信息关于对一汽财务有限公司的风险评估报告 | 2024-04-12 | Chinese | ||
| 35135954 | 监事会2023年度工作报告 | 2024-04-12 | Chinese | ||
| 35135940 | 董事会对独立董事独立性评估的专项意见 | 2024-04-12 | Chinese | ||
| 35135930 | 董事会审计委员会对会计师事务所2023年度履职情况评估及履行监督职责情况的报告 | 2024-04-12 | Chinese | ||
| 35135918 | 董事会决议公告 | 2024-04-12 | Chinese | ||
| 35135904 | 关于2023年度会计师事务所履职情况评估报告 | 2024-04-12 | Chinese | ||
| 35135890 | 董事会2023年度工作报告 | 2024-04-12 | Chinese | ||
| 35135882 | 董事会战略和科技创新委员会议事规则(2024年4月) | 2024-04-12 | Chinese | ||
| 35135866 | 关于出租办公用房、设备暨关联交易的公告 | 2024-04-12 | Chinese | ||
| 35135855 | 启明信息2023年度ESG报告 | 2024-04-12 | Chinese | ||
| 35135549 | 启明信息2024年第一次临时股东大会法律意见书 | 2024-02-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
01 Quantum Inc.
Specializes in post-quantum cybersecurity and integrated co…
|
ONE | CA | Telecommunications, computer pr… |
|
17 Education & Technology Group Inc.
Provides a smart in-school classroom solution with data-dri…
|
YQ | US | Telecommunications, computer pr… |
|
1SPATIAL PLC
Provides software and solutions for automating Location Mas…
|
SPA | GB | Telecommunications, computer pr… |
|
20-20 Technologies Inc.
End-to-end CAD and automation software for interior design,…
|
TWT | CA | Telecommunications, computer pr… |
|
24SevenOffice Group AB
Provides a modular, cloud-based ERP system for accounting, …
|
247 | SE | Telecommunications, computer pr… |
|
360 Ludashi Holdings Limited
Software developer providing PC and mobile device performan…
|
3601 | HK | Telecommunications, computer pr… |
|
360 Security Technology Inc.
Provides AI-driven internet and mobile security solutions f…
|
601360 | CN | Telecommunications, computer pr… |
|
4by4 Inc.
Develops AI video solutions, visual enhancement hardware, a…
|
389140 | KR | Telecommunications, computer pr… |
|
4DMEDICAL LIMITED
Develops non-invasive respiratory imaging solutions using p…
|
4DX | AU | Telecommunications, computer pr… |
|
63 Moons Technologies Limited
Provides trading software, exchange technology, and solutio…
|
63MOONS | IN | Telecommunications, computer pr… |
QiMing Information Technology 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/54284/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54284 | 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=54284 | 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=54284 \ -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": 54284}, 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 QiMing Information Technology Co.,Ltd (id: 54284)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.