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 |
|---|---|---|---|
|
Eutelsat Communications
Operates a multi-orbit satellite network for global connect…
|
ETL | FR | Telecommunications, computer pr… |
|
EXEO Group, Inc.
Engineering and solutions provider for telecom, urban, and …
|
1951 | JP | Telecommunications, computer pr… |
|
Extenway Solutions Inc.
Provides media, connectivity, and communication solutions f…
|
EY | CA | Telecommunications, computer pr… |
|
FAR EASTONE TELECOMMUNICATIONS CO. LTD
Provides integrated telecommunications, 5G connectivity, an…
|
4904 | TW | Telecommunications, computer pr… |
|
Fibergate Inc.
Provides Wi-Fi solutions for commercial facilities and resi…
|
9450 | JP | Telecommunications, computer pr… |
|
Fonorola Inc.
Telecommunications carrier offering long distance voice and…
|
— | CA | Telecommunications, computer pr… |
|
FreeBit Co., Ltd.
Internet technology company providing 5G and digital transf…
|
3843 | JP | Telecommunications, computer pr… |
|
Frontier Communications Parent, Inc.
A telecommunications company providing fiber-optic broadban…
|
FYBR | US | Telecommunications, computer pr… |
|
Galaxy OnLine Inc.
Delivers high-speed internet and IP communications using sa…
|
— | CA | Telecommunications, computer pr… |
|
GAMMA COMMUNICATIONS PLC
Provider of UCaaS, connectivity, and cybersecurity solution…
|
GAMA | GB | 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.