
INTCO RECYCLING RESOURCES CO., LTD. — Investor Relations & Filings
INTCO RECYCLING RESOURCES CO., LTD. specializes in the comprehensive recycling and utilization of plastic resources. The company operates a vertically integrated business model that encompasses plastic waste collection, recycling equipment manufacturing, and the production of high-value recycled products. Its primary focus includes the processing of expanded polystyrene (EPS) and other plastic materials. INTCO designs and manufactures specialized recycling machinery under the GREENMAX brand, which compacts and processes plastic waste. The recovered materials are transformed into high-quality recycled pellets, which are then utilized to manufacture consumer goods such as decorative moldings, picture frames, and interior design products. By closing the loop in plastic resource management, the company provides sustainable solutions for global waste reduction and resource conservation.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 独立董事候选人声明-管伟 | 2023-04-19 | Chinese | |
| 山东英科环保再生资源股份有限公司关于公司募集资金存放与实际使用情况的专项报告 | 2023-04-19 | Chinese | |
| 独立董事提名人声明-管伟 | 2023-04-19 | Chinese | |
| 独立董事候选人声明-黄业德 | 2023-04-19 | Chinese | |
| 国金证券股份有限公司关于山东英科环保再生资源股份有限公司开展外汇衍生品业务的核查意见 | 2023-04-19 | Chinese | |
| 山东英科环保再生资源股份有限公司关于部分募投项目变更的公告 | 2023-04-19 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37090259 | 独立董事候选人声明-管伟 | 2023-04-19 | Chinese | ||
| 37090250 | 山东英科环保再生资源股份有限公司关于公司募集资金存放与实际使用情况的专项报告 | 2023-04-19 | Chinese | ||
| 37090222 | 独立董事提名人声明-管伟 | 2023-04-19 | Chinese | ||
| 37090203 | 独立董事候选人声明-黄业德 | 2023-04-19 | Chinese | ||
| 37090194 | 国金证券股份有限公司关于山东英科环保再生资源股份有限公司开展外汇衍生品业务的核查意见 | 2023-04-19 | Chinese | ||
| 37090182 | 山东英科环保再生资源股份有限公司关于部分募投项目变更的公告 | 2023-04-19 | Chinese | ||
| 37090175 | 山东英科环保再生资源股份有限公司2022年度内部控制评价报告 | 2023-04-19 | Chinese | ||
| 37090167 | 山东英科环保再生资源股份有限公司第三届监事会第二十三次会议决议公告 | 2023-04-19 | Chinese | ||
| 37090159 | 国金证券股份有限公司关于山东英科环保再生资源股份有限公司预计2023年度日常关联交易的核查意见 | 2023-04-19 | Chinese | ||
| 37090147 | 山东英科环保再生资源股份有限公司2022年度独立董事述职报告 | 2023-04-19 | Chinese | ||
| 37090136 | 关于全资子公司开立募集资金专项账户并签订三方监管协议的公告 | 2023-03-09 | Chinese | ||
| 37090117 | 山东英科环保再生资源股份有限公司首次公开发行部分限售股上市流通公告 | 2023-03-01 | Chinese | ||
| 37090107 | 国金证券股份有限公司关于山东英科环保再生资源股份有限公司首次公开发行部分限售股上市流通的核查意见 | 2023-03-01 | Chinese | ||
| 37090096 | 山东英科环保再生资源股份有限公司2022年度业绩快报公告 | 2023-02-27 | Chinese | ||
| 37090091 | 山东英科环保再生资源股份有限公司关于股东权益变动的提示性公告 | 2023-01-18 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aa Industrial Belting (Shanghai) Co., Ltd
Develops and manufactures high-performance industrial conve…
|
603580 | CN | Manufacturing |
|
Abson Industries Limited
Manufactures polypropylene woven bags, offering durable and…
|
ABSON | PK | Manufacturing |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | Manufacturing |
|
ACESIAN PARTNERS LIMITED
Specializes in environmental solutions, integrated services…
|
5FW | SG | Manufacturing |
|
Achilles Corporation
A manufacturer of plastic and rubber products for consumer …
|
5142 | JP | Manufacturing |
|
ADVANCED DRAINAGE SYSTEMS, INC.
Manufacturer of water management solutions for stormwater a…
|
WMS | US | Manufacturing |
|
Aeron Composite Limited
Designs and manufactures FRP and GRP products for industria…
|
AERON | IN | Manufacturing |
|
A.F. Enterprises Limited
Manufactures plastic molded products and provides financial…
|
538351 | IN | Manufacturing |
|
Ahimsa Industries Limited
Produces PET preforms and closures for beverage, food, and …
|
AHIMSA | IN | Manufacturing |
|
AIK Pipes and Polymers Limited
Manufactures polymer pipes and fittings for water, gas, and…
|
544072 | IN | Manufacturing |
INTCO RECYCLING RESOURCES 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/58133/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58133 | 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=58133 | 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=58133 \ -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": 58133}, 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 INTCO RECYCLING RESOURCES CO., LTD. (id: 58133)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.