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 |
|---|---|---|---|
|
AFRY
An international engineering, design, and advisory company …
|
AFRY | SE | Professional, scientific and te… |
|
Airtificial Intelligence Structures S.A.
Designs and manufactures solutions for automotive, aeronaut…
|
AI | ES | Professional, scientific and te… |
|
Allied Sustainability and Environmental Consultants Group Limited
Sustainability and environmental consulting leveraging AI a…
|
8320 | HK | Professional, scientific and te… |
|
Alphageo (India)Ltd.
Provides seismic data acquisition and processing for upstre…
|
ALPHAGEO | IN | Professional, scientific and te… |
|
Alten
Global engineering and technology consultancy providing out…
|
ATE | FR | Professional, scientific and te… |
|
Amentum Holdings, Inc.
Provider of engineering and technology solutions for govern…
|
AMTM | US | Professional, scientific and te… |
|
Anhui Provincial Architectural Design and Research Institute Co.,Ltd.
Architectural design and engineering consultancy for integr…
|
301167 | CN | Professional, scientific and te… |
|
Anhui Transport Consulting & Design Institute Co.,Ltd.
Engineering consultancy for transport infrastructure design…
|
603357 | CN | Professional, scientific and te… |
|
Anlon Technology Solutions Limited
Provides engineering services, MRO support, and equipment f…
|
ANLON | IN | Professional, scientific and te… |
|
APPLIED TECHNOLOGY CO., LTD
Engineering services and business information systems compa…
|
4356 | JP | 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.