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-04-03 | Chinese | |
| 关于福建龙净环保股份有限公司2025年度向特定对象发行人民币普通股(A股)股票并上市的补充法律意见书(之二) | 2026-04-03 | Chinese | |
| 福建龙净环保股份有限公司向特定对象发行股票证券募集说明书(申报稿) | 2026-04-03 | Chinese | |
| 关于持股5%以上股东以专项贷款及自有资金增持公司股份计划的公告 | 2026-04-02 | Chinese | |
| 关于首次回购公司股份的公告 | 2026-03-31 | Chinese | |
| 第十届董事会第二十三次会议决议公告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40854869 | 关于福建龙净环保股份有限公司向特定对象发行股票申请文件的审核问询函有关财务会计问题的专项说明(豁免版) | 2026-04-03 | Chinese | ||
| 40854838 | 关于福建龙净环保股份有限公司2025年度向特定对象发行人民币普通股(A股)股票并上市的补充法律意见书(之二) | 2026-04-03 | Chinese | ||
| 40854828 | 福建龙净环保股份有限公司向特定对象发行股票证券募集说明书(申报稿) | 2026-04-03 | Chinese | ||
| 40854747 | 关于持股5%以上股东以专项贷款及自有资金增持公司股份计划的公告 | 2026-04-02 | Chinese | ||
| 40854737 | 关于首次回购公司股份的公告 | 2026-03-31 | Chinese | ||
| 40854722 | 第十届董事会第二十三次会议决议公告 | 2026-03-30 | Chinese | ||
| 40854717 | 关于以集中竞价交易方式回购公司股份方案的公告暨回购报告书 | 2026-03-30 | Chinese | ||
| 40854710 | 2025年年度股东会提示性公告暨会议资料 | 2026-03-27 | Chinese | ||
| 40854698 | 关于持股5%以上股东及其一致行动人增持计划实施完毕暨增持股份结果的公告 | 2026-03-25 | Chinese | ||
| 40854688 | 独立董事2025年度述职报告-匡勤 | 2026-03-20 | Chinese | ||
| 40854679 | 关于提供综合授信担保的公告 | 2026-03-20 | Chinese | ||
| 40854677 | 2025年度非经营性资金占用及其他关联资金往来情况专项说明 | 2026-03-20 | Chinese | ||
| 40854674 | 2025年度龙净环保社会责任报告 | 2026-03-20 | Chinese | ||
| 40854512 | 审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-03-20 | Chinese | ||
| 40854506 | 2025年度董事会审计委员会履职情况报告 | 2026-03-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | 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.