Sichuan 6912 Communication Technology Co.,Ltd. — Investor Relations & Filings
About Sichuan 6912 Communication Technology Co.,Ltd.
Sichuan 6912 Communication Technology Co., Ltd. specializes in the research, development, and manufacturing of specialized communication equipment and integrated information systems. The company focuses on providing high-reliability solutions for military and emergency response applications. Its product portfolio includes tactical communication systems, command and control platforms, field communication terminals, and emergency rescue communication equipment. By integrating advanced hardware with proprietary software, the company delivers comprehensive networking solutions designed for complex and demanding environments. Key services encompass system integration, technical support, and the customization of communication infrastructure to meet specific operational requirements in defense and public safety sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事、高级管理人员薪酬管理制度(2025年10月) | 2025-10-29 | Chinese | |
| 关于召开2025年第三次临时股东会的通知 | 2025-10-29 | Chinese | |
| 董事、高级管理人员离职管理制度(2025年10月) | 2025-10-29 | Chinese | |
| 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司归还闲置募集资金并继续使用部分闲置募集资金暂时补充流动资金的核查意见 | 2025-10-29 | Chinese | |
| 第二届董事会第十一次会议决议公告 | 2025-10-29 | Chinese | |
| 2025年三季度报告 | 2025-10-29 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39589804 | 董事、高级管理人员薪酬管理制度(2025年10月) | 2025-10-29 | Chinese | ||
| 39589794 | 关于召开2025年第三次临时股东会的通知 | 2025-10-29 | Chinese | ||
| 39589785 | 董事、高级管理人员离职管理制度(2025年10月) | 2025-10-29 | Chinese | ||
| 39589778 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司归还闲置募集资金并继续使用部分闲置募集资金暂时补充流动资金的核查意见 | 2025-10-29 | Chinese | ||
| 39589768 | 第二届董事会第十一次会议决议公告 | 2025-10-29 | Chinese | ||
| 39589753 | 2025年三季度报告 | 2025-10-29 | Chinese | ||
| 39589748 | 信息披露暂缓与豁免事务管理制度(2025年10月) | 2025-10-29 | Chinese | ||
| 39589738 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司部分首次公开发行前已发行股份上市流通的核查意见 | 2025-10-21 | Chinese | ||
| 39589728 | 部分首次公开发行前已发行股份上市流通提示性公告 | 2025-10-21 | Chinese | ||
| 39589722 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2025-10-20 | Chinese | ||
| 39589713 | 国浩律师(成都)事务所关于四川六九一二通信技术股份有限公司2025年第二次临时股东会之法律意见书 | 2025-09-12 | Chinese | ||
| 39589699 | 2025-047 2025年第二次临时股东会决议公告 | 2025-09-12 | Chinese | ||
| 39589692 | 关于对外投资设立控股子公司并完成工商登记的公告 | 2025-09-08 | Chinese | ||
| 39589684 | 关于参加四川辖区2025年投资者网上集体接待日及半年度报告业绩说明会活动的公告 | 2025-09-05 | Chinese | ||
| 39589675 | 关于控股子公司减资暨关联交易的公告 | 2025-09-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
ACCTON
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
Air Link Communication Limited
Technology company manufacturing, distributing, and retaili…
|
AIRLINK | PK | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
Sichuan 6912 Communication 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/56379/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56379 | 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=56379 | 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=56379 \ -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": 56379}, 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 Sichuan 6912 Communication Technology Co.,Ltd. (id: 56379)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.