
Zhejiang Shengyang Science and Technology Co., Ltd. — Investor Relations & Filings
Zhejiang Shengyang Science and Technology Co., Ltd. specializes in the research, development, and manufacturing of high-performance communication equipment and electronic components. The company's primary product portfolio includes a wide range of radio frequency (RF) coaxial cables, such as RG series and trunk cables, as well as high-speed data cables including Cat5e and Cat6 standards. Additionally, the firm produces RF connectors and various accessories for telecommunications and broadcasting infrastructure. Serving global markets, the company focuses on providing solutions for satellite communications, cable television networks, and data transmission systems. Its operations emphasize technological innovation in high-frequency signal transmission and integrated production processes to ensure signal integrity and durability in diverse environmental conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 盛洋科技关于2024年员工持股计划预留授予部分第一个锁定期届满的公告 | 2026-05-26 | Chinese | |
| 北京市康达律师事务所关于盛洋科技2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 盛洋科技关于2025年年度业绩说明会召开情况的公告 | 2026-05-14 | Chinese | |
| 盛洋科技关于2025年度拟不进行利润分配的公告 | 2026-04-23 | Chinese | |
| 盛洋科技2025年度营业收入扣除情况的专项审核说明 | 2026-04-23 | Chinese | |
| 盛洋科技年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47077457 | 盛洋科技关于2024年员工持股计划预留授予部分第一个锁定期届满的公告 | 2026-05-26 | Chinese | ||
| 46701777 | 北京市康达律师事务所关于盛洋科技2025年年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 46344560 | 盛洋科技关于2025年年度业绩说明会召开情况的公告 | 2026-05-14 | Chinese | ||
| 37219620 | 盛洋科技关于2025年度拟不进行利润分配的公告 | 2026-04-23 | Chinese | ||
| 37219616 | 盛洋科技2025年度营业收入扣除情况的专项审核说明 | 2026-04-23 | Chinese | ||
| 37219588 | 盛洋科技年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese | ||
| 37219530 | 盛洋科技非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2026-04-23 | Chinese | ||
| 37219446 | 盛洋科技2025年年度报告摘要 | 2026-04-23 | Chinese | ||
| 37219434 | 盛洋科技第五届董事会第十九次会议决议公告 | 2026-04-23 | Chinese | ||
| 37219430 | 盛洋科技关于2026年度开展外汇套期保值业务的公告 | 2026-04-23 | Chinese | ||
| 37219426 | 盛洋科技2025年度会计师事务所履职情况评估报告 | 2026-04-23 | Chinese | ||
| 37219424 | 盛洋科技关于2026年度申请银行综合授信额度的公告 | 2026-04-23 | Chinese | ||
| 37219419 | 盛洋科技2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | ||
| 37219415 | 盛洋科技2025年年度报告 | 2026-04-23 | Chinese | ||
| 37219407 | 盛洋科技关于2026年度预计为控股子公司提供担保的公告 | 2026-04-23 | 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 |
Zhejiang Shengyang Science and 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/57789/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57789 | 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=57789 | 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=57789 \ -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": 57789}, 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 Zhejiang Shengyang Science and Technology Co., Ltd. (id: 57789)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.