Center International Group Co.,Ltd. — Investor Relations & Filings
About Center International Group Co.,Ltd.
Center International Group Co., Ltd. specializes in the design, manufacture, and installation of high-end building envelope systems and environmental protection solutions. The company's core business focuses on metal cladding and roofing systems for large-scale public infrastructure, including airports, railway stations, convention centers, and industrial facilities. It provides integrated services encompassing engineering design, material production, and project construction. Additionally, the company has expanded into the environmental sector, offering services in soil and groundwater remediation, as well as noise and vibration control. A significant strategic focus includes the development of Building-Integrated Photovoltaics (BIPV) through partnerships to enhance energy efficiency in architectural structures. The group emphasizes technical innovation and high-performance materials to meet complex architectural requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国信证券股份有限公司关于森特士兴集团股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-19 | Chinese | |
| 森特股份关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-19 | Chinese | |
| 森特股份2026年股票期权和限制性股票激励计划激励对象名单 | 2026-04-19 | Chinese | |
| 北京市天元律师事务所关于森特士兴集团股份有限公司2026年股票期权和限制性股票激励计划的法律意见书 | 2026-04-19 | Chinese | |
| 森特股份关于续聘会计师事务所的公告 | 2026-04-19 | Chinese | |
| 森特股份关于会计政策变更的公告 | 2026-04-19 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37850008 | 国信证券股份有限公司关于森特士兴集团股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-19 | Chinese | ||
| 37850003 | 森特股份关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-19 | Chinese | ||
| 37849995 | 森特股份2026年股票期权和限制性股票激励计划激励对象名单 | 2026-04-19 | Chinese | ||
| 37849987 | 北京市天元律师事务所关于森特士兴集团股份有限公司2026年股票期权和限制性股票激励计划的法律意见书 | 2026-04-19 | Chinese | ||
| 37849975 | 森特股份关于续聘会计师事务所的公告 | 2026-04-19 | Chinese | ||
| 37849965 | 森特股份关于会计政策变更的公告 | 2026-04-19 | Chinese | ||
| 37849959 | 森特股份关于使用部分闲置募集资金临时补充流动资金的公告 | 2026-04-19 | Chinese | ||
| 37849949 | 容诚会计师事务所(特殊普通合伙)对公司2025年年度报告出具的审计报告 | 2026-04-19 | Chinese | ||
| 37849689 | 容诚会计师事务所(特殊普通合伙)对公司2025年度内部控制审计报告 | 2026-04-19 | Chinese | ||
| 37849480 | 森特股份2026年股票期权和限制性股票激励计划(草案)摘要公告 | 2026-04-19 | Chinese | ||
| 37849468 | 森特股份2025年度独立董事述职报告(苏中一) | 2026-04-19 | Chinese | ||
| 37849457 | 森特股份2026年股票期权和限制性股票激励计划实施考核管理办法 | 2026-04-19 | Chinese | ||
| 37849443 | 森特股份2026年股票期权和限制性股票激励计划(草案) | 2026-04-19 | Chinese | ||
| 37849438 | 森特股份2025年度内部控制评价报告 | 2026-04-19 | Chinese | ||
| 37849435 | 森特股份董事会关于独立董事独立性自查情况的专项报告 | 2026-04-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other specialized construction activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACROW LIMITED
Provides engineered formwork, scaffolding, and screen syste…
|
ACF | AU | Construction |
|
Anhui Fuhuang Steel Structure Co., Ltd.
Specializes in the design, fabrication, and installation of…
|
002743 | CN | Construction |
|
Anhui Honglu Steel Construction(Group) CO., LTD
Specializes in the design, fabrication, and installation of…
|
002541 | CN | Construction |
|
Bauer AG
A provider of services, equipment, and products for ground …
|
B5A | DE | Construction |
|
Beerenberg
Provides maintenance and modification services for oil, gas…
|
BBERG | NO | Construction |
|
BILLINGTON HOLDINGS PLC
A group specializing in structural steel design, fabricatio…
|
BILN | GB | Construction |
|
BOOM LOGISTICS LIMITED
Provides lifting solutions, crane hire, and industrial serv…
|
BOL | AU | Construction |
|
CEMATRIX Corporation
Specialty contractor supplying and installing lightweight c…
|
CEMX | CA | Construction |
|
Cemindia Projects Limited
Specialized engineering firm for geotechnical, foundation a…
|
CEMPRO | IN | Construction |
|
Chi Kan Holdings Limited
Investment holding entity focused on construction, providin…
|
9913 | HK | Construction |
Center International Group 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/57422/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57422 | 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=57422 | 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=57422 \ -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": 57422}, 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 Center International Group Co.,Ltd. (id: 57422)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.