
GuangDong Taili Technology Group Co.,Ltd. — Investor Relations & Filings
GuangDong Taili Technology Group Co.,Ltd. is a technology-driven enterprise specializing in the research, development, and manufacturing of vacuum storage and home organization solutions. The company leverages advanced material science and vacuum technology to produce a diverse portfolio, including vacuum compression bags, heavy-duty suction cup accessories, and food preservation systems. Taili is distinguished by its significant investment in R&D and its extensive patent library, serving as a key supplier for major global retailers. A notable aspect of its technical capability is the provision of specialized storage solutions for aerospace applications, including equipment utilized in manned space missions. The company's operations encompass the entire value chain from product design and high-performance film production to global distribution, focusing on enhancing space efficiency and preservation for consumer and professional use.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于向激励对象首次授予限制性股票的公告 | 2026-02-10 | Chinese | |
| 2026年限制性股票激励计划首次授予激励对象名单(授予日) | 2026-02-10 | Chinese | |
| 北京德恒律师事务所关于太力科技2026年限制性股票激励计划授予事项之法律意见 | 2026-02-10 | Chinese | |
| 第二届董事会第十八次会议决议公告 | 2026-02-10 | Chinese | |
| 关于开立募集资金现金管理产品专用结算账户的公告 | 2026-02-06 | Chinese | |
| 关于注销募集资金现金管理产品专用结算账户的公告 | 2026-02-02 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39570733 | 关于向激励对象首次授予限制性股票的公告 | 2026-02-10 | Chinese | ||
| 39570724 | 2026年限制性股票激励计划首次授予激励对象名单(授予日) | 2026-02-10 | Chinese | ||
| 39570723 | 北京德恒律师事务所关于太力科技2026年限制性股票激励计划授予事项之法律意见 | 2026-02-10 | Chinese | ||
| 39570719 | 第二届董事会第十八次会议决议公告 | 2026-02-10 | Chinese | ||
| 39570714 | 关于开立募集资金现金管理产品专用结算账户的公告 | 2026-02-06 | Chinese | ||
| 39570713 | 关于注销募集资金现金管理产品专用结算账户的公告 | 2026-02-02 | Chinese | ||
| 39570709 | 2026年第一次临时股东会决议公告 | 2026-01-28 | Chinese | ||
| 39570705 | 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-01-28 | Chinese | ||
| 39570697 | 北京德恒律师事务所关于广东太力科技集团股份有限公司2026年第一次临时股东会的法律意见 | 2026-01-28 | Chinese | ||
| 39570685 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划首次授予激励对象名单的公示情况说明及核查意见 | 2026-01-22 | Chinese | ||
| 39570680 | 2026年限制性股票激励计划首次授予激励对象名单 | 2026-01-22 | Chinese | ||
| 39570660 | 关于公司对外捐赠暨与暨南大学签署战略合作框架协议的进展公告 | 2026-01-19 | Chinese | ||
| 39570649 | 2026年限制性股票激励计划(草案修订稿) 摘要 | 2026-01-15 | Chinese | ||
| 39570639 | 第二届董事会第十七次会议决议公告 | 2026-01-15 | Chinese | ||
| 39570631 | 北京德恒律师事务所关于广东太力科技集团股份有限公司2026年限制性股票激励计划(草案修订稿)之法律意见 | 2026-01-15 | 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 |
GuangDong Taili Technology Group 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/56380/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56380 | 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=56380 | 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=56380 \ -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": 56380}, 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 GuangDong Taili Technology Group Co.,Ltd. (id: 56380)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.