SOYEA TECHNOLOGY CO., LTD — Investor Relations & Filings
SOYEA TECHNOLOGY CO., LTD. focuses on the research, development, and manufacturing of digital electronic products and information technology solutions. The company's core portfolio includes digital television receivers, set-top boxes, and high-definition display devices. It also provides integrated systems for security monitoring, smart city infrastructure, and telecommunications. SOYEA emphasizes the advancement of digital broadcasting technologies and hardware-software integration. Its products serve residential and commercial sectors, providing solutions for digital media distribution and information management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 收购报告书摘要 | 2020-03-13 | Chinese | |
| 控股股东关于公司房地产业务专项核查的承诺函 | 2020-03-13 | Chinese | |
| 董事和高级管理人员关于重大资产重组摊薄即期回报及填补措施的承诺函 | 2020-03-13 | Chinese | |
| 独立董事关于评估机构的独立性、评估假设前提的合理性、评估方法与评估目的的相关性以及评估定价的公允性的独立意见 | 2020-03-13 | Chinese | |
| 第七届监事会第十五次会议决议公告 | 2020-03-13 | Chinese | |
| 民生证券股份有限公司关于公司重大资产重组摊薄即期回报及填补措施的核查意见 | 2020-03-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 44118164 | 收购报告书摘要 | 2020-03-13 | Chinese | ||
| 44118139 | 控股股东关于公司房地产业务专项核查的承诺函 | 2020-03-13 | Chinese | ||
| 44118129 | 董事和高级管理人员关于重大资产重组摊薄即期回报及填补措施的承诺函 | 2020-03-13 | Chinese | ||
| 44118122 | 独立董事关于评估机构的独立性、评估假设前提的合理性、评估方法与评估目的的相关性以及评估定价的公允性的独立意见 | 2020-03-13 | Chinese | ||
| 44118111 | 第七届监事会第十五次会议决议公告 | 2020-03-13 | Chinese | ||
| 44118091 | 民生证券股份有限公司关于公司重大资产重组摊薄即期回报及填补措施的核查意见 | 2020-03-13 | Chinese | ||
| 44118078 | 董事、监事及高级管理人员关于合法合规的承诺函 | 2020-03-13 | Chinese | ||
| 44118066 | 民生证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金产业政策与交易类型之独立财务顾问核查意见 | 2020-03-13 | Chinese | ||
| 44118054 | 浙江天册律师事务所关于杭州诚园置业有限公司房地产业务之专项核查报告 | 2020-03-13 | Chinese | ||
| 44118041 | 全体董事、监事、高级管理人员关于公司房地产业务专项核查的承诺函 | 2020-03-13 | Chinese | ||
| 44118027 | 西湖电子集团有限公司关于重大资产重组摊薄即期回报及填补措施的承诺函 | 2020-03-13 | Chinese | ||
| 44117996 | 独立董事关于第七届董事会第三十二次会议相关事项的独立意见 | 2020-03-13 | Chinese | ||
| 44117976 | 民生证券股份有限公司对《数源科技股份有限公司关于股票价格波动未达到“128号文”第五条相关标准的说明》之核查意见 | 2020-03-13 | Chinese | ||
| 44117957 | 关于股票价格波动未达到“128号文”第五条相关标准的说明 | 2020-03-13 | Chinese | ||
| 44117944 | 民生证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易中聘请第三方行为的专项核查意见 | 2020-03-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Perle Systems Limited
Manufactures high-reliability hardware for secure data comm…
|
PRLS | CA | Manufacturing |
|
Precision Electronics Ltd.
Develops high-reliability electronic systems for defense, a…
|
517258 | IN | Manufacturing |
|
Prime Electronics & Satellitics Inc.
Global provider of satellite equipment, digital solutions, …
|
6152 | TW | Manufacturing |
|
Prizor Viztech Limited
Provides integrated security and surveillance hardware incl…
|
PRIZOR | IN | Manufacturing |
|
Punjab Communications Limited
Manufacturer of telecom and IT equipment for railways, powe…
|
500346 | IN | Manufacturing |
|
Queclink Wireless Solutions Co., Ltd.
Global provider of IoT hardware and wireless tracking and t…
|
300590 | CN | Manufacturing |
|
QUECTEL WIRELESS SOLUTIONS CO.,LTD.
Global provider of IoT modules, antennas, and wireless comm…
|
603236 | CN | Manufacturing |
|
Raisecom Technology Co., Ltd.
Global provider of access network solutions and telecommuni…
|
603803 | CN | Manufacturing |
|
REUNERT LIMITED
Industrial group focused on specialized technical fields: E…
|
RLO | ZA | Manufacturing |
|
RF Systems Co., Ltd.
Designs and manufactures RF components and systems for defe…
|
474610 | KR | Manufacturing |
SOYEA 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/53892/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53892 | 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=53892 | 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=53892 \ -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": 53892}, 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 SOYEA TECHNOLOGY CO., LTD (id: 53892)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.