
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 |
|---|---|---|---|
| 2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 关于深圳市菲菱科思通信技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 关于召开2025年年度股东会的提示性公告 | 2026-05-13 | Chinese | |
| 关于提请股东会授权董事会办理以简易程序向特定对象发行股票的公告 | 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
| |||||
| 46535998 | 2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46535991 | 关于深圳市菲菱科思通信技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 45493617 | 关于召开2025年年度股东会的提示性公告 | 2026-05-13 | Chinese | ||
| 38900354 | 关于提请股东会授权董事会办理以简易程序向特定对象发行股票的公告 | 2026-04-27 | Chinese | ||
| 38900351 | 国信证券股份有限公司关于深圳市菲菱科思通信技术股份有限公司2025年年度募集资金存放、管理与使用情况的核查意见 | 2026-04-27 | Chinese | ||
| 38900343 | 国信证券股份有限公司关于深圳市菲菱科思通信技术股份有限公司2025年年度内部控制评价报告的核查意见 | 2026-04-27 | Chinese | ||
| 38900335 | 2025年年度募集资金存放、管理与使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 38900333 | 关于开展远期外汇交易业务的可行性分析报告 | 2026-04-27 | Chinese | ||
| 38900330 | 第四届董事会第九次会议决议公告 | 2026-04-27 | Chinese | ||
| 38900328 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 38900326 | 2025年度非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-04-27 | Chinese | ||
| 38900298 | 董事会关于公司独立董事独立性情况的专项报告 | 2026-04-27 | Chinese | ||
| 38900294 | 国信证券股份有限公司关于深圳市菲菱科思通信技术股份有限公司使用部分自有资金和暂时闲置的募集资金进行现金管理的核查意见 | 2026-04-27 | Chinese | ||
| 38900291 | 关于2025年度计提资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 38900286 | 国信证券股份有限公司关于深圳市菲菱科思通信技术股份有限公司2025年年度持续督导跟踪报告 | 2026-04-27 | 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.