
Beijing Chieftain Control Technology Group Co.,Ltd — Investor Relations & Filings
Beijing Chieftain Control Technology Group Co., Ltd. specializes in providing integrated automation and digitalization solutions primarily for the pharmaceutical and life sciences sectors. The company develops advanced process control systems, manufacturing execution systems (MES), and data management platforms designed to optimize production efficiency and ensure regulatory compliance. Its core offerings include distributed control systems (DCS), programmable logic controllers (PLC), and specialized software for batch management and electronic batch records. Beijing Chieftain focuses on delivering turnkey projects that adhere to international standards such as GAMP 5 and FDA 21 CFR Part 11. By integrating industrial IoT and big data analytics, the group supports the construction of smart factories, enabling clients to achieve high levels of precision, traceability, and operational excellence in complex manufacturing environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于与德国ERGO-FIT公司签署战略合作协议的公告 | 2019-04-24 | Chinese | |
| 关于召开2018年度股东大会的提示性公告 | 2019-04-24 | Chinese | |
| 关于全资子公司取得土地使用权的公告 | 2019-04-23 | Chinese | |
| 西南证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金之2018年持续督导工作报告暨持续督导总结报告 | 2019-04-22 | Chinese | |
| 西南证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金之部分限售股份上市流通的核查意见 | 2019-04-17 | Chinese | |
| 部分非公开发行限售股份上市流通提示性公告 | 2019-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 37272147 | 关于与德国ERGO-FIT公司签署战略合作协议的公告 | 2019-04-24 | Chinese | ||
| 37272140 | 关于召开2018年度股东大会的提示性公告 | 2019-04-24 | Chinese | ||
| 37272132 | 关于全资子公司取得土地使用权的公告 | 2019-04-23 | Chinese | ||
| 37272122 | 西南证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金之2018年持续督导工作报告暨持续督导总结报告 | 2019-04-22 | Chinese | ||
| 37272107 | 西南证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金之部分限售股份上市流通的核查意见 | 2019-04-17 | Chinese | ||
| 37272099 | 部分非公开发行限售股份上市流通提示性公告 | 2019-04-17 | Chinese | ||
| 37272089 | 首次公开发行前已发行股份上市流通提示性公告 | 2019-04-10 | Chinese | ||
| 37272081 | 西南证券股份有限公司关于公司首次公开发行前已发行股份上市流通的核查意见 | 2019-04-10 | Chinese | ||
| 37272073 | 2019年第一季度业绩预告修正公告 | 2019-04-10 | Chinese | ||
| 37272065 | 2018年年度报告 | 2019-04-09 | Chinese | ||
| 37271949 | 西南证券股份有限公司关于公司首次公开发行股票并在创业板上市保荐总结报告书 | 2019-04-09 | Chinese | ||
| 37271939 | 公司章程(2019年4月) | 2019-04-09 | Chinese | ||
| 37271930 | 2018年度控股股东及其他关联方占用资金情况汇总表 | 2019-04-09 | Chinese | ||
| 37271922 | 第三届董事会第十五次会议决议公告 | 2019-04-09 | Chinese | ||
| 37271905 | 西南证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金2018年度业绩承诺实现情况的核查意见 | 2019-04-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
Beijing Chieftain Control 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/55418/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55418 | 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=55418 | 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=55418 \ -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": 55418}, 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 Beijing Chieftain Control Technology Group Co.,Ltd (id: 55418)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.