
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 |
|---|---|---|---|
| 2025年度分红派息实施公告 | 2026-05-22 | Chinese | |
| 关于参加2026年吉林辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-12 | Chinese | |
| 第七届董事会2026年第三次临时会议决议的公告 | 2026-05-12 | Chinese | |
| 关于聘任董事会秘书的公告 | 2026-05-12 | Chinese | |
| 启明信息2025年度内部控制审计报告 | 2026-03-27 | Chinese | |
| 第七届董事会第十六次会议决议的公告 | 2026-03-27 | Chinese |
Browse filings by year
19 years- 2026 22 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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867387 | 2025年度分红派息实施公告 | 2026-05-22 | Chinese | ||
| 45347129 | 关于参加2026年吉林辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-12 | Chinese | ||
| 45347128 | 第七届董事会2026年第三次临时会议决议的公告 | 2026-05-12 | Chinese | ||
| 45345900 | 关于聘任董事会秘书的公告 | 2026-05-12 | Chinese | ||
| 35141291 | 启明信息2025年度内部控制审计报告 | 2026-03-27 | Chinese | ||
| 35141179 | 第七届董事会第十六次会议决议的公告 | 2026-03-27 | Chinese | ||
| 35141177 | 关于对一汽财务有限公司的风险评估报告 | 2026-03-27 | Chinese | ||
| 35141172 | 关于聘任内部审计机构负责人的公告 | 2026-03-27 | Chinese | ||
| 35141171 | 启明信息2025年内控评价报告 | 2026-03-27 | Chinese | ||
| 35141169 | 启明信息董事会关于独立董事独立性自查情况的专项意见 | 2026-03-27 | Chinese | ||
| 35141165 | 启明信息独立董事2025年度述职报告-刘柏 | 2026-03-27 | Chinese | ||
| 35141163 | 启明信息独立董事2025年度述职报告-刘衍珩 | 2026-03-27 | Chinese | ||
| 35141161 | 关于2025年度利润分配预案的公告 | 2026-03-27 | Chinese | ||
| 35141157 | 启明信息2025年度涉及财务公司关联交易的专项说明 | 2026-03-27 | Chinese | ||
| 35140967 | 董事会审计委员会2025年度履职情况评估及履行监督职责情况的报告 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Advanced Blockchain AG
A venture builder, investor, and incubator focused on the b…
|
BWQ | DE | Telecommunications, computer pr… |
|
Advanced Media, Inc.
A technology company specializing in AI-powered voice recog…
|
3773 | JP | Telecommunications, computer pr… |
|
ADVANCE INFORMATION MARKETING BERHAD
Regional BPO solution provider specializing in loyalty mana…
|
— | MY | Telecommunications, computer pr… |
|
Advenica AB
Cybersecurity company developing high-assurance solutions f…
|
ADVE | SE | Telecommunications, computer pr… |
|
Aerospace Intelligent Manufacturing Technology Co.,Ltd.
Provides industrial software, digital twin platforms, and s…
|
300446 | CN | Telecommunications, computer pr… |
|
AEye, Inc.
Develops software-defined lidar platforms for various auton…
|
LIDR | US | Telecommunications, computer pr… |
|
AGEDB Technology Limited
Delivers advanced DBMS software, specialized graph database…
|
AGET | CA | Telecommunications, computer pr… |
|
Agereh Technologies Inc.
Delivers AI-enabled movement intelligence and data-driven S…
|
AUTO | CA | Telecommunications, computer pr… |
|
AGI Inc
Applied AI lab creating on-device superintelligence and aut…
|
AGI | KY | Telecommunications, computer pr… |
|
Agillic A/S
Provides an omnichannel marketing automation platform for p…
|
AGILC | DK | 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.