
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 |
|---|---|---|---|
| 中泰证券股份有限公司关于银江技术股份有限公司2024半年度持续督导跟踪报告 | 2024-09-20 | Chinese | |
| 关于收到中国证券监督管理委员会立案告知书的公告 | 2024-09-13 | Chinese | |
| 第六届董事会第十三次会议决议公告 | 2024-08-28 | Chinese | |
| 2024年半年度报告及摘要披露提示性公告 | 2024-08-28 | Chinese | |
| 2024年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-28 | Chinese | |
| 2024年半年度报告 | 2024-08-28 | 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 | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 35359717 | 中泰证券股份有限公司关于银江技术股份有限公司2024半年度持续督导跟踪报告 | 2024-09-20 | Chinese | ||
| 35359698 | 关于收到中国证券监督管理委员会立案告知书的公告 | 2024-09-13 | Chinese | ||
| 35359683 | 第六届董事会第十三次会议决议公告 | 2024-08-28 | Chinese | ||
| 35359675 | 2024年半年度报告及摘要披露提示性公告 | 2024-08-28 | Chinese | ||
| 35359664 | 2024年半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2024-08-28 | Chinese | ||
| 35359651 | 2024年半年度报告 | 2024-08-28 | Chinese | ||
| 35359584 | 2024年半年度募集资金存放与实际使用情况的专项报告 | 2024-08-28 | Chinese | ||
| 35359555 | 2024年半年度报告摘要 | 2024-08-28 | Chinese | ||
| 35359543 | 2024年半年度报告摘要 | 2024-08-28 | Chinese | ||
| 35359532 | 关于公司控股股东资金占用的专项报告 | 2024-08-28 | Chinese | ||
| 35359517 | 第六届监事会第十二次会议决议公告 | 2024-08-28 | Chinese | ||
| 35359502 | 关于公司董事会秘书辞职暨董事长代行董事会秘书职责的公告 | 2024-08-09 | Chinese | ||
| 35359491 | 关于延期披露会计差错更正后的相关财务信息的提示性公告 | 2024-07-01 | Chinese | ||
| 35359479 | 关于控股股东所持部分股份解除冻结及司法冻结情况的公告 | 2024-06-14 | Chinese | ||
| 35359470 | 关于对深圳证券交易关注函的回复公告 | 2024-06-04 | 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.