JIANG SU YIN HE ELECTRONICS CO.,LTD. — Investor Relations & Filings
Jiangsu Yinhe Electronics Co., Ltd. specializes in the research, development, manufacturing, and sale of digital television intelligent terminal equipment and specialized structural components. The company's product portfolio includes a wide range of digital set-top boxes, such as cable, satellite, and terrestrial receivers, as well as IPTV/OTT terminals. Beyond digital media hardware, the firm has expanded into the new energy sector, producing electric vehicle charging equipment and power distribution systems. It also provides high-precision structural components for military and industrial applications. The company focuses on technological innovation and integrated manufacturing processes to serve global telecommunications operators and industrial clients. Its operations emphasize high-quality standards and the integration of hardware and software solutions for smart home and energy management environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于举办2025年年度报告网上说明会的公告 | 2026-04-14 | Chinese | |
| 关于江苏银河电子股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告(信会师报字[2026]第ZH10072号) | 2026-04-14 | Chinese | |
| 独立董事关于公司2025年度内部控制审计报告带强调事项段的无保留审计意见涉及事项的专项说明 | 2026-04-14 | Chinese | |
| 关于公司董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-14 | Chinese | |
| 关于2026年度日常关联交易预计的公告 | 2026-04-14 | Chinese | |
| 第九届董事会第五次会议决议公告 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34919503 | 关于举办2025年年度报告网上说明会的公告 | 2026-04-14 | Chinese | ||
| 34919499 | 关于江苏银河电子股份有限公司非经营性资金占用及其他关联资金往来情况的专项报告(信会师报字[2026]第ZH10072号) | 2026-04-14 | Chinese | ||
| 34867717 | 独立董事关于公司2025年度内部控制审计报告带强调事项段的无保留审计意见涉及事项的专项说明 | 2026-04-14 | Chinese | ||
| 34867714 | 关于公司董事、高级管理人员2026年度薪酬方案的公告 | 2026-04-14 | Chinese | ||
| 34867712 | 关于2026年度日常关联交易预计的公告 | 2026-04-14 | Chinese | ||
| 34867710 | 第九届董事会第五次会议决议公告 | 2026-04-14 | Chinese | ||
| 34867708 | 关于对江苏银河电子股份有限公司2025年度财务报表出具保留意见审计报告的专项说明(信会师报字[2026]第ZH10074号) | 2026-04-14 | Chinese | ||
| 34867702 | 审计委员会关于2025年度财务报告非标准审计意见涉及事项的专项说明 | 2026-04-14 | Chinese | ||
| 34867699 | 关于江苏银河电子股份有限公司2025年度营业收入扣除情况表的鉴证报告(信会师报字[2026]第ZH10073号) | 2026-04-14 | Chinese | ||
| 34867696 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-14 | Chinese | ||
| 34867693 | 关于独立董事独立性自查情况的专项报告 | 2026-04-14 | Chinese | ||
| 34862043 | 银河电子内部控制审计报告(信会师报字[2026]第ZH10071号) | 2026-04-14 | Chinese | ||
| 34860913 | 2025年度独立董事述职报告-郭静娟 | 2026-04-14 | Chinese | ||
| 34860910 | 2025年度独立董事述职报告-张拥军(已离任) | 2026-04-14 | Chinese | ||
| 34860909 | 独立董事关于2025年度财务报告非标准审计意见涉及事项的专项说明 | 2026-04-14 | 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 Systems, Inc.
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
Accton Technology Corporation
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 |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
|
Alpha Networks Inc.
Provides networking equipment design, manufacturing, and se…
|
3380 | TW | Manufacturing |
JIANG SU YIN HE ELECTRONICS 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/54545/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54545 | 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=54545 | 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=54545 \ -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": 54545}, 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 JIANG SU YIN HE ELECTRONICS CO.,LTD. (id: 54545)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.