INESA Intelligent Tech Inc. — Investor Relations & Filings
About INESA Intelligent Tech Inc.
INESA Intelligent Tech Inc. specializes in the development and implementation of smart city solutions and advanced information technology services. The company focuses on integrating cloud computing, big data analytics, and the Internet of Things (IoT) to enhance urban management and industrial efficiency. Its core portfolio includes intelligent hardware manufacturing, software platform development, and system integration services. Key offerings encompass smart lighting systems, intelligent building management, food safety traceability platforms, and comprehensive cloud infrastructure. By leveraging a "Cloud + Terminal" strategy, the company supports digital transformation across various sectors, providing end-to-end solutions for urban governance, public services, and enterprise operations. Its technical expertise lies in creating interconnected ecosystems that optimize resource allocation and improve operational transparency in complex urban environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 云赛智联十一届九次监事会会议决议公告 | 2021-06-30 | Chinese | |
| 云赛智联独立董事关于公司收购华鑫置业(集团)有限公司所持上海云赛创鑫企业管理有限公司2%股权暨关联交易事项的独立意见函 | 2021-06-30 | Chinese | |
| 云赛智联关于收购华鑫置业所持云赛创鑫2%股权暨关联交易的公告 | 2021-06-30 | Chinese | |
| 云赛智联2020年年度股东大会决议公告 | 2021-06-18 | Chinese | |
| 上海上正恒泰律师事务所关于云赛智联股份有限公司2020年年度股东大会的法律意见书 | 2021-06-18 | Chinese | |
| 云赛智联2020年度股东大会会议文件 | 2021-06-04 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 41225668 | 云赛智联十一届九次监事会会议决议公告 | 2021-06-30 | Chinese | ||
| 41225658 | 云赛智联独立董事关于公司收购华鑫置业(集团)有限公司所持上海云赛创鑫企业管理有限公司2%股权暨关联交易事项的独立意见函 | 2021-06-30 | Chinese | ||
| 41225609 | 云赛智联关于收购华鑫置业所持云赛创鑫2%股权暨关联交易的公告 | 2021-06-30 | Chinese | ||
| 41225596 | 云赛智联2020年年度股东大会决议公告 | 2021-06-18 | Chinese | ||
| 41225581 | 上海上正恒泰律师事务所关于云赛智联股份有限公司2020年年度股东大会的法律意见书 | 2021-06-18 | Chinese | ||
| 41225562 | 云赛智联2020年度股东大会会议文件 | 2021-06-04 | Chinese | ||
| 41225527 | 云赛智联十一届八次董事会会议决议公告 | 2021-04-27 | Chinese | ||
| 41225516 | 云赛智联2021年第一季度报告全文 | 2021-04-27 | Chinese | ||
| 41225490 | 云赛智联关于召开2020年年度股东大会的通知 | 2021-04-27 | Chinese | ||
| 41225469 | 云赛智联2021年第一季度报告正文 | 2021-04-27 | Chinese | ||
| 41225458 | 云赛智联2021年第一季度业绩预增公告 | 2021-04-19 | Chinese | ||
| 41225439 | 云赛智联2020年度内部控制评价报告 | 2021-03-28 | Chinese | ||
| 41225415 | 云赛智联股份有限公司2020年度内部控制审计报告 | 2021-03-26 | Chinese | ||
| 41225356 | 关于对云赛智联股份有限公司控股股东及其他关联方占用资金情况的专项审计说明 | 2021-03-26 | Chinese | ||
| 41225295 | 云赛智联股份有限公司2020年度审计报告及财务报表 | 2021-03-26 | 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… |
INESA Intelligent Tech Inc. 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/56855/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56855 | 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=56855 | 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=56855 \ -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": 56855}, 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 INESA Intelligent Tech Inc. (id: 56855)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.