BOTH ENGINEERING TECHNOLOGY CO.,LTD. — Investor Relations & Filings
About BOTH ENGINEERING TECHNOLOGY CO.,LTD.
BOTH Engineering Technology Co., Ltd. is a professional engineering service provider specializing in the design, construction, and management of high-tech industrial facilities and controlled environments. The company focuses on delivering comprehensive Engineering, Procurement, and Construction (EPC) solutions for industries requiring stringent environmental controls, such as pharmaceuticals, biotechnology, semiconductors, and electronics. Its core service portfolio includes cleanroom systems, HVAC installations, purified water and gas systems, and industrial automation. BOTH Engineering provides integrated technical support throughout the project lifecycle, from conceptual design and feasibility studies to commissioning and maintenance. By adhering to international quality standards and regulatory requirements like Good Manufacturing Practice (GMP), the company ensures the operational integrity and efficiency of complex manufacturing and research facilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于回购注销部分限制性股票暨通知债权人的公告 | 2026-04-21 | Chinese | |
| 2025年度独立董事述职报告(陈少雄) | 2026-04-21 | Chinese | |
| 关于2025年度计提资产减值准备的公告 | 2026-04-21 | Chinese | |
| 2025年度可持续发展报告 | 2026-04-21 | Chinese | |
| 关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-21 | Chinese | |
| 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39569640 | 关于回购注销部分限制性股票暨通知债权人的公告 | 2026-04-21 | Chinese | ||
| 39569637 | 2025年度独立董事述职报告(陈少雄) | 2026-04-21 | Chinese | ||
| 39569628 | 关于2025年度计提资产减值准备的公告 | 2026-04-21 | Chinese | ||
| 39569620 | 2025年度可持续发展报告 | 2026-04-21 | Chinese | ||
| 39569449 | 关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-21 | Chinese | ||
| 39569443 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-21 | Chinese | ||
| 39569438 | 国浩律师(南京)事务所关于公司2024年限制性股票激励计划调整回购价格及回购注销部分首次授予及预留授予限制性股票的法律意见书 | 2026-04-21 | Chinese | ||
| 39569435 | 柏诚系统科技股份有限公司章程(2026年4月修订) | 2026-04-21 | Chinese | ||
| 39569428 | 董事、高级管理人员薪酬管理制度(2026年4月) | 2026-04-21 | Chinese | ||
| 39569422 | 中信证券股份有限公司关于公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-04-21 | Chinese | ||
| 39569419 | 2025年度审计报告 | 2026-04-21 | Chinese | ||
| 39569331 | 关于变更注册资本、修订《公司章程》并办理工商变更登记的公告 | 2026-04-21 | Chinese | ||
| 39569327 | 董事会对在任独立董事独立性情况评估的专项意见 | 2026-04-21 | Chinese | ||
| 39569325 | 2025年度独立董事述职报告(陈杰) | 2026-04-21 | Chinese | ||
| 39569320 | 中信证券股份有限公司关于公司2026年为合并报表范围内子公司提供担保额度预计的核查意见 | 2026-04-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Architectural and engineering, and related technical consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Astroscale Holdings Inc.
Provides on-orbit services for space sustainability, includ…
|
186A | JP | Professional, scientific and te… |
|
AtkinsRéalis Group Inc.
Design, engineering, and project management firm transformi…
|
ATRL | CA | Professional, scientific and te… |
|
Atomera Inc
A materials engineering and IP licensing company for the se…
|
ATOM | US | Professional, scientific and te… |
|
Atrem S.A.
Engineering firm for infrastructure projects in automation …
|
ATR | PL | Professional, scientific and te… |
|
AUKETT SWANKE GROUP PLC
A professional services firm for architecture, masterplanni…
|
AUK | GB | Professional, scientific and te… |
|
Automatyka Pomiary Sterowanie Spolka Akcyjna
Offers industrial automation, electrical engineering, and r…
|
APS | PL | Professional, scientific and te… |
|
AXISCADES TECHNOLOGIES LIMITED
Global provider of end-to-end engineering and technology so…
|
AXISCADES | IN | Professional, scientific and te… |
|
Babcock International Group PLC
Engineering services firm for critical assets in aerospace,…
|
BAB | GB | Professional, scientific and te… |
|
B Act Spolka Akcyjna
Engineering and consulting firm for construction investment…
|
BAC | PL | Professional, scientific and te… |
|
:be AG
A holding company providing architectural design and sustai…
|
BEAG | AT | Professional, scientific and te… |
BOTH ENGINEERING 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/57195/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57195 | 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=57195 | 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=57195 \ -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": 57195}, 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 BOTH ENGINEERING TECHNOLOGY CO.,LTD. (id: 57195)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.