L&K Engineering (Suzhou) Co.,Ltd. — Investor Relations & Filings
About L&K Engineering (Suzhou) Co.,Ltd.
L&K Engineering (Suzhou) Co., Ltd. specializes in the design, construction, and maintenance of high-tech industrial facilities, with a primary focus on cleanroom engineering and integrated mechanical, electrical, and plumbing (MEP) systems. The company provides comprehensive turnkey solutions for sectors requiring stringent environmental controls, including semiconductor manufacturing, flat panel displays, optoelectronics, and biotechnology. Its core services encompass architectural design, process piping, HVAC systems, power distribution, and automated control systems. By leveraging advanced engineering technologies, the firm ensures precise management of air purity, temperature, humidity, and vibration levels. The company supports clients through the entire project lifecycle, from initial feasibility studies and system integration to facility management and technical support, ensuring operational efficiency and compliance with rigorous technical standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 亚翔集成-关于召开2024年第三季度业绩说明会的公告 | 2024-11-04 | Chinese | |
| 亚翔集成-关于变更2024年年度会计师事务所及其审计费用的公告 | 2024-10-30 | Chinese | |
| 亚翔集成-关于召开2024年第二次临时股东大会的通知 | 2024-10-30 | Chinese | |
| 亚翔集成-公司2024年第三季度报告 | 2024-10-30 | Chinese | |
| 公司舆情管理制度 | 2024-10-30 | Chinese | |
| 亚翔集成-关于第六届监事会第五次会议决议的公告 | 2024-10-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 37467980 | 亚翔集成-关于召开2024年第三季度业绩说明会的公告 | 2024-11-04 | Chinese | ||
| 37467971 | 亚翔集成-关于变更2024年年度会计师事务所及其审计费用的公告 | 2024-10-30 | Chinese | ||
| 37467964 | 亚翔集成-关于召开2024年第二次临时股东大会的通知 | 2024-10-30 | Chinese | ||
| 37467935 | 亚翔集成-公司2024年第三季度报告 | 2024-10-30 | Chinese | ||
| 37467915 | 公司舆情管理制度 | 2024-10-30 | Chinese | ||
| 37467896 | 亚翔集成-关于第六届监事会第五次会议决议的公告 | 2024-10-30 | Chinese | ||
| 37467879 | 亚翔集成-关于第六届董事会第五次会议决议的公告 | 2024-10-30 | Chinese | ||
| 37467865 | 亚翔集成-关于2024年前三季度业绩预增公告 | 2024-10-10 | Chinese | ||
| 37467855 | 亚翔集成-关于分公司重大项目中标的公告 | 2024-10-08 | Chinese | ||
| 37467844 | 亚翔集成-关于2024年半年度业绩说明会召开情况的公告 | 2024-08-15 | Chinese | ||
| 37467839 | 亚翔集成-关于召开2024年半年度业绩说明会的公告 | 2024-08-05 | Chinese | ||
| 37467822 | 亚翔集成-关于第六届监事会第四次会议决议的公告 | 2024-07-31 | Chinese | ||
| 37467813 | 公司2024年半年度报告全文 | 2024-07-31 | Chinese | ||
| 37467726 | 亚翔集成-公司2024年半年度报告全文及摘要 | 2024-07-31 | Chinese | ||
| 37467703 | 亚翔集成-关于第六届董事会第四次会议决议的公告 | 2024-07-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Plumbing, heat and air-conditioning installation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Accel Group Holdings Limited
Provider of E&M engineering services, green building soluti…
|
1283 | HK | Construction |
|
ACTER TECHNOLOGY INTEGRATION GROUP CO., LTD.
Provides cleanroom engineering and integrated M&E systems f…
|
603163 | CN | Construction |
|
AKATSUKI EAZIMA CO., LTD.
A facility engineering company specializing in energy conse…
|
1997 | JP | Construction |
|
Aqualine Ltd.
Offers emergency plumbing repairs and sells mineral water a…
|
6173 | JP | Construction |
|
ASAHI KOGYOSHA CO.,LTD.
Environmental engineering firm providing HVAC installation …
|
1975 | JP | Construction |
|
BİRLEŞİM MÜHENDİSLİK ISITMA SOĞUTMA HAVALANDIRMA SANAYİ VE TİCARET A.Ş.
A mechanical contracting company specializing in HVAC, plum…
|
BRLSM | TR | Construction |
|
Chase Resource Corporation
Provides comprehensive non-welded piping solutions for indu…
|
CQS | CA | Construction |
|
Cheminvest a.s.
Engineering and construction firm providing technical, inst…
|
1CHI01AE | SK | Construction |
|
COMFORT SYSTEMS USA INC
Provider of mechanical, electrical, and plumbing (MEP) buil…
|
FIX | US | Construction |
|
DAI-DAN CO.,LTD.
Engineering firm specializing in electrical, AC, plumbing, …
|
1980 | JP | Construction |
L&K Engineering (Suzhou) 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/57908/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57908 | 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=57908 | 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=57908 \ -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": 57908}, 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 L&K Engineering (Suzhou) Co.,Ltd. (id: 57908)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.