
Shengyi Technology Co.,Ltd. — Investor Relations & Filings
Shengyi Technology Co., Ltd. specializes in the research, development, production, and sale of high-end electronic materials. The company is a global leader in the manufacturing of copper-clad laminates (CCL) and prepreg materials, which serve as the fundamental substrates for printed circuit boards (PCBs). Its product portfolio includes a wide range of rigid, flexible, and high-performance dielectric materials designed for high-frequency, high-speed, and high-thermal reliability applications. These materials are critical components in telecommunications infrastructure, automotive electronics, consumer devices, aerospace systems, and industrial control equipment. The company maintains a strong focus on technological innovation, operating advanced R&D centers to develop low-loss and halogen-free solutions that meet evolving global environmental and technical standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 获政策性贷款的公告 | 2004-09-10 | Chinese | |
| 生益科技2004年半年度报告更正公告 | 2004-09-07 | Chinese | |
| 生益科技2004年半年度报告摘要 | 2004-08-25 | Chinese | |
| 生益科技2004年半年度报告 | 2004-08-25 | Chinese | |
| 关于2004年中期业绩预增提示性公告 | 2004-07-13 | Chinese | |
| 关于获得 I S O/ T S.16949:2002技术规范认证证书的公告 | 2004-07-05 | Chinese |
Browse filings by year
27 years- 2026 54 filings
- 2025 136 filings
- 2024 144 filings
- 2023 127 filings
- 2022 92 filings
- 2021 173 filings
- 2020 156 filings
- 2019 133 filings
- 2018 146 filings
- 2017 122 filings
- 2016 65 filings
- 2015 79 filings
- 2014 56 filings
- 2013 82 filings
- 2012 48 filings
- 2011 34 filings
- 2010 38 filings
- 2009 28 filings
- 2008 25 filings
- 2007 27 filings
- 2006 48 filings
- 2005 56 filings
- 2004 30 filings
- 2003 15 filings
- 2002 25 filings
- 2001 10 filings
- 1998 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2004
15 filings
| |||||
| 40455386 | 获政策性贷款的公告 | 2004-09-10 | Chinese | ||
| 40455376 | 生益科技2004年半年度报告更正公告 | 2004-09-07 | Chinese | ||
| 40455364 | 生益科技2004年半年度报告摘要 | 2004-08-25 | Chinese | ||
| 40455349 | 生益科技2004年半年度报告 | 2004-08-25 | Chinese | ||
| 40455334 | 关于2004年中期业绩预增提示性公告 | 2004-07-13 | Chinese | ||
| 40455328 | 关于获得 I S O/ T S.16949:2002技术规范认证证书的公告 | 2004-07-05 | Chinese | ||
| 40455319 | 利润分配实施公告 | 2004-06-08 | Chinese | ||
| 40455310 | 第四届十次董事会决议公告 | 2004-06-04 | Chinese | ||
| 40455305 | 关于对控股子公司提供担保的公告 | 2004-06-04 | Chinese | ||
| 40455300 | 生益科技公司章程(2004年6月) | 2004-06-04 | Chinese | ||
| 40455292 | 2003年度报告的补充公告 | 2004-05-25 | Chinese | ||
| 40455287 | 生益科技2004年第一季度报告 | 2004-04-25 | Chinese | ||
| 40455283 | 2003年度股东大会决议公告 | 2004-04-21 | Chinese | ||
| 40455279 | 2003年度股东大会的法律意见书 | 2004-04-21 | Chinese | ||
| 40455275 | 第四届二次监事会决议公告 | 2004-03-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 |
Shengyi 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/56546/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56546 | 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=56546 | 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=56546 \ -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": 56546}, 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 Shengyi Technology Co.,Ltd. (id: 56546)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.