DANYANG SYNGEN INTELLIGENT TECHNOLOGY CO.,LTD. — Investor Relations & Filings
About DANYANG SYNGEN INTELLIGENT TECHNOLOGY CO.,LTD.
Danyang Syngen Intelligent Technology Co., Ltd. focuses on the research, development, and production of high-precision mechanical components and intelligent manufacturing equipment. The company specializes in the design and fabrication of precision molds, optical communication parts, and automated control systems. Its technical capabilities encompass the integration of intelligent sensing and motion control technologies into industrial production lines. Key offerings include customized automation solutions and high-accuracy metal components tailored for complex engineering applications. The firm emphasizes technical innovation in precision machining and the development of smart hardware to optimize manufacturing workflows and product reliability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2026年度委托理财额度的公告 | 2026-04-17 | Chinese | |
| 第五届董事会第十九次会议决议公告 | 2026-04-17 | Chinese | |
| 关于定期报告更正的公告 | 2026-04-17 | Chinese | |
| 立信中联专复字[2026]D-0304号-关于丹阳顺景智能科技股份有限公司2025年年度报告的信息披露监管问询函的回复 | 2026-04-17 | Chinese | |
| 关于高级管理人员变更的公告 | 2026-04-17 | Chinese | |
| 关于撤销退市风险警示及其他风险警示暨停牌的公告 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34827113 | 关于2026年度委托理财额度的公告 | 2026-04-17 | Chinese | ||
| 34827033 | 第五届董事会第十九次会议决议公告 | 2026-04-17 | Chinese | ||
| 34822209 | 关于定期报告更正的公告 | 2026-04-17 | Chinese | ||
| 34819638 | 立信中联专复字[2026]D-0304号-关于丹阳顺景智能科技股份有限公司2025年年度报告的信息披露监管问询函的回复 | 2026-04-17 | Chinese | ||
| 34819627 | 关于高级管理人员变更的公告 | 2026-04-17 | Chinese | ||
| 34819609 | 关于撤销退市风险警示及其他风险警示暨停牌的公告 | 2026-04-17 | Chinese | ||
| 37636918 | 董事及高级管理人员薪酬管理制度(2026年4月修订) | 2026-04-10 | Chinese | ||
| 37636902 | 丹阳顺景智能科技股份有限公司经营决策-拟转让江苏花王农业科技有限公司100%股权涉及的股东全部权益价值资产评估报告(苏华评报字[2026]第332号) | 2026-04-10 | Chinese | ||
| 37636638 | 关于涉及诉讼事项的公告 | 2026-04-03 | Chinese | ||
| 37636636 | 关于在子公司之间调剂担保额度及为控股子公司提供担保的进展公告 | 2026-03-26 | Chinese | ||
| 37636633 | 2025年年度股东会决议公告 | 2026-03-26 | Chinese | ||
| 37636631 | 关于公司股票申请撤销退市风险警示及其他风险警示的进展公告 | 2026-03-26 | Chinese | ||
| 37636628 | 北京金杜(杭州)律师事务所关于丹阳顺景智能科技股份有限公司2025年年度股东会之法律意见书 | 2026-03-26 | Chinese | ||
| 37636605 | 2025年年度股东会会议资料 | 2026-03-19 | Chinese | ||
| 37636599 | 中德证券有限责任公司关于丹阳顺景智能科技股份有限公司重大资产购买实施情况报告书之独立财务顾问核查意见(补充国资股权部分) | 2026-03-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aurotek Corporation
Provides AI and robotics automation solutions for smart man…
|
6215 | TW | Manufacturing |
|
Avrot Industries Ltd.
Specializes in lining and coating steel pipes for corrosion…
|
AVRT | IL | Manufacturing |
|
Babcock & Wilcox Enterprises, Inc.
Provider of energy and environmental technologies for power…
|
BW | US | Manufacturing |
|
BEIJING JIUZHOUYIGUI ENVIRONMENTAL TECHNOLOGY CO., LTD.
Provides noise and vibration control solutions for rail tra…
|
688485 | CN | Manufacturing |
|
BHI Co., LTD.
Global supplier of equipment for the power generation and s…
|
083650 | KR | Manufacturing |
|
Bingshan Refrigeration & Heat Transfer Technologies Co.,Ltd.
Provides industrial and commercial refrigeration and heat t…
|
000530 | CN | Manufacturing |
|
Biorem Inc.
Specializes in advanced air emissions control systems for b…
|
BRM | CA | Manufacturing |
|
BIO-UV Group
Designs and manufactures chemical-free water and surface di…
|
ALTUV | FR | Manufacturing |
|
Blue Star Ltd
Provides air conditioning, commercial refrigeration, and ME…
|
BLUESTARCO | IN | Manufacturing |
|
Boss Packaging Solutions Limited
Manufactures automated packaging machinery for diverse indu…
|
BOSS | IN | Manufacturing |
DANYANG SYNGEN INTELLIGENT 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/57342/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57342 | 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=57342 | 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=57342 \ -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": 57342}, 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 DANYANG SYNGEN INTELLIGENT TECHNOLOGY CO.,LTD. (id: 57342)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.