
Niutech Environment Technology Corporation — Investor Relations & Filings
Niutech Environment Technology Corporation specializes in the research, development, and manufacturing of advanced polymer waste pyrolysis technology and equipment. The company provides integrated solutions for the thermochemical recycling of organic wastes, including scrap tires, waste plastics, oil sludge, and biomass. Its core technology focuses on industrial-scale continuous pyrolysis, converting waste materials into high-value products such as fuel oil, carbon black, and combustible gas. Niutech's systems are engineered for high efficiency, safety, and environmental compliance, featuring automated operations and low emissions. The company serves global markets, offering sustainable waste management solutions that support the circular economy by recovering resources from hazardous and non-hazardous waste streams. Its proprietary technology is characterized by its stability and capacity to process complex feedstocks effectively.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于召开2026年第一次临时股东会的通知 | 2026-06-03 | Chinese | |
| 员工持股平台减持计划实施完毕暨减持股份结果公告 | 2026-05-29 | Chinese | |
| 关于对上海证券交易所《关于济南恒誉环保科技股份有限公司2025年年度报告的信息披露监管问询函》的回复公告 | 2026-05-28 | Chinese | |
| 天职国际会计师事务所(特殊普通合伙)关于济南恒誉环保科技股份有限公司2025年年度报告的信息披露监管问询函的回复 | 2026-05-28 | Chinese | |
| 关于员工持股平台权益变动触及1%刻度的提示性公告 | 2026-05-20 | Chinese | |
| 持股5%以上股东减持计划实施完毕暨减持股份结果公告 | 2026-05-18 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47959642 | 关于召开2026年第一次临时股东会的通知 | 2026-06-03 | Chinese | ||
| 47897566 | 员工持股平台减持计划实施完毕暨减持股份结果公告 | 2026-05-29 | Chinese | ||
| 47870382 | 关于对上海证券交易所《关于济南恒誉环保科技股份有限公司2025年年度报告的信息披露监管问询函》的回复公告 | 2026-05-28 | Chinese | ||
| 47869697 | 天职国际会计师事务所(特殊普通合伙)关于济南恒誉环保科技股份有限公司2025年年度报告的信息披露监管问询函的回复 | 2026-05-28 | Chinese | ||
| 46702162 | 关于员工持股平台权益变动触及1%刻度的提示性公告 | 2026-05-20 | Chinese | ||
| 46512619 | 持股5%以上股东减持计划实施完毕暨减持股份结果公告 | 2026-05-18 | Chinese | ||
| 45346370 | 关于参加2026年山东辖区上市公司投资者网上集体接待日活动的公告 | 2026-05-12 | Chinese | ||
| 45017501 | 关于拟对外投资的公告 | 2026-05-11 | Chinese | ||
| 44272435 | 简式权益变动报告书(山发绿色) | 2026-05-07 | Chinese | ||
| 44269390 | 2025年年度股东会决议公告 | 2026-05-07 | Chinese | ||
| 44266856 | 北京盈理律师事务所关于济南恒誉环保科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-07 | Chinese | ||
| 40023378 | 2025年度内部控制评价报告 | 2026-04-09 | Chinese | ||
| 40023364 | 方正证券承销保荐有限责任公司关于济南恒誉环保科技股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-09 | Chinese | ||
| 40023359 | 2025年度独立董事述职报告(汪斌) | 2026-04-09 | Chinese | ||
| 40023351 | 关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other special-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Asia Tele-Net and Technology Corporation Limited
Specializes in designing and manufacturing advanced electro…
|
679 | BM | Manufacturing |
|
ASM International N.V.
Global supplier of semiconductor deposition equipment for w…
|
ASM | NL | Manufacturing |
|
ASML Holding N.V.
Designs and manufactures advanced lithography systems for t…
|
ASML | NL | Manufacturing |
|
ASMPT Limited
Provides integrated hardware and software solutions for sem…
|
522 | KY | Manufacturing |
|
ATS Corp /ATS
Global provider of automation solutions for manufacturing a…
|
ATS | US | Manufacturing |
|
Aumann AG
Manufacturer of specialized machinery and automated product…
|
AAG | DE | Manufacturing |
|
AUROS TECHNOLOGY, INC.
Provider of metrology and inspection systems for the semico…
|
322310 | KR | Manufacturing |
|
Austar Lifesciences Limited
Integrated engineering solutions, equipment, and services f…
|
6118 | HK | Manufacturing |
|
AVINGTRANS PLC
Engineering group supplying critical components to the ener…
|
AVG | GB | Manufacturing |
|
AXCELIS TECHNOLOGIES INC
Provider of ion implantation equipment and services for the…
|
ACLS | US | Manufacturing |
Niutech Environment Technology Corporation 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/58324/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58324 | 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=58324 | 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=58324 \ -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": 58324}, 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 Niutech Environment Technology Corporation (id: 58324)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.