
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-06-06 | Chinese | |
| 关于公司拟投资石岐创业园项目的公告 | 2025-06-06 | Chinese | |
| 民生证券股份有限公司关于广东太力科技集团股份有限公司使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的核查意见 | 2025-06-06 | Chinese | |
| 广东太力科技集团股份有限公司关于签订募集资金三方监管协议的公告 | 2025-05-30 | Chinese | |
| 首次公开发行股票并在创业板上市之上市公告书提示性公告 | 2025-05-15 | Chinese | |
| 民生证券股份有限公司关于公司首次公开发行股票并在创业板上市的上市保荐书 | 2025-05-15 | Chinese |
Browse filings by year
2 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39569813 | 第二届董事会第十次会议决议公告 | 2025-06-06 | Chinese | ||
| 39569808 | 关于公司拟投资石岐创业园项目的公告 | 2025-06-06 | Chinese | ||
| 39569805 | 民生证券股份有限公司关于广东太力科技集团股份有限公司使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的核查意见 | 2025-06-06 | Chinese | ||
| 39569802 | 广东太力科技集团股份有限公司关于签订募集资金三方监管协议的公告 | 2025-05-30 | Chinese | ||
| 39569798 | 首次公开发行股票并在创业板上市之上市公告书提示性公告 | 2025-05-15 | Chinese | ||
| 39569788 | 民生证券股份有限公司关于公司首次公开发行股票并在创业板上市的上市保荐书 | 2025-05-15 | Chinese | ||
| 39569766 | 北京德恒律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2025-05-15 | Chinese | ||
| 39569752 | 首次公开发行股票并在创业板上市之上市公告书 | 2025-05-15 | Chinese | ||
| 39569681 | 首次公开发行股票并在创业板上市招股说明书 | 2025-05-13 | Chinese | ||
| 39569577 | 首次公开发行股票并在创业板上市发行结果公告 | 2025-05-13 | Chinese | ||
| 39569568 | 首次公开发行股票并在创业板上市网下发行初步配售结果公告 | 2025-05-11 | Chinese | ||
| 39569539 | 首次公开发行股票并在创业板上市网上摇号中签结果公告 | 2025-05-11 | Chinese | ||
| 39569532 | 首次公开发行股票并在创业板上市网上申购情况及中签率公告 | 2025-05-08 | Chinese | ||
| 39569525 | 北京市微明律师事务所关于参与战略配售投资者核查事项的法律意见书 | 2025-05-06 | Chinese | ||
| 39569516 | 民生证券股份有限公司关于参与战略配售投资者的专项核查报告 | 2025-05-06 | 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.