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-04-24 | Chinese | |
| 关于续聘公司2026年度审计机构的公告 | 2026-04-24 | Chinese | |
| 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司2025年度持续督导跟踪报告 | 2026-04-24 | Chinese | |
| 关于举办2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-24 | Chinese | |
| 内部控制审计报告 | 2026-04-24 | Chinese | |
| 关于向银行等金融机构申请授信额度的公告 | 2026-04-24 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39590150 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-24 | Chinese | ||
| 39590147 | 关于续聘公司2026年度审计机构的公告 | 2026-04-24 | Chinese | ||
| 39590146 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司2025年度持续督导跟踪报告 | 2026-04-24 | Chinese | ||
| 39590144 | 关于举办2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-24 | Chinese | ||
| 39590135 | 内部控制审计报告 | 2026-04-24 | Chinese | ||
| 39590120 | 关于向银行等金融机构申请授信额度的公告 | 2026-04-24 | Chinese | ||
| 39590113 | 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 39590105 | 2025年度募集资金存放与实际使用情况专项报告 | 2026-04-24 | Chinese | ||
| 39590099 | 2025年度会计师事务所履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-04-24 | Chinese | ||
| 39590094 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39590087 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司募集资金投资项目延期的核查意见 | 2026-04-24 | Chinese | ||
| 39590083 | 关于制定、修订公司部分治理制度的公告 | 2026-04-24 | Chinese | ||
| 39590077 | 关于2025年度计提信用减值准备及资产减值准备的公告 | 2026-04-24 | Chinese | ||
| 39590068 | 关于募集资金投资项目延期的公告 | 2026-04-24 | Chinese | ||
| 39590058 | 第一创业证券承销保荐有限责任公司关于四川六九一二通信技术股份有限公司2026年度日常关联交易预计的核查意见 | 2026-04-24 | 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.