
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 |
|---|---|---|---|
| 关于2025年中期分红方案的公告 | 2025-08-28 | Chinese | |
| 2025-024 董事会关于募集资金2025年半年度存放、管理与实际使用情况的专项报告 | 2025-08-28 | Chinese | |
| 民生证券股份有限公司关于广东太力科技集团股份有限公司使用募集资金向全资子公司实缴注册资本以实施募投项目的核查意见 | 2025-08-28 | Chinese | |
| 关于召开2025年第三次临时股东会的通知 | 2025-08-28 | Chinese | |
| 关于使用募集资金向全资子公司实缴注册资本以实施募投项目的公告 | 2025-08-28 | Chinese | |
| 民生证券股份有限公司关于广东太力科技集团股份有限公司2025年半年度跟踪报告 | 2025-08-28 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39570020 | 关于2025年中期分红方案的公告 | 2025-08-28 | Chinese | ||
| 39570014 | 2025-024 董事会关于募集资金2025年半年度存放、管理与实际使用情况的专项报告 | 2025-08-28 | Chinese | ||
| 39570007 | 民生证券股份有限公司关于广东太力科技集团股份有限公司使用募集资金向全资子公司实缴注册资本以实施募投项目的核查意见 | 2025-08-28 | Chinese | ||
| 39570004 | 关于召开2025年第三次临时股东会的通知 | 2025-08-28 | Chinese | ||
| 39570000 | 关于使用募集资金向全资子公司实缴注册资本以实施募投项目的公告 | 2025-08-28 | Chinese | ||
| 39569996 | 民生证券股份有限公司关于广东太力科技集团股份有限公司2025年半年度跟踪报告 | 2025-08-28 | Chinese | ||
| 39569990 | 监事会决议公告 | 2025-08-28 | Chinese | ||
| 39569986 | 2025年半年度报告 | 2025-08-28 | Chinese | ||
| 39569942 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 39569936 | 董事会决议公告 | 2025-08-28 | Chinese | ||
| 39569931 | 关于收到控股股东、实际控制人、董事长兼总经理提议实施2025年度中期分红的公告 | 2025-08-04 | Chinese | ||
| 39569927 | 关于开立募集资金理财产品专用结算账户的公告 | 2025-07-18 | Chinese | ||
| 39569923 | 关于完成市场主体变更登记并换发营业执照的公告 | 2025-07-04 | Chinese | ||
| 39569915 | 关于公司投资石岐创业园项目的进展公告 | 2025-07-02 | Chinese | ||
| 39569908 | 北京德恒律师事务所关于广东太力科技集团股份有限公司2025年第二次临时股东会的法律意见 | 2025-06-23 | 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.