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 |
|---|---|---|---|
| 超讯通信:2023年度向特定对象发行股票预案 | 2023-06-26 | Chinese | |
| 超讯通信:未来三年(2023-2025年)股东回报规划 | 2023-06-26 | Chinese | |
| 超讯通信:关于公司2023年度向特定对象发行股票摊薄即期回报与采取填补措施及相关主体承诺的公告 | 2023-06-26 | Chinese | |
| 超讯通信:2023年度向特定对象发行股票方案论证分析报告 | 2023-06-26 | Chinese | |
| 超讯通信:关于召开2023年度第一次临时股东大会的通知 | 2023-06-26 | Chinese | |
| 超讯通信:控股股东、实际控制人关于对公司股票交易异常波动问询函的回复 | 2023-06-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37536133 | 超讯通信:2023年度向特定对象发行股票预案 | 2023-06-26 | Chinese | ||
| 37536098 | 超讯通信:未来三年(2023-2025年)股东回报规划 | 2023-06-26 | Chinese | ||
| 37536087 | 超讯通信:关于公司2023年度向特定对象发行股票摊薄即期回报与采取填补措施及相关主体承诺的公告 | 2023-06-26 | Chinese | ||
| 37536075 | 超讯通信:2023年度向特定对象发行股票方案论证分析报告 | 2023-06-26 | Chinese | ||
| 37536057 | 超讯通信:关于召开2023年度第一次临时股东大会的通知 | 2023-06-26 | Chinese | ||
| 37536033 | 超讯通信:控股股东、实际控制人关于对公司股票交易异常波动问询函的回复 | 2023-06-15 | Chinese | ||
| 37536024 | 超讯通信:股票交易异常波动暨风险提示公告 | 2023-06-15 | Chinese | ||
| 37536011 | 超讯通信:关于完成工商变更登记的公告 | 2023-06-12 | Chinese | ||
| 37536000 | 超讯通信:2022年度营业收入扣除情况的专项说明 | 2023-06-08 | Chinese | ||
| 37535953 | 超讯通信:关于控股子公司涉及诉讼的公告 | 2023-06-08 | Chinese | ||
| 37535939 | 超讯通信:关于控股股东股份质押延期购回的公告 | 2023-06-06 | Chinese | ||
| 37535931 | 超讯通信:关于转让控股子公司股权事项的进展公告 | 2023-06-06 | Chinese | ||
| 37535924 | 超讯通信:股东减持股份结果及致歉公告 | 2023-06-05 | Chinese | ||
| 37535911 | 超讯通信:关于控股股东、实际控制人承诺未来12个月内不减持公司股份的公告 | 2023-05-30 | Chinese | ||
| 37535900 | 超讯通信:简式权益变动报告书(修改后) | 2023-05-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wired, wireless, and satellite telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1&1 AG
A telecommunications provider offering mobile and broadband…
|
1U1 | DE | Telecommunications, computer pr… |
|
360networks Inc.
Major North American provider of high-capacity fiber optic …
|
TSIX | CA | Telecommunications, computer pr… |
|
4iG Nyilvánosan Működő Részvénytársaság
Provider of integrated telecommunications, IT, and space te…
|
4IG | HU | Telecommunications, computer pr… |
|
5G NETWORKS LIMITED.
Provides high-speed connectivity, fiber networks, and manag…
|
5GN | AU | Telecommunications, computer pr… |
|
AAC Clyde Space
Offers end-to-end small satellite solutions and space-based…
|
AAC | SE | Telecommunications, computer pr… |
|
Aastra Technologies Limited
Global provider of enterprise communication systems, specia…
|
AAH | CA | Telecommunications, computer pr… |
|
Accrete Inc.
Cloud-based messaging provider specializing in A2P SMS and …
|
4395 | JP | Telecommunications, computer pr… |
|
ACTELIS NETWORKS INC
Provider of cyber-hardened networking solutions for IoT ove…
|
ASNS | US | Telecommunications, computer pr… |
|
Adamant Holding Inc.
Global telecommunications carrier expanding into renewable …
|
UCCPF | CA | Telecommunications, computer pr… |
|
AdvanteXCEL.com Communications Corp.
Defaulting reporting issuer, cease-traded due to regulatory…
|
APTV | CA | 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.