Arcplus Group Plc — Investor Relations & Filings
About Arcplus Group Plc
Arcplus Group Plc provides integrated design and engineering consulting services for the built environment. The organization specializes in urban planning, architectural design, landscape architecture, and interior design, alongside comprehensive engineering consultancy and construction management. Its core activities involve the development of high-rise commercial structures, large-scale transportation hubs, and public cultural facilities. The firm utilizes advanced Building Information Modeling (BIM) technologies and sustainable design practices to deliver complex, large-scale projects. By integrating research and development with practical application, the company focuses on optimizing building performance and urban functionality. Its service portfolio covers the entire project lifecycle, from initial feasibility studies and conceptual design to technical supervision and post-occupancy evaluation.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 华建集团独立董事关于十一届十三次董事会相关议案的独立意见 | 2025-12-25 | Chinese | |
| 华东建筑集团股份有限公司第十一届董事会第十三次会议决议公告 | 2025-12-25 | Chinese | |
| 华东建筑集团股份有限公司关于下属公司签订日常经营合同的公告 | 2025-12-02 | Chinese | |
| 华东建筑集团股份有限公司关于变更保荐代表人的公告 | 2025-11-28 | Chinese | |
| 华东建筑集团股份有限公司关于董事长辞职的公告 | 2025-11-21 | Chinese | |
| 华东建筑集团股份有限公司关于完成工商变更登记并换发营业执照的公告 | 2025-11-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41296821 | 华建集团独立董事关于十一届十三次董事会相关议案的独立意见 | 2025-12-25 | Chinese | ||
| 41296815 | 华东建筑集团股份有限公司第十一届董事会第十三次会议决议公告 | 2025-12-25 | Chinese | ||
| 41296812 | 华东建筑集团股份有限公司关于下属公司签订日常经营合同的公告 | 2025-12-02 | Chinese | ||
| 41296796 | 华东建筑集团股份有限公司关于变更保荐代表人的公告 | 2025-11-28 | Chinese | ||
| 41296787 | 华东建筑集团股份有限公司关于董事长辞职的公告 | 2025-11-21 | Chinese | ||
| 41296774 | 华东建筑集团股份有限公司关于完成工商变更登记并换发营业执照的公告 | 2025-11-13 | Chinese | ||
| 41296764 | 华东建筑集团股份有限公司关于下属公司签订日常经营合同的公告 | 2025-11-10 | Chinese | ||
| 41296758 | 华东建筑集团股份有限公司关于下属子公司华建数创拟申请重整的专项自查报告 | 2025-10-31 | Chinese | ||
| 41296732 | 华东建筑集团股份有限公司第十一届董事会第十二次会议决议公告 | 2025-10-29 | Chinese | ||
| 41296724 | 华东建筑集团股份有限公司2025年三季度报告 | 2025-10-29 | Chinese | ||
| 41296707 | 华东建筑集团股份有限公司关于下属子公司华建数创拟申请重整的提示性公告 | 2025-10-29 | Chinese | ||
| 41296698 | 华建集团独立董事关于十一届十二次董事会相关议案的独立意见 | 2025-10-29 | Chinese | ||
| 41296693 | 华东建筑集团股份有限公司股票交易异常波动公告 | 2025-10-24 | Chinese | ||
| 41296684 | 华东建筑集团股份有限公司股票交易严重异常波动公告 | 2025-10-21 | Chinese | ||
| 41296673 | 华东建筑集团股份有限公司股票交易异常波动公告 | 2025-10-16 | 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… |
Arcplus Group Plc 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/56878/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56878 | 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=56878 | 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=56878 \ -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": 56878}, 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 Arcplus Group Plc (id: 56878)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.