SUPER TELECOM CO.,LTD. — Investor Relations & Filings
About SUPER TELECOM CO.,LTD.
Super Telecom Co., Ltd. provides comprehensive telecommunications network technology services and integrated solutions. The company's core operations encompass network planning, design, construction, and maintenance, alongside technical optimization and system integration. It serves major telecommunications operators and enterprise clients, focusing on the deployment and management of mobile communication networks, including 4G and 5G infrastructure. Beyond traditional telecom services, the firm develops Internet of Things (IoT) applications, smart city solutions, and digital intelligence platforms. Its service portfolio is designed to support the full lifecycle of communication networks, ensuring high-performance connectivity and operational efficiency through advanced technical support and specialized engineering expertise.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 超讯通信:2025年年度报告 | 2026-04-27 | Chinese | |
| 超讯通信:董事会关于2024年度财务报表审计报告和内部控制审计报告非标准审计意见所涉及事项影响消除情况的专项说明 | 2026-04-27 | Chinese | |
| 超讯通信:董事会关于2025年度带强调事项段无保留意见审计报告涉及事项的专项说明 | 2026-04-27 | Chinese | |
| 超讯通信:关于调整公司组织架构的公告 | 2026-04-27 | Chinese | |
| 超讯通信:2025年度独立董事述职报告(谢园保-离任) | 2026-04-27 | Chinese | |
| 超讯通信:2025年年度股东会通知 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37544844 | 超讯通信:2025年年度报告 | 2026-04-27 | Chinese | ||
| 37544838 | 超讯通信:董事会关于2024年度财务报表审计报告和内部控制审计报告非标准审计意见所涉及事项影响消除情况的专项说明 | 2026-04-27 | Chinese | ||
| 37544831 | 超讯通信:董事会关于2025年度带强调事项段无保留意见审计报告涉及事项的专项说明 | 2026-04-27 | Chinese | ||
| 37544812 | 超讯通信:关于调整公司组织架构的公告 | 2026-04-27 | Chinese | ||
| 37544795 | 超讯通信:2025年度独立董事述职报告(谢园保-离任) | 2026-04-27 | Chinese | ||
| 37544780 | 超讯通信:2025年年度股东会通知 | 2026-04-27 | Chinese | ||
| 37544766 | 超讯通信:关于购买董事、高级管理人员责任险的公告 | 2026-04-27 | Chinese | ||
| 37544755 | 超讯通信:董事会关于独立董事2025年度独立性自查情况的专项意见及独立董事独立性自查报告 | 2026-04-27 | Chinese | ||
| 37544745 | 超讯通信:2026年度担保预计的公告 | 2026-04-27 | Chinese | ||
| 37544732 | 超讯通信:2025年内部控制评价报告 | 2026-04-27 | Chinese | ||
| 37544719 | 超讯通信:出具带强调事项段的无保留意见审计报告的专项说明 | 2026-04-27 | Chinese | ||
| 37544545 | 超讯通信:关于2025年年度业绩预告更正公告 | 2026-04-26 | Chinese | ||
| 37544541 | 超讯通信:关于延期披露2025年年度报告及2026年第一季度报告的公告 | 2026-04-20 | Chinese | ||
| 37544536 | 超讯通信:关于控股股东部分股份解除质押的公告 | 2026-04-02 | Chinese | ||
| 37544532 | 超讯通信:关于控股股东部分股份被解除司法冻结、标记的公告 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Amtelecom Income Fund
Investment trust that operates as a regional provider of es…
|
— | CA | Telecommunications, computer pr… |
|
Anglo-Canadian Telephone Company
Historical holding company providing telephone services via…
|
— | CA | Telecommunications, computer pr… |
|
Anterix Inc.
Provides private LTE networks on 900 MHz spectrum for criti…
|
ATEX | US | Telecommunications, computer pr… |
|
APT Satellite Holdings Limited
Provides satellite transponder capacity, communications, an…
|
1045 | HK | Telecommunications, computer pr… |
|
ARRAY DIGITAL INFRASTRUCTURE, INC.
Owner and operator of 4,400 shared wireless communications …
|
AD | US | Telecommunications, computer pr… |
|
ASAHI Net, Inc.
An internet service provider offering connection services a…
|
3834 | JP | Telecommunications, computer pr… |
|
Asia Pacific Satellite lnc.
Develops satellite communication equipment and provides sat…
|
211270 | KR | Telecommunications, computer pr… |
|
Astrocast SA
A global nanosatellite IoT network operator for remote asse…
|
ASTRO | CH | Telecommunications, computer pr… |
|
AST SpaceMobile, Inc.
A space-based cellular broadband network connecting directl…
|
ASTS | US | Telecommunications, computer pr… |
|
ATEME
Provider of software-based video compression, delivery, and…
|
ATEME | FR | Telecommunications, computer pr… |
SUPER TELECOM 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/57597/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57597 | 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=57597 | 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=57597 \ -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": 57597}, 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 SUPER TELECOM CO.,LTD. (id: 57597)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.