SHANGHAI AILU PACKAGE CO.,LTD. — Investor Relations & Filings
SHANGHAI AILU PACKAGE CO.,LTD. specializes in the research, development, and production of industrial paper packaging solutions. The company’s core product range includes multi-wall paper valve bags, open-mouth bags, and specialized composite packaging materials. These solutions are engineered for the containment and transport of powders and granular materials across sectors such as chemical processing, building materials, food additives, and animal nutrition. The firm utilizes high-speed automated production lines to ensure precision and consistency in manufacturing. Key technical features of its products include high tensile strength, moisture protection, and optimized de-aeration capabilities. The company focuses on providing customized, sustainable packaging options that align with global environmental standards and industrial safety requirements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中信证券股份有限公司关于上海艾录包装股份有限公司向控股子公司提供财务资助暨关联交易的核查意见 | 2026-04-28 | Chinese | |
| 关于开展外汇衍生品交易的可行性分析报告 | 2026-04-28 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese | |
| 立信会计师事务所(特殊普通合伙)关于上海艾录包装股份有限公司2025年度内部控制审计报告 | 2026-04-28 | Chinese | |
| 中信证券股份有限公司关于上海艾录包装股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-28 | Chinese | |
| 独立董事候选人声明(戴钰凤) | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39703237 | 中信证券股份有限公司关于上海艾录包装股份有限公司向控股子公司提供财务资助暨关联交易的核查意见 | 2026-04-28 | Chinese | ||
| 39703228 | 关于开展外汇衍生品交易的可行性分析报告 | 2026-04-28 | Chinese | ||
| 39703220 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese | ||
| 39703210 | 立信会计师事务所(特殊普通合伙)关于上海艾录包装股份有限公司2025年度内部控制审计报告 | 2026-04-28 | Chinese | ||
| 39703086 | 中信证券股份有限公司关于上海艾录包装股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-28 | Chinese | ||
| 39703060 | 独立董事候选人声明(戴钰凤) | 2026-04-28 | Chinese | ||
| 39703041 | 独立董事提名人声明与承诺(戴钰凤) | 2026-04-28 | Chinese | ||
| 39703034 | 2026-024 关于选举公司职工代表董事的公告 | 2026-04-28 | Chinese | ||
| 39703028 | 第四届董事会第十九次会议决议公告 | 2026-04-28 | Chinese | ||
| 39703011 | 2026年一季度报告 | 2026-04-28 | Chinese | ||
| 39702989 | 2025年度募集资金存放、管理与使用情况专项报告 | 2026-04-28 | Chinese | ||
| 39702978 | 关于公司及子公司使用闲置自有资金进行现金管理的公告 | 2026-04-28 | Chinese | ||
| 39702936 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 39701350 | 关于续聘2026年度审计机构的公告 | 2026-04-28 | Chinese | ||
| 39701340 | 关于2026年度公司及控股子公司向金融机构及融资租赁机构等申请授信额度的公告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of corrugated paper and paperboard and of containers of paper and paperboard
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anuroop Packaging Limited
Manufactures and distributes corrugated and offset printed …
|
542865 | IN | Manufacturing |
|
ASIA PAPER MANUFACTURING CO.,LTD
Manufactures linerboard, kraft paper, and gypsum linerboard…
|
002310 | KR | Manufacturing |
|
Aten Papers & Foam Limited
Manufactures integrated paper and foam packaging and cushio…
|
544417 | IN | Manufacturing |
|
B&A Packaging India Limited
Manufacturer of paper sacks and flexible packaging for indu…
|
523186 | IN | Manufacturing |
|
BAREM AMBALAJ SANAYİ VE TİCARET A.Ş.
Integrated manufacturer of paper and offset printed packagi…
|
BARMA | TR | Manufacturing |
|
B&B Triplewall Containers Limited
Designs and manufactures corrugated packaging and heavy-dut…
|
BBTCL | IN | Manufacturing |
|
Bilokalnik-IPA d.d.
Manufacturer of sustainable corrugated cardboard packaging …
|
BLKL | HR | Manufacturing |
|
Come Sure Group (Holdings) Limited
Manufacture, sale, and trading of corrugated paperboards an…
|
794 | HK | Manufacturing |
|
DAEYOUNG PACKAGING CO.,LTD
Manufacturer and supplier of corrugated cardboard and cardb…
|
014160 | KR | Manufacturing |
|
DS Smith AD
Producer of sustainable paper, cardboard, and packaging sol…
|
- | MK | Manufacturing |
SHANGHAI AILU PACKAGE 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/56018/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56018 | 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=56018 | 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=56018 \ -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": 56018}, 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 SHANGHAI AILU PACKAGE CO.,LTD. (id: 56018)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.