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 |
|---|---|---|---|
| 关于2023年限制性股票激励计划预留授予部分第二个解除限售期解除限售条件成就的公告 | 2025-10-27 | Chinese | |
| 第九届董事会第九次会议决议公告 | 2025-10-27 | Chinese | |
| 2025年三季度报告 | 2025-10-27 | Chinese | |
| 北京市君合(广州)律师事务所关于广州达意隆包装机械股份有限公司2023年限制性股票激励计划预留授予限制性股票第二个解除限售期解除限售条件成就事宜的法律意见 | 2025-10-27 | Chinese | |
| 关于2025年第三季度计提及转回资产减值准备的公告 | 2025-10-27 | Chinese | |
| 关于持股5%以上股东权益变动触及1%及5%整数倍暨披露简式权益变动报告书的提示性公告 | 2025-10-21 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 35091995 | 关于2023年限制性股票激励计划预留授予部分第二个解除限售期解除限售条件成就的公告 | 2025-10-27 | Chinese | ||
| 35091990 | 第九届董事会第九次会议决议公告 | 2025-10-27 | Chinese | ||
| 35091977 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
| 35091976 | 北京市君合(广州)律师事务所关于广州达意隆包装机械股份有限公司2023年限制性股票激励计划预留授予限制性股票第二个解除限售期解除限售条件成就事宜的法律意见 | 2025-10-27 | Chinese | ||
| 35091961 | 关于2025年第三季度计提及转回资产减值准备的公告 | 2025-10-27 | Chinese | ||
| 35091950 | 关于持股5%以上股东权益变动触及1%及5%整数倍暨披露简式权益变动报告书的提示性公告 | 2025-10-21 | Chinese | ||
| 35091932 | 简式权益变动报告书 | 2025-10-21 | Chinese | ||
| 35091919 | 2025年第一次临时股东大会决议公告 | 2025-10-16 | Chinese | ||
| 35091916 | 关于非独立董事辞职暨选举职工代表董事及补选董事会专门委员会委员的公告 | 2025-10-16 | Chinese | ||
| 35091905 | 北京市君合(广州)律师事务所关于广州达意隆包装机械股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-10-16 | Chinese | ||
| 35091892 | 第九届董事会第八次会议决议公告 | 2025-10-16 | Chinese | ||
| 35091891 | 关于持股5%以上股东权益变动触及1%整数倍的公告 | 2025-10-15 | Chinese | ||
| 35091878 | 《选聘会计师事务所管理办法》(2025年修订) | 2025-09-29 | Chinese | ||
| 35091869 | 《重大信息内部报告制度》(2025年修订) | 2025-09-29 | Chinese | ||
| 35091862 | 《关联交易决策制度》(2025年修订) | 2025-09-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | 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.