
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 |
|---|---|---|---|
| 日常关联交易的公告 | 2010-03-14 | Chinese | |
| 详式权益变动报告书 | 2010-02-09 | Chinese | |
| 关于股东减持公司股份的公告 | 2010-02-05 | Chinese | |
| 关于第一大股东减持公司股份的公告 | 2010-02-04 | Chinese | |
| 2009年度业绩预增公告 | 2010-01-12 | Chinese | |
| 2009年第三季度报告 | 2009-10-29 | 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 | |
|---|---|---|---|---|---|
|
2010
5 filings
| |||||
| 40457428 | 日常关联交易的公告 | 2010-03-14 | Chinese | ||
| 40457408 | 详式权益变动报告书 | 2010-02-09 | Chinese | ||
| 40457396 | 关于股东减持公司股份的公告 | 2010-02-05 | Chinese | ||
| 40457385 | 关于第一大股东减持公司股份的公告 | 2010-02-04 | Chinese | ||
| 40457377 | 2009年度业绩预增公告 | 2010-01-12 | Chinese | ||
|
2009
10 filings
| |||||
| 40457372 | 2009年第三季度报告 | 2009-10-29 | Chinese | ||
| 40457366 | 股改限售流通股上市公告 | 2009-09-23 | Chinese | ||
| 40457362 | 2009年第一次临时股东大会决议公告 | 2009-09-19 | Chinese | ||
| 40457352 | 2009年第一次临时股东大会的法律意见书 | 2009-09-19 | Chinese | ||
| 40457346 | 关于增加2009年9月18日临时股东大会议案的公告 | 2009-09-09 | Chinese | ||
| 40457300 | 第六届二次董事会决议公告暨召开2009年第一次临时股东大会的公告 | 2009-08-28 | Chinese | ||
| 40457295 | 关于举办2009年半年度业绩公开说明会公告 | 2009-08-28 | Chinese | ||
| 40457290 | 第六届二次监事会决议公告 | 2009-08-28 | Chinese | ||
| 40457284 | 2009年半年度报告 | 2009-08-28 | Chinese | ||
| 40457244 | 2009年半年度报告摘要 | 2009-08-28 | 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.