
Shenzhen Phoenix Telecom Technology Co., Ltd. — Investor Relations & Filings
Shenzhen Phoenix Telecom Technology Co., Ltd. focuses on the design, development, and production of fiber optic communication components and infrastructure solutions. The product portfolio includes fiber optic cables, patch cords, PLC splitters, optical distribution frames, and terminal boxes. These products support various network architectures, including fiber-to-the-home (FTTH) and data center connectivity. The company provides technical solutions for network operators and telecommunications service providers, emphasizing product reliability and performance in high-speed data transmission environments. Its operations encompass integrated manufacturing and quality assurance to meet international standards for optical networking equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国信证券股份有限公司关于深圳市菲菱科思通信技术股份有限公司首次公开发行股票并上市之持续督导保荐总结报告书 | 2026-04-27 | Chinese | |
| 深圳市菲菱科思通信技术股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | |
| 2025年度募集资金存放、管理与使用情况鉴证报告 | 2026-04-27 | Chinese | |
| 关于会计师事务所2025年度履职情况评估及董事会审计委员会履行监督职责情况的报告 | 2026-04-27 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | |
| 2025年年度审计报告 | 2026-04-27 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38900278 | 国信证券股份有限公司关于深圳市菲菱科思通信技术股份有限公司首次公开发行股票并上市之持续督导保荐总结报告书 | 2026-04-27 | Chinese | ||
| 38900268 | 深圳市菲菱科思通信技术股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | ||
| 38900267 | 2025年度募集资金存放、管理与使用情况鉴证报告 | 2026-04-27 | Chinese | ||
| 38900262 | 关于会计师事务所2025年度履职情况评估及董事会审计委员会履行监督职责情况的报告 | 2026-04-27 | Chinese | ||
| 38900253 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 38900244 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 38900179 | 2025年年度报告 | 2026-04-27 | Chinese | ||
| 38900177 | 关于回购股份的进展公告 | 2026-04-01 | Chinese | ||
| 38900174 | 关于2025年股票期权激励计划预留授予登记完成的公告 | 2026-04-01 | Chinese | ||
| 38900173 | 关于持股5%以上股东股份减持计划实施完成的公告 | 2026-03-25 | Chinese | ||
| 38900170 | 董事会薪酬与考核委员会关于2025年股票期权激励计划预留授予激励对象名单的核查意见及公示情况说明 | 2026-03-24 | Chinese | ||
| 38900169 | 董事会薪酬与考核委员会关于公司2025年股票期权激励计划预留授予激励对象名单(预留授予日)的核查意见 | 2026-03-13 | Chinese | ||
| 38900168 | 北京市中伦(深圳)律师事务所关于深圳市菲菱科思通信技术股份有限公司2025年股票期权激励计划预留授予相关事项的法律意见书 | 2026-03-13 | Chinese | ||
| 38900166 | 第四届董事会第七次会议决议公告 | 2026-03-13 | Chinese | ||
| 38900164 | 关于向2025年股票期权激励计划激励对象授予预留股票期权的公告 | 2026-03-13 | 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 |
Shenzhen Phoenix Telecom 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/56128/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56128 | 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=56128 | 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=56128 \ -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": 56128}, 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 Shenzhen Phoenix Telecom Technology Co., Ltd. (id: 56128)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.