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 |
|---|---|---|---|
| 超讯通信:关于2026年股票期权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-08 | Chinese | |
| 超讯通信:关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-08 | Chinese | |
| 超讯通信:2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 超讯通信:2025年年度报告 | 2026-04-27 | Chinese | |
| 超讯通信:董事会关于2024年度财务报表审计报告和内部控制审计报告非标准审计意见所涉及事项影响消除情况的专项说明 | 2026-04-27 | Chinese | |
| 超讯通信:董事会关于2025年度带强调事项段无保留意见审计报告涉及事项的专项说明 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44493851 | 超讯通信:关于2026年股票期权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-08 | Chinese | ||
| 44490277 | 超讯通信:关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 44488369 | 超讯通信:2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Receptagen Ltd
Historically involved in distribution, corporate finance, a…
|
RCG | CA | Telecommunications, computer pr… |
|
Regional Cablesystems Inc.
Historical telecom firm providing cable TV, Internet, and p…
|
— | CA | Telecommunications, computer pr… |
|
Reliance Communications Limited
Provides integrated digital infrastructure and enterprise c…
|
RCOM | IN | Telecommunications, computer pr… |
|
Rift Valley Resources Corp.
Develops wireless broadband networks and explores for gold …
|
RVR | CA | Telecommunications, computer pr… |
|
RIKEI CORPORATION
A technology trading company and system integrator speciali…
|
8226 | JP | Telecommunications, computer pr… |
|
Rogers Communications Inc.
A diversified Canadian provider of wireless, cable, and med…
|
RCI | CA | Telecommunications, computer pr… |
|
ROGERS COMMUNICATIONS INC
A diversified communications and media company focused on w…
|
RCI | US | Telecommunications, computer pr… |
|
Rostelecom
Integrated provider of digital services like high-speed int…
|
RTKM | RU | Telecommunications, computer pr… |
|
Royal KPN N.V.
A telecommunications and IT provider serving consumer and b…
|
KPN | NL | Telecommunications, computer pr… |
|
Runjian Co., Ltd.
Provides telecom network services, ICT solutions, and digit…
|
002929 | CN | 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.