
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 |
|---|---|---|---|
| 独立董事提名人声明与承诺(王岩) | 2026-05-26 | Chinese | |
| 关于召开2026年第一次临时股东会的通知 | 2026-05-26 | Chinese | |
| 独立董事候选人声明与承诺(王旭) | 2026-05-26 | Chinese | |
| 独立董事候选人声明与承诺(刘柏) | 2026-05-26 | Chinese | |
| 独立董事提名人声明与承诺(王旭) | 2026-05-26 | Chinese | |
| 2025年度分红派息实施公告 | 2026-05-22 | 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
| |||||
| 47077351 | 独立董事提名人声明与承诺(王岩) | 2026-05-26 | Chinese | ||
| 47077350 | 关于召开2026年第一次临时股东会的通知 | 2026-05-26 | Chinese | ||
| 47076797 | 独立董事候选人声明与承诺(王旭) | 2026-05-26 | Chinese | ||
| 47076796 | 独立董事候选人声明与承诺(刘柏) | 2026-05-26 | Chinese | ||
| 47076795 | 独立董事提名人声明与承诺(王旭) | 2026-05-26 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ASTERIA Corporation
Develops no-code and low-code software for business automat…
|
3853 | JP | Telecommunications, computer pr… |
|
Astro-century Education & Technology Co.,Ltd.
Provides interactive teaching equipment and digital campus …
|
300654 | CN | Telecommunications, computer pr… |
|
Ateam Holdings Co., Ltd.
An IT company operating entertainment and lifestyle support…
|
3662 | JP | Telecommunications, computer pr… |
|
ATEC CO.,Ltd
Develops cash automation hardware and financial technology …
|
045660 | KR | Telecommunications, computer pr… |
|
Athena Global Technologies Limited
Provides software development, digital transformation, and …
|
517429 | IN | Telecommunications, computer pr… |
|
Atlassian Corp
Provides collaboration, development, and work management so…
|
TEAM | GB | Telecommunications, computer pr… |
|
ATLED CORP.
Develops workflow software to digitize and streamline inter…
|
3969 | JP | Telecommunications, computer pr… |
|
ATON Inc.
Develops fintech security software and mobile authenticatio…
|
158430 | KR | Telecommunications, computer pr… |
|
ATOSS Software AG
Provider of technology and consulting for professional work…
|
AOF | DE | Telecommunications, computer pr… |
|
ATP YAZILIM VE TEKNOLOJİ A.Ş.
Develops enterprise software and system solutions to optimi…
|
ATATP | TR | 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.