Fujian Longking Co.,Ltd — Investor Relations & Filings
About Fujian Longking Co.,Ltd
Fujian Longking Co., Ltd. specializes in the research, development, and manufacturing of advanced air pollution control equipment and integrated environmental solutions. The company provides a comprehensive suite of technologies, including electrostatic precipitators, fabric filters, flue gas desulfurization systems, and denitrification units. These products are designed to mitigate industrial emissions in sectors such as thermal power, metallurgy, and cement manufacturing. Longking is distinguished by its large-scale engineering expertise and commitment to technological innovation in emission reduction. Its operations encompass the full project lifecycle, from design and equipment fabrication to installation and technical services. Additionally, the company has diversified its portfolio to include water treatment, soil remediation, and solid waste management, positioning itself as a multi-disciplinary environmental service provider.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2026年第二次临时股东会的通知 | 2026-04-21 | Chinese | |
| 第十届董事会第二十五次会议决议公告 | 2026-04-21 | Chinese | |
| 关于拟变更公司全称、证券简称并修订《公司章程》的公告 | 2026-04-21 | Chinese | |
| 2026年第一季度报告 | 2026-04-21 | Chinese | |
| 关于持股5%以上股东及其一致行动人权益变动触及1%整数倍的提示性公告 | 2026-04-14 | Chinese | |
| 2025年年度股东会决议公告 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40855048 | 关于召开2026年第二次临时股东会的通知 | 2026-04-21 | Chinese | ||
| 40855044 | 第十届董事会第二十五次会议决议公告 | 2026-04-21 | Chinese | ||
| 40855038 | 关于拟变更公司全称、证券简称并修订《公司章程》的公告 | 2026-04-21 | Chinese | ||
| 40855033 | 2026年第一季度报告 | 2026-04-21 | Chinese | ||
| 34849117 | 关于持股5%以上股东及其一致行动人权益变动触及1%整数倍的提示性公告 | 2026-04-14 | Chinese | ||
| 40855020 | 2025年年度股东会决议公告 | 2026-04-10 | Chinese | ||
| 40855018 | 龙净环保2025年年度股东会法律意见书 | 2026-04-10 | Chinese | ||
| 40855017 | 第十届董事会第二十四次会议决议公告 | 2026-04-07 | Chinese | ||
| 40855008 | 关于与亿纬锂能共同投资设立合资公司的公告 | 2026-04-07 | Chinese | ||
| 40855005 | 广发证券股份有限公司关于福建龙净环保股份有限公司向特定对象发行股票之发行保荐书 | 2026-04-03 | Chinese | ||
| 40855001 | 关于福建龙净环保股份有限公司2025年度向特定对象发行A股股票申请文件的审核问询函的回复报告(修订稿)(豁免版) | 2026-04-03 | Chinese | ||
| 40854999 | 容诚会计师事务所(特殊普通合伙)关于福建龙净环保股份有限公司向特定对象发行股票的财务报告及审计报告 | 2026-04-03 | Chinese | ||
| 40854879 | 广发证券股份有限公司关于福建龙净环保股份有限公司向特定对象发行股票之上市保荐书 | 2026-04-03 | Chinese | ||
| 40854877 | 关于回购A股股份事项前十名股东和前十名无限售条件股东持股情况的公告 | 2026-04-03 | Chinese | ||
| 40854874 | 关于公司向特定对象发行股票申请文件的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2026-04-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aurotek Corporation
Provides AI and robotics automation solutions for smart man…
|
6215 | TW | Manufacturing |
|
Avrot Industries Ltd.
Specializes in lining and coating steel pipes for corrosion…
|
AVRT | IL | Manufacturing |
|
Babcock & Wilcox Enterprises, Inc.
Provider of energy and environmental technologies for power…
|
BW | US | Manufacturing |
|
BEIJING JIUZHOUYIGUI ENVIRONMENTAL TECHNOLOGY CO., LTD.
Provides noise and vibration control solutions for rail tra…
|
688485 | CN | Manufacturing |
|
BHI Co., LTD.
Global supplier of equipment for the power generation and s…
|
083650 | KR | Manufacturing |
|
Bingshan Refrigeration & Heat Transfer Technologies Co.,Ltd.
Provides industrial and commercial refrigeration and heat t…
|
000530 | CN | Manufacturing |
|
Biorem Inc.
Specializes in advanced air emissions control systems for b…
|
BRM | CA | Manufacturing |
|
BIO-UV Group
Designs and manufactures chemical-free water and surface di…
|
ALTUV | FR | Manufacturing |
|
Blue Star Ltd
Provides air conditioning, commercial refrigeration, and ME…
|
BLUESTARCO | IN | Manufacturing |
|
Boss Packaging Solutions Limited
Manufactures automated packaging machinery for diverse indu…
|
BOSS | IN | Manufacturing |
Fujian Longking 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/56697/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56697 | 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=56697 | 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=56697 \ -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": 56697}, 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 Fujian Longking Co.,Ltd (id: 56697)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.