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 |
|---|---|---|---|
| 关于2026年度日常关联交易预计的公告 | 2026-04-24 | Chinese | |
| 2025年年度审计报告 | 2026-04-24 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2026-04-10 | Chinese | |
| 四川六九一二通信技术股份有限公司2025年度业绩预告 | 2026-01-27 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-01-12 | Chinese | |
| 关于控股股东、实际控制人的一致行动人进行部分股份质押的公告 | 2026-01-06 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
6 filings
| |||||
| 39590054 | 关于2026年度日常关联交易预计的公告 | 2026-04-24 | Chinese | ||
| 39590048 | 2025年年度审计报告 | 2026-04-24 | Chinese | ||
| 39590033 | 关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2026-04-10 | Chinese | ||
| 39590028 | 四川六九一二通信技术股份有限公司2025年度业绩预告 | 2026-01-27 | Chinese | ||
| 39590027 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-01-12 | Chinese | ||
| 39590018 | 关于控股股东、实际控制人的一致行动人进行部分股份质押的公告 | 2026-01-06 | Chinese | ||
|
2025
9 filings
| |||||
| 39590012 | 关于使用部分闲置募集资金进行现金管理到期赎回的公告 | 2025-12-31 | Chinese | ||
| 39590008 | 关于使用自有资金支付募投项目部分款项并以募集资金等额置换的公告 | 2025-12-23 | Chinese | ||
| 39590004 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2025-12-23 | Chinese | ||
| 39589996 | 第二届董事会第十二次会议决议公告 | 2025-12-23 | Chinese | ||
| 39589995 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2025-12-12 | Chinese | ||
| 39589986 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2025-12-09 | Chinese | ||
| 39589971 | 关于持股5%以上股东部分股份质押的公告 | 2025-12-01 | Chinese | ||
| 39589962 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2025-11-28 | Chinese | ||
| 39589947 | 国浩律师(成都)事务所关于四川六九一二通信技术股份有限公司2025年第三次临时股东会之法律意见书 | 2025-11-17 | 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.