Phenix Optics Company Limited — Investor Relations & Filings
About Phenix Optics Company Limited
Phenix Optics Company Limited specializes in the research, development, and manufacturing of high-precision optical components and instruments. The company's product portfolio includes a wide range of optical lenses for security surveillance, automotive systems, and mobile devices, as well as microscopes and binoculars. It provides comprehensive solutions spanning optical glass processing, precision metal components, and complete optical system assembly. Phenix Optics serves diverse sectors such as smart home technology, medical imaging, and industrial automation. By leveraging advanced manufacturing technologies and integrated supply chain capabilities, the company delivers high-performance optical solutions. Its core competencies lie in precision lens design, coating technologies, and the production of complex optoelectronic modules.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 凤凰光学股份有限公司董事会对独立董事独立性自查情况的专项报告 | 2026-04-20 | Chinese | |
| 凤凰光学股份有限公司独立董事2025年度述职报告(郭斌) | 2026-04-20 | Chinese | |
| 凤凰光学股份有限公司涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-04-20 | Chinese | |
| 凤凰光学股份有限公司关于在中国电子科技财务有限公司办理存贷款业务的风险持续评估报告 | 2026-04-20 | Chinese | |
| 凤凰光学股份有限公司审计报告 | 2026-04-20 | Chinese | |
| 凤凰光学股份有限公司2025年年度报告摘要 | 2026-04-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40271906 | 凤凰光学股份有限公司董事会对独立董事独立性自查情况的专项报告 | 2026-04-20 | Chinese | ||
| 40271904 | 凤凰光学股份有限公司独立董事2025年度述职报告(郭斌) | 2026-04-20 | Chinese | ||
| 40271901 | 凤凰光学股份有限公司涉及财务公司关联交易的存款、贷款等金融业务的专项说明 | 2026-04-20 | Chinese | ||
| 40271897 | 凤凰光学股份有限公司关于在中国电子科技财务有限公司办理存贷款业务的风险持续评估报告 | 2026-04-20 | Chinese | ||
| 40271894 | 凤凰光学股份有限公司审计报告 | 2026-04-20 | Chinese | ||
| 40271892 | 凤凰光学股份有限公司2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 40271891 | 凤凰光学股份有限公司2025年年度报告 | 2026-04-20 | Chinese | ||
| 40271889 | 凤凰光学股份有限公司2025年度计提与核销各项资产减值准备的公告 | 2026-04-20 | Chinese | ||
| 40271887 | 凤凰光学股份有限公司关于2025年度利润分配预案的公告 | 2026-04-20 | Chinese | ||
| 40271885 | 凤凰光学股份有限公司关于2025年度会计师事务所履职情况的评估报告 | 2026-04-20 | Chinese | ||
| 40271884 | 凤凰光学股份有限公司关于召开2025年年度股东会的通知 | 2026-04-20 | Chinese | ||
| 40271882 | 凤凰光学股份有限公司董事、高级管理人员薪酬管理制度 | 2026-04-20 | Chinese | ||
| 40271881 | 凤凰光学股份有限公司董事会审计委员会2025年度履职情况报告 | 2026-04-20 | Chinese | ||
| 40271871 | 凤凰光学股份有限公司2025年度环境、社会和公司治理(ESG)报告 | 2026-04-20 | Chinese | ||
| 40271827 | 凤凰光学股份有限公司关于2026年度担保预计的公告 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of optical instruments and photographic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ability Enterprise Co., Ltd.
ODM and EMS provider of advanced optical and digital imagin…
|
2374 | TW | Manufacturing |
|
Advanced Fiber Resources (Zhuhai), Ltd.
Manufacturer of high-power passive optical components for l…
|
300620 | CN | Manufacturing |
|
Aiptek International Inc.
Specializes in digital imaging and automotive safety, focus…
|
6225 | TW | Manufacturing |
|
Aksh Optifibre Ltd.
Global manufacturer of optical fiber, cables, FRP rods, and…
|
AKSHOPTFBR | IN | Manufacturing |
|
Altek Corporation
Provider of digital imaging solutions and AI edge vision fo…
|
3059 | TW | Manufacturing |
|
APOGEE OPTOCOM CO., LTD.
Manufactures thin-film filters and optical components for t…
|
6426 | TW | Manufacturing |
|
Appotronics Corporation Limited
Develops ALPD laser display technology for cinema, home, an…
|
688007 | CN | Manufacturing |
|
ARASHI VISION INC.
Develops 360-degree cameras, action cameras, and profession…
|
688775 | CN | Manufacturing |
|
Asia Optical Co., Inc.
Manufacturer of precision optical components, lenses, and o…
|
3019 | TW | Manufacturing |
|
Asukanet Company,Limited
Offers photo printing, funeral imaging, aerial display tech…
|
2438 | JP | Manufacturing |
Phenix Optics Company Limited 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/56461/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56461 | 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=56461 | 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=56461 \ -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": 56461}, 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 Phenix Optics Company Limited (id: 56461)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.