East China Engineering Science and Technology Co.,Ltd. — Investor Relations & Filings
East China Engineering Science and Technology Co., Ltd. (ECEC) is a comprehensive international engineering firm specializing in engineering design, consultancy, and EPC contracting. The company provides integrated solutions across the chemical, petrochemical, energy, and environmental protection sectors. ECEC is recognized for its technical expertise in coal-to-chemicals, synthetic ammonia, urea, and industrial gas production. Its service portfolio encompasses project feasibility studies, technology licensing, procurement, construction management, and commissioning. The firm emphasizes technological innovation, holding extensive qualifications for large-scale industrial projects and environmental treatment facilities. ECEC serves a global client base, delivering complex infrastructure and industrial plants with a focus on efficiency, safety, and sustainable engineering practices.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 东华科技关于2025年度募集资金存放与使用情况的专项报告 | 2026-03-30 | Chinese | |
| 东华科技关于2025年日常关联交易确认和2026年日常关联交易预计的公告 | 2026-03-30 | Chinese | |
| 东华科技关于控股子公司内蒙新材与陕煤集团榆林化学续签产品销售合同的关联交易公告 | 2026-03-30 | Chinese | |
| 东华科技2025年度财务决算和2026年度财务预算报告 | 2026-03-30 | Chinese | |
| 东华科技关于2025年度审计机构履职情况的评估报告 | 2026-03-30 | Chinese | |
| 东华科技2025年度非经营性资金占用及其他关联资金往来情况 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34937849 | 东华科技关于2025年度募集资金存放与使用情况的专项报告 | 2026-03-30 | Chinese | ||
| 34937848 | 东华科技关于2025年日常关联交易确认和2026年日常关联交易预计的公告 | 2026-03-30 | Chinese | ||
| 34937840 | 东华科技关于控股子公司内蒙新材与陕煤集团榆林化学续签产品销售合同的关联交易公告 | 2026-03-30 | Chinese | ||
| 34937831 | 东华科技2025年度财务决算和2026年度财务预算报告 | 2026-03-30 | Chinese | ||
| 34937821 | 东华科技关于2025年度审计机构履职情况的评估报告 | 2026-03-30 | Chinese | ||
| 34937818 | 东华科技2025年度非经营性资金占用及其他关联资金往来情况 | 2026-03-30 | Chinese | ||
| 34937815 | 2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 34937813 | 东华科技2025年度董事会工作报告 | 2026-03-30 | Chinese | ||
| 34937808 | 东华科技第八届董事会第十五次会议决议公告 | 2026-03-30 | Chinese | ||
| 34937802 | 东华科技关于2025年度利润分配预案的公告 | 2026-03-30 | Chinese | ||
| 34937795 | 大地泰华会计师关于东华科技2025年度涉及财务公司关联交易的专项说明 | 2026-03-30 | Chinese | ||
| 34937792 | 中国国际金融股份有限公司关于东华工程科技股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-03-30 | Chinese | ||
| 34937781 | 东华科技2025年度环境、社会和公司治理(ESG)报告 | 2026-03-30 | Chinese | ||
| 34937364 | 东华科技关于召开2025年度股东会通知的公告 | 2026-03-30 | Chinese | ||
| 34937360 | 大地泰华会计师关于东华科技2025年度募集资金年度存放与使用情况鉴证报告 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Architectural and engineering, and related technical consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3S INDUSTRY GROUP INC.
Integrates RS, GIS, and GNSS technologies for surveying and…
|
605305 | CN | Professional, scientific and te… |
|
ABIST Co.,Ltd.
A technology services company specializing in industrial de…
|
6087 | JP | Professional, scientific and te… |
|
ABL Group
Global consultancy providing technical solutions for the en…
|
ABL | NO | Professional, scientific and te… |
|
ABO-Group Environment NV
Engineering and consultancy firm for geotechnics, environme…
|
ABO | BE | Professional, scientific and te… |
|
Academy of Environmental Planning and Design, Co.,Ltd., Nanjing University
University-affiliated environmental consulting, engineering…
|
300864 | CN | Professional, scientific and te… |
|
Acceleware Ltd.
Provides advanced EM heating solutions for industrial appli…
|
AXE | CA | Professional, scientific and te… |
|
ADNEO LIMITED
Engineering services for embedded systems, hardware design,…
|
AD1 | AU | Professional, scientific and te… |
|
AECOM
A global infrastructure consulting firm providing services …
|
ACM | US | Professional, scientific and te… |
|
AEROMETREX LIMITED
Provides high-resolution aerial photography, LiDAR surveys,…
|
AMX | AU | Professional, scientific and te… |
|
Aeroquest International Limited
Provided advanced airborne geophysical and geomatics survey…
|
AQL | CA | Professional, scientific and te… |
East China Engineering Science and 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/54196/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54196 | 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=54196 | 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=54196 \ -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": 54196}, 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 East China Engineering Science and Technology Co.,Ltd. (id: 54196)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.