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-03-30 | Chinese | |
| 国联民生证券承销保荐有限公司关于广东太力科技集团股份有限公司变更部分募集资金用途、实施地点及实施主体并新增募集资金投资项目的核查意见 | 2026-03-30 | Chinese | |
| 国联民生证券承销保荐有限公司关于广东太力科技集团股份有限公司使用部分闲置自有资金进行现金管理的核查意见 | 2026-03-30 | Chinese | |
| 2025年度董事会工作报告 | 2026-03-30 | Chinese | |
| 对外捐赠管理制度 | 2026-03-30 | Chinese | |
| 第二届董事会第十九次会议决议公告 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39570883 | 关于使用部分闲置募集资金进行现金管理的公告 | 2026-03-30 | Chinese | ||
| 39570868 | 国联民生证券承销保荐有限公司关于广东太力科技集团股份有限公司变更部分募集资金用途、实施地点及实施主体并新增募集资金投资项目的核查意见 | 2026-03-30 | Chinese | ||
| 39570863 | 国联民生证券承销保荐有限公司关于广东太力科技集团股份有限公司使用部分闲置自有资金进行现金管理的核查意见 | 2026-03-30 | Chinese | ||
| 39570853 | 2025年度董事会工作报告 | 2026-03-30 | Chinese | ||
| 39570847 | 对外捐赠管理制度 | 2026-03-30 | Chinese | ||
| 39570837 | 第二届董事会第十九次会议决议公告 | 2026-03-30 | Chinese | ||
| 39570829 | 关于公司2025年度利润分配预案的公告 | 2026-03-30 | Chinese | ||
| 39570825 | 董事会关于募集资金2025年度存放、管理与使用情况的专项报告 | 2026-03-30 | Chinese | ||
| 39570822 | 关于2025年度会计师事务所履职情况评估报告及审计委员会履行监督职责情况的报告 | 2026-03-30 | Chinese | ||
| 39570817 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-30 | Chinese | ||
| 39570816 | 2025年年度报告摘要 | 2026-03-30 | Chinese | ||
| 39570809 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-03-30 | Chinese | ||
| 39570803 | 舆情管理制度 | 2026-03-30 | Chinese | ||
| 39570795 | 关于预计2026年度日常关联交易的公告 | 2026-03-30 | Chinese | ||
| 39570794 | 关于广东太力科技集团股份有限公司非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-30 | 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 |
|
ACE/Security Laminates Corporation
Global provider of high-performance security laminates for …
|
ACEX | CA | 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 |
|
Airrane Co., Ltd.
Develops and manufactures gas separation membrane systems f…
|
163280 | KR | Manufacturing |
|
Akumplast AD
Manufactures polypropylene battery boxes, covers, accessori…
|
AKUM | BG | 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.