
Enjoyor Technology Co.,Ltd. — Investor Relations & Filings
Enjoyor Technology Co., Ltd. provides comprehensive smart city solutions, specializing in intelligent transportation systems, smart healthcare, and digital urban management. The company integrates advanced technologies such as big data, cloud computing, and the Internet of Things (IoT) to develop specialized software and hardware systems. Key services include the design and implementation of intelligent traffic management platforms, digital hospital systems, and smart building automation. By focusing on technical innovation and system integration, the company supports the modernization of urban infrastructure and enhances the efficiency of public services for government agencies and healthcare institutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第六届董事会第三次独立董事专门会议决议 | 2025-04-25 | Chinese | |
| 关于收到行政处罚决定书的公告 | 2025-04-21 | Chinese | |
| 关于公司股票可能被终止上市的风险提示公告 | 2025-04-21 | Chinese | |
| 关于收到行政处罚事先告知书的公告 | 2025-04-15 | Chinese | |
| 关于公司及相关责任人收到浙江证监局警示函的公告 | 2025-04-15 | Chinese | |
| 关于公司股票叠加实施其他风险警示的公告 | 2025-04-15 | Chinese |
Browse filings by year
18 years- 2026 62 filings
- 2025 192 filings
- 2024 106 filings
- 2023 117 filings
- 2022 156 filings
- 2021 128 filings
- 2020 145 filings
- 2019 121 filings
- 2018 165 filings
- 2017 193 filings
- 2016 206 filings
- 2015 264 filings
- 2014 154 filings
- 2013 153 filings
- 2012 86 filings
- 2011 135 filings
- 2010 126 filings
- 2009 43 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35360217 | 第六届董事会第三次独立董事专门会议决议 | 2025-04-25 | Chinese | ||
| 35360212 | 关于收到行政处罚决定书的公告 | 2025-04-21 | Chinese | ||
| 35360197 | 关于公司股票可能被终止上市的风险提示公告 | 2025-04-21 | Chinese | ||
| 35360183 | 关于收到行政处罚事先告知书的公告 | 2025-04-15 | Chinese | ||
| 35360172 | 关于公司及相关责任人收到浙江证监局警示函的公告 | 2025-04-15 | Chinese | ||
| 35360159 | 关于公司股票叠加实施其他风险警示的公告 | 2025-04-15 | Chinese | ||
| 35360145 | 关于2024年年度报告编制及最新审计进展情况的公告 | 2025-04-15 | Chinese | ||
| 35360131 | 关于控股股东、实际控制人收到浙江证监局警示函的公告 | 2025-04-15 | Chinese | ||
| 35360117 | 关于公司股票可能被终止上市的风险提示公告 | 2025-04-07 | Chinese | ||
| 35360110 | 关于公司股票被实施其他风险警示相关事项的进展公告 | 2025-03-31 | Chinese | ||
| 35360102 | 关于2024年年度报告编制及最新审计进展情况的公告 | 2025-03-31 | Chinese | ||
| 35360079 | 关于公司股票可能被终止上市的风险提示公告 | 2025-03-23 | Chinese | ||
| 35360068 | 关于公司股票可能被终止上市的风险提示公告 | 2025-03-09 | Chinese | ||
| 35360054 | 上海市锦天城律师事务所关于银江技术股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-03-03 | Chinese | ||
| 35360039 | 2025年第一次临时股东大会决议公告 | 2025-03-03 | 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… |
Enjoyor 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/55045/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55045 | 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=55045 | 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=55045 \ -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": 55045}, 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 Enjoyor Technology Co.,Ltd. (id: 55045)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.