GUANGZHOU TECH-LONG PACKAGING MACHINERY CO., LTD. — Investor Relations & Filings
GUANGZHOU TECH-LONG PACKAGING MACHINERY CO., LTD. specializes in the design and manufacture of automated liquid packaging solutions. The company provides comprehensive production lines for the beverage, food, household chemical, and pharmaceutical sectors. Its core product portfolio includes high-speed PET blow molding machines, filling systems, labeling equipment, and integrated blowing-filling-capping combi-block technology. Tech-Long offers end-to-end services ranging from bottle design and engineering to installation and after-sales support. By integrating advanced robotics and digital management systems, the company enhances production efficiency and sustainability for global clients. Key applications cover bottled water, carbonated soft drinks, juices, dairy products, and edible oils.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市君合(广州)律师事务所关于《广州达意隆包装机械股份有限公司2026年限制性股票激励计划(草案)》的法律意见书 | 2026-03-26 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-03-26 | Chinese | |
| 2026年限制性股票激励计划激励对象名单 | 2026-03-26 | Chinese | |
| 第九届董事会第十二次会议决议公告 | 2026-03-26 | Chinese | |
| 广州达意隆包装机械股份有限公司2026年限制性股票激励计划(草案) | 2026-03-26 | Chinese | |
| 广州达意隆包装机械股份有限公司2026年限制性股票激励计划(草案)摘要 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35092141 | 北京市君合(广州)律师事务所关于《广州达意隆包装机械股份有限公司2026年限制性股票激励计划(草案)》的法律意见书 | 2026-03-26 | Chinese | ||
| 35092137 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划相关事项的核查意见 | 2026-03-26 | Chinese | ||
| 35092135 | 2026年限制性股票激励计划激励对象名单 | 2026-03-26 | Chinese | ||
| 35092133 | 第九届董事会第十二次会议决议公告 | 2026-03-26 | Chinese | ||
| 35092129 | 广州达意隆包装机械股份有限公司2026年限制性股票激励计划(草案) | 2026-03-26 | Chinese | ||
| 35092126 | 广州达意隆包装机械股份有限公司2026年限制性股票激励计划(草案)摘要 | 2026-03-26 | Chinese | ||
| 35092123 | 上市公司股权激励计划自查表 | 2026-03-26 | Chinese | ||
| 35092120 | 关于获得政府补助的公告 | 2026-03-25 | Chinese | ||
| 35092118 | 关于持股5%以上股东权益变动触及1%整数倍暨减持计划实施完毕的公告 | 2026-03-03 | Chinese | ||
| 35092114 | 关于持股5%以上股东权益变动触及1%整数倍的公告 | 2026-02-27 | Chinese | ||
| 35092112 | 外汇套期保值业务管理制度 | 2026-02-06 | Chinese | ||
| 35092109 | 关于开展外汇套期保值业务的公告 | 2026-02-06 | Chinese | ||
| 35092105 | 独立董事专门会议2026年第一次会议决议 | 2026-02-06 | Chinese | ||
| 35092103 | 关于公司2026年度日常关联交易预计的公告 | 2026-02-06 | Chinese | ||
| 35092092 | 关于开展外汇套期保值业务的可行性分析报告 | 2026-02-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aurotek Corporation
Provides AI and robotics automation solutions for smart man…
|
6215 | TW | Manufacturing |
|
Avrot Industries Ltd.
Specializes in lining and coating steel pipes for corrosion…
|
AVRT | IL | Manufacturing |
|
Babcock & Wilcox Enterprises, Inc.
Provider of energy and environmental technologies for power…
|
BW | US | Manufacturing |
|
BEIJING JIUZHOUYIGUI ENVIRONMENTAL TECHNOLOGY CO., LTD.
Provides noise and vibration control solutions for rail tra…
|
688485 | CN | Manufacturing |
|
BHI Co., LTD.
Global supplier of equipment for the power generation and s…
|
083650 | KR | Manufacturing |
|
Bingshan Refrigeration & Heat Transfer Technologies Co.,Ltd.
Provides industrial and commercial refrigeration and heat t…
|
000530 | CN | Manufacturing |
|
Biorem Inc.
Specializes in advanced air emissions control systems for b…
|
BRM | CA | Manufacturing |
|
BIO-UV Group
Designs and manufactures chemical-free water and surface di…
|
ALTUV | FR | Manufacturing |
|
Blue Star Ltd
Provides air conditioning, commercial refrigeration, and ME…
|
BLUESTARCO | IN | Manufacturing |
|
Boss Packaging Solutions Limited
Manufactures automated packaging machinery for diverse indu…
|
BOSS | IN | Manufacturing |
GUANGZHOU TECH-LONG PACKAGING MACHINERY 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/54263/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54263 | 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=54263 | 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=54263 \ -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": 54263}, 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 GUANGZHOU TECH-LONG PACKAGING MACHINERY CO., LTD. (id: 54263)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.