
SHANGHAI YANHUA SMARTECH GROUP CO.,LTD. — Investor Relations & Filings
Shanghai Yanhua Smartech Group Co., Ltd. provides integrated smart city solutions and intelligent building systems. The company specializes in the convergence of information technology and urban infrastructure, offering services across smart medical care, intelligent building automation, smart energy management, and digital transportation. Its service portfolio encompasses the entire project lifecycle, including strategic consulting, system design, software development, system integration, and technical operation and maintenance. Utilizing Internet of Things (IoT), big data, and cloud computing, the group develops specialized platforms for energy efficiency, public safety, and facility management. These solutions are designed to optimize resource allocation and enhance operational safety for commercial complexes, public institutions, and healthcare facilities. The group focuses on delivering data-driven management tools that support sustainable urban development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度股东会法律意见书 | 2026-05-19 | Chinese | |
| 关于举办2025年度业绩说明会的公告 | 2026-05-11 | Chinese | |
| 上市公司2025年度营业收入扣除情况表 | 2026-04-22 | Chinese | |
| 董事会审计委员会工作细则 | 2026-04-22 | Chinese | |
| 募集资金专项存放及使用管理办法 | 2026-04-22 | Chinese | |
| 董事会秘书工作制度 | 2026-04-22 | Chinese |
Browse filings by year
20 years- 2026 35 filings
- 2025 116 filings
- 2024 112 filings
- 2023 78 filings
- 2022 109 filings
- 2021 90 filings
- 2020 68 filings
- 2019 123 filings
- 2018 170 filings
- 2017 175 filings
- 2016 149 filings
- 2015 209 filings
- 2014 180 filings
- 2013 114 filings
- 2012 103 filings
- 2011 80 filings
- 2010 56 filings
- 2009 57 filings
- 2008 74 filings
- 2007 33 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566175 | 2025年年度股东会法律意见书 | 2026-05-19 | Chinese | ||
| 45016241 | 关于举办2025年度业绩说明会的公告 | 2026-05-11 | Chinese | ||
| 36128480 | 上市公司2025年度营业收入扣除情况表 | 2026-04-22 | Chinese | ||
| 36128479 | 董事会审计委员会工作细则 | 2026-04-22 | Chinese | ||
| 36128477 | 募集资金专项存放及使用管理办法 | 2026-04-22 | Chinese | ||
| 36128476 | 董事会秘书工作制度 | 2026-04-22 | Chinese | ||
| 36128475 | 关于会计政策变更的公告 | 2026-04-22 | Chinese | ||
| 36128474 | 营业收入扣除情况专项审核报告大信专审字(大信专审字[2026]第17-00041号) | 2026-04-22 | Chinese | ||
| 36128473 | 非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告(大信专审字[2026]第17-00042号) | 2026-04-22 | Chinese | ||
| 36128472 | 2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 36128471 | 2025年度财务决算报告 | 2026-04-22 | Chinese | ||
| 36128470 | 2025年度企业社会责任报告 | 2026-04-22 | Chinese | ||
| 36128469 | 关于计提资产减值准备的公告 | 2026-04-22 | Chinese | ||
| 36128468 | 关于预计为全资或控股子公司提供担保额度的公告 | 2026-04-22 | Chinese | ||
| 36128467 | 关于2025年度拟不进行利润分配的公告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | Telecommunications, computer pr… |
SHANGHAI YANHUA SMARTECH GROUP 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/54232/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54232 | 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=54232 | 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=54232 \ -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": 54232}, 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 SHANGHAI YANHUA SMARTECH GROUP CO.,LTD. (id: 54232)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.