
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年半年度财务报告 | 2025-08-25 | Chinese | |
| 简式权益变动报告书(一汽出行) | 2025-07-24 | Chinese | |
| 关于控股股东解除股份托管暨权益变动的提示性公告 | 2025-07-24 | Chinese | |
| 第七届董事会2025年第二次临时会议决议的公告 | 2025-07-18 | Chinese | |
| 2024年度分红派息实施公告 | 2025-05-28 | Chinese | |
| 关于参加2025年吉林辖区上市公司投资者网上集体接待日活动的公告 | 2025-05-21 | 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 | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35140081 | 2025年半年度财务报告 | 2025-08-25 | Chinese | ||
| 35140054 | 简式权益变动报告书(一汽出行) | 2025-07-24 | Chinese | ||
| 35140051 | 关于控股股东解除股份托管暨权益变动的提示性公告 | 2025-07-24 | Chinese | ||
| 35140050 | 第七届董事会2025年第二次临时会议决议的公告 | 2025-07-18 | Chinese | ||
| 35140032 | 2024年度分红派息实施公告 | 2025-05-28 | Chinese | ||
| 35140022 | 关于参加2025年吉林辖区上市公司投资者网上集体接待日活动的公告 | 2025-05-21 | Chinese | ||
| 35140014 | 启明信息2024年度股东大会法律意见书 | 2025-05-16 | Chinese | ||
| 35139996 | 2024年度股东大会决议的公告 | 2025-05-16 | Chinese | ||
| 35139987 | 2025年一季度报告 | 2025-04-28 | Chinese | ||
| 35139967 | 关于举行2024年度业绩网上说明会的公告 | 2025-04-28 | Chinese | ||
| 35139958 | 独立董事2024年度述职报告(刘衍珩) | 2025-04-18 | Chinese | ||
| 35139956 | 关于会计政策变更的公告 | 2025-04-18 | Chinese | ||
| 35139935 | 2024年年度财务报告 | 2025-04-18 | Chinese | ||
| 35139931 | 董事会对独立董事独立性评估的专项意见 | 2025-04-18 | Chinese | ||
| 35139916 | 2024年年度审计报告 | 2025-04-18 | 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.