
Henan Shijia Photons Technology Co., Ltd. — Investor Relations & Filings
Henan Shijia Photons Technology Co., Ltd. specializes in the research, development, production, and sale of optoelectronic chips and integrated modules. The company focuses on two primary technology platforms: Silica-on-Silicon and Indium Phosphide (InP). Its core product portfolio includes Planar Lightwave Circuit (PLC) splitters, Arrayed Waveguide Grating (AWG) chips for data centers and WDM applications, and Distributed Feedback (DFB) laser chips. Shijia Photons provides essential components for fiber-to-the-home (FTTH) deployments, 5G wireless networks, and high-speed optical interconnects. By maintaining a vertically integrated business model that spans chip design, wafer fabrication, packaging, and testing, the company delivers high-performance optical solutions for global telecommunications and cloud computing infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于终止发行股份及支付现金购买资产并募集配套资金暨关联交易事项的公告 | 2026-05-26 | Chinese | |
| 第四届董事会第十三次会议决议公告 | 2026-05-26 | Chinese | |
| 第四届董事会独立董事第十次专门会议决议 | 2026-05-26 | Chinese | |
| 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-13 | Chinese | |
| 第四届董事会独立董事第九次专门会议决议 | 2026-05-13 | Chinese | |
| 仕佳光子:2025年年度股东会法律意见书 | 2026-05-13 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47077491 | 关于终止发行股份及支付现金购买资产并募集配套资金暨关联交易事项的公告 | 2026-05-26 | Chinese | ||
| 47076908 | 第四届董事会第十三次会议决议公告 | 2026-05-26 | Chinese | ||
| 47076907 | 第四届董事会独立董事第十次专门会议决议 | 2026-05-26 | Chinese | ||
| 45774415 | 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-05-13 | Chinese | ||
| 45774260 | 第四届董事会独立董事第九次专门会议决议 | 2026-05-13 | Chinese | ||
| 45774090 | 仕佳光子:2025年年度股东会法律意见书 | 2026-05-13 | Chinese | ||
| 45774081 | 关于增加2026年度日常关联交易额度预计的公告 | 2026-05-13 | Chinese | ||
| 44281081 | 2025年年度股东会会议资料 | 2026-05-06 | Chinese | ||
| 44281064 | 董事会提名及薪酬委员会关于公司2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-05-06 | Chinese | ||
| 44278207 | 关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-06 | Chinese | ||
| 39274994 | 董事、高级管理人员离职管理制度 | 2026-04-17 | Chinese | ||
| 39274993 | 2026年限制性股票激励计划激励对象名单 | 2026-04-17 | Chinese | ||
| 39274992 | 董事会提名及薪酬委员会关于公司2026年限制性股票激励计划(草案)的核查意见 | 2026-04-17 | Chinese | ||
| 39274989 | 第四届董事会第十一次会议决议公告 | 2026-04-17 | Chinese | ||
| 39274987 | 2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3ALogics. Inc.
Designs and develops NFC and RFID System-on-Chips (SoCs) fo…
|
177900 | KR | Manufacturing |
|
3peak Incorporated
Designs analog and mixed-signal ICs for signal chain and po…
|
688536 | CN | Manufacturing |
|
4DS MEMORY LIMITED
Develops Interface Switching ReRAM for high-density Storage…
|
4DS | AU | Manufacturing |
|
AAC Technologies Holdings Inc.
Global provider of sensory solutions and miniaturized compo…
|
2018 | KY | Manufacturing |
|
ABCO ELECTRONICS CO., LTD.
Manufacturer of passive electronic components like inductor…
|
036010 | KR | Manufacturing |
|
ABOV Semiconductor Co.,Ltd.
Designs and manufactures MCUs, touch sensors, and non-volat…
|
102120 | KR | Manufacturing |
|
Acbel
Designs and manufactures switching power supplies for 5G, m…
|
6282 | TW | Manufacturing |
|
Accelink Technologies Co., Ltd.
Produces optoelectronic components and modules for telecom …
|
002281 | CN | Manufacturing |
|
ACES
Global provider of high-precision electronic components and…
|
3605 | TW | Manufacturing |
|
ACTIONS TECHNOLOGY CO., LTD.
Designs low-power wireless and multimedia SoCs for audio an…
|
688049 | CN | Manufacturing |
Henan Shijia Photons 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/58328/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58328 | 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=58328 | 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=58328 \ -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": 58328}, 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 Henan Shijia Photons Technology Co., Ltd. (id: 58328)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.