
Jinglv Environment Science and Technology Co.,Ltd. — Investor Relations & Filings
Jinglv Environment Science and Technology Co.,Ltd. provides integrated urban and rural environmental sanitation services. The company focuses on the research, development, and application of environmental protection technologies. Core operations include mechanized street cleaning, waste collection and transportation, waste classification management, and the operation and maintenance of public sanitation facilities. The company utilizes smart management platforms to integrate data-driven solutions into its sanitation workflows, enhancing operational efficiency and service quality. Its business model combines equipment manufacturing with professional sanitation services to provide comprehensive environmental management solutions for municipal and local government clients. The company aims to improve regional hygiene standards through standardized processes and the deployment of specialized sanitation vehicles and equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于确认 2022 年度审计费用及续聘 2023 年度财务审计机构和内部控制审计机构的公告 | 2023-09-27 | Chinese | |
| 独立董事关于第二届董事会第七次会议相关事项的独立意见 | 2023-09-27 | Chinese | |
| 独立董事关于第二届董事会第七次会议相关事项的事前认可意见 | 2023-09-27 | Chinese | |
| 关于使用闲置募集资金进行现金管理的公告 | 2023-09-15 | Chinese | |
| 关于参加安徽辖区上市公司2023年投资者网上集体接待日活动的公告 | 2023-09-07 | Chinese | |
| 关于开立现金管理专用结算账户及使用闲置募集资金进行现金管理的公告 | 2023-08-30 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 44532346 | 关于确认 2022 年度审计费用及续聘 2023 年度财务审计机构和内部控制审计机构的公告 | 2023-09-27 | Chinese | ||
| 44532339 | 独立董事关于第二届董事会第七次会议相关事项的独立意见 | 2023-09-27 | Chinese | ||
| 44532329 | 独立董事关于第二届董事会第七次会议相关事项的事前认可意见 | 2023-09-27 | Chinese | ||
| 44532319 | 关于使用闲置募集资金进行现金管理的公告 | 2023-09-15 | Chinese | ||
| 44532307 | 关于参加安徽辖区上市公司2023年投资者网上集体接待日活动的公告 | 2023-09-07 | Chinese | ||
| 44532296 | 关于开立现金管理专用结算账户及使用闲置募集资金进行现金管理的公告 | 2023-08-30 | Chinese | ||
| 44532284 | 半年报董事会决议公告 | 2023-08-28 | Chinese | ||
| 44532273 | 独立董事关于第二届董事会第六次会议相关事项的独立意见 | 2023-08-28 | Chinese | ||
| 44532256 | 关于使用闲置募集资金进行现金管理的公告 | 2023-08-28 | Chinese | ||
| 44532238 | 国元证券股份有限公司关于劲旅环境科技股份有限公司使用闲置募集资金进行现金管理的核查意见 | 2023-08-28 | Chinese | ||
| 44532223 | 2023年半年度报告 | 2023-08-28 | Chinese | ||
| 44532173 | 半年报监事会决议公告 | 2023-08-28 | Chinese | ||
| 44532161 | 2023年半年度财务报告 | 2023-08-28 | Chinese | ||
| 44532076 | 2023年半年度募集资金存放与使用情况的专项报告 | 2023-08-28 | Chinese | ||
| 44532061 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2023-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Collection of non-hazardous waste
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A-Living Smart City Services Co., Ltd.
Comprehensive provider of property management and integrate…
|
3319 | CN | Water supply; sewerage, waste m… |
|
Biancamano
A holding company specializing in environmental services an…
|
BCM | IT | Water supply; sewerage, waste m… |
|
CLIBA INGENIERIA URBANA S A
Provides comprehensive urban hygiene and sustainable waste …
|
— | AR | Water supply; sewerage, waste m… |
|
CPH LTD.
Primarily provides waste services, also manufactures and re…
|
539 | SG | Water supply; sewerage, waste m… |
|
FULONGMA GROUP CO.,LTD.
Manufactures sanitation equipment and provides integrated e…
|
603686 | CN | Water supply; sewerage, waste m… |
|
Gangyu Smart Urban Services Holding Limited
An investment holding company specializing in integrated ur…
|
265 | HK | Water supply; sewerage, waste m… |
|
GFL Environmental Inc.
Diversified environmental services company for solid and li…
|
GFL | CA | Water supply; sewerage, waste m… |
|
Infore Environment Technology Group Co., Ltd.
Provides environmental protection equipment, smart sanitati…
|
000967 | CN | Water supply; sewerage, waste m… |
|
Net-a-Go Technology Company Limited
Investment holding company providing environmental maintena…
|
1483 | HK | Water supply; sewerage, waste m… |
|
QiaoYin City Management Co., Ltd.
Provides integrated urban management and environmental sani…
|
002973 | CN | Water supply; sewerage, waste m… |
Jinglv Environment Science and 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/53979/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53979 | 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=53979 | 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=53979 \ -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": 53979}, 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 Jinglv Environment Science and Technology Co.,Ltd. (id: 53979)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.