Toread Holdings Group Co., Ltd. — Investor Relations & Filings
Toread Holdings Group Co., Ltd. specializes in the research, development, design, and distribution of outdoor products. The company offers a comprehensive range of functional apparel, footwear, and equipment, including technical jackets, hiking boots, tents, and backpacks. Its product portfolio is designed to meet the demands of various outdoor activities, from professional mountaineering and polar expeditions to casual trekking and travel. The company emphasizes technological innovation, focusing on high-performance materials and functional fabrics that provide protection in extreme environments. Through its core brand and licensed labels, it serves a diverse consumer base seeking durable and specialized gear. Additionally, the company provides technical support and specialized equipment for scientific research missions and aerospace programs, highlighting its commitment to advanced engineering and product reliability.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-03-02 | Chinese | |
| 2026年第一次临时股东会决议公告 | 2026-03-02 | Chinese | |
| 北京市天元律师事务所关于探路者控股集团股份有限公司2026年第一次临时股东会的法律意见 | 2026-03-02 | Chinese | |
| 广发证券股份有限公司关于探路者控股集团股份有限公司2026年限制性股票激励计划(草案)之独立财务顾问报告 | 2026-02-25 | Chinese | |
| 提名与薪酬考核委员会关于2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-02-24 | Chinese | |
| 第六届董事会第十一次会议决议公告 | 2026-02-13 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 35322281 | 关于2026年限制性股票激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-03-02 | Chinese | ||
| 35322276 | 2026年第一次临时股东会决议公告 | 2026-03-02 | Chinese | ||
| 35322274 | 北京市天元律师事务所关于探路者控股集团股份有限公司2026年第一次临时股东会的法律意见 | 2026-03-02 | Chinese | ||
| 35322271 | 广发证券股份有限公司关于探路者控股集团股份有限公司2026年限制性股票激励计划(草案)之独立财务顾问报告 | 2026-02-25 | Chinese | ||
| 35322255 | 提名与薪酬考核委员会关于2026年限制性股票激励计划激励对象名单的公示情况说明及核查意见 | 2026-02-24 | Chinese | ||
| 35322237 | 第六届董事会第十一次会议决议公告 | 2026-02-13 | Chinese | ||
| 35322225 | 2026年限制性股票激励计划(草案) | 2026-02-13 | Chinese | ||
| 35322213 | 关于向银行等金融机构申请综合授信额度的公告 | 2026-02-13 | Chinese | ||
| 35322186 | 关于召开2026年第一次临时股东会的通知 | 2026-02-13 | Chinese | ||
| 35322174 | 2026年限制性股票激励计划(草案)摘要 | 2026-02-13 | Chinese | ||
| 35322162 | 股权激励计划自查表 | 2026-02-13 | Chinese | ||
| 35322153 | 2026年限制性股票激励计划实施考核管理办法 | 2026-02-13 | Chinese | ||
| 35322142 | 关于变更签字注册会计师及质量控制复核人的公告 | 2026-02-13 | Chinese | ||
| 35322131 | 北京市天元律师事务所关于探路者2026年限制性股票激励计划(草案)之法律意见书 | 2026-02-13 | Chinese | ||
| 35322114 | 董事会提名与薪酬考核委员会关于2026年限制性股票激励计划相关事项的核查意见 | 2026-02-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wearing apparel, except fur apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
707 Cayman Holdings Ltd.
Provides supply chain management solutions for the apparel …
|
JEM | US | Manufacturing |
|
Active Clothing Co Limited
Apparel manufacturer offering OEM and ODM services for glob…
|
541144 | IN | Manufacturing |
|
ADDENTAX GROUP CORP.
Provider of garment manufacturing, logistics services, and …
|
ATXG | US | Manufacturing |
|
adidas AG
A multinational corporation that designs and markets athlet…
|
ADS | DE | Manufacturing |
|
Adolfo Dominguez S.A.
Designs and retails timeless clothing and accessories using…
|
ADZ | ES | Manufacturing |
|
Aeffe
Creates, produces, and distributes luxury fashion, footwear…
|
AEF | IT | Manufacturing |
|
AGABANG&COMPANY
A manufacturer and distributor of apparel and products for …
|
013990 | KR | Manufacturing |
|
Aimer Co.,Ltd.
Designer and manufacturer of high-end intimate apparel and …
|
603511 | CN | Manufacturing |
|
AKIN TEKSTİL A.Ş.
An integrated manufacturer of high-caliber woven fabrics an…
|
ATEKS | TR | Manufacturing |
|
Ameridge Corporation
A diversified company with operations in fashion, wellness,…
|
900100 | US | Manufacturing |
Toread Holdings 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/55031/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55031 | 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=55031 | 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=55031 \ -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": 55031}, 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 Toread Holdings Group Co., Ltd. (id: 55031)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.