
PAIHO SHIH — Investor Relations & Filings
Paiho Shih Holding Corporation is a specialized manufacturer of high-quality accessories and materials, primarily serving the global footwear and apparel industries. The company's core product portfolio includes hook-and-loop fasteners—notably the patented 'Tri-Hook' brand—elastic bands, webbing, shoelaces, and reflective materials. It has further expanded into the primary material supply chain by developing advanced jacquard warp-knitted mesh fabrics. These products are widely integrated into sports equipment, handbags, luggage, medical supplies, and consumer goods. As a strategic ODM partner for leading international sports brands, the company leverages its R&D capabilities and high-tech certifications to provide integrated one-stop service solutions. Beyond its core manufacturing operations, the company also engages in commercial real estate development and management through its subsidiaries in mainland China.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代香港百期國際貿易有限公司公告董事續任 | 2026-05-20 | Chinese | |
| 代子公司香港百期國際貿易有限公司(簡稱:香港百期公司) 公告股東決定 | 2026-05-20 | Chinese | |
| 代香港百期國際貿易有限公司公告董事決議 不分派2025年度利潤 | 2026-05-20 | Chinese | |
| 代子公司上海百期紡織貿易有限公司公告股東會決定 | 2026-05-20 | Chinese | |
| 代子公司無錫百宏置業有限公司公告股東決定 | 2026-05-20 | Chinese | |
| 代無錫百宏置業有限公司公告董事會決議 不分派2025年度利潤 | 2026-05-20 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46586544 | 代香港百期國際貿易有限公司公告董事續任 | 2026-05-20 | Chinese | ||
| 46586546 | 代子公司香港百期國際貿易有限公司(簡稱:香港百期公司) 公告股東決定 | 2026-05-20 | Chinese | ||
| 46586572 | 代香港百期國際貿易有限公司公告董事決議 不分派2025年度利潤 | 2026-05-20 | Chinese | ||
| 46586575 | 代子公司上海百期紡織貿易有限公司公告股東會決定 | 2026-05-20 | Chinese | ||
| 46586576 | 代子公司無錫百宏置業有限公司公告股東決定 | 2026-05-20 | Chinese | ||
| 46586579 | 代無錫百宏置業有限公司公告董事會決議 不分派2025年度利潤 | 2026-05-20 | Chinese | ||
| 46586581 | 代子公司東莞百宏實業有限公司公告股東決定 | 2026-05-20 | Chinese | ||
| 46586582 | 代東莞百宏實業有限公司公告董事會決議 不分派2025年度利潤 | 2026-05-20 | Chinese | ||
| 46586584 | 代子公司江蘇百宏複合材料科技(股)公司公告董事會決議 召開2025年年度股東大會 | 2026-05-20 | Chinese | ||
| 46583792 | 代江蘇百宏複合材料科技股份有限公司公告 董事會決議不分派2025年度利潤 | 2026-05-20 | Chinese | ||
| 46374708 | 115年第1季財務報告書 — 202601_8404_AI1.pdf | 2026-05-15 | Chinese | ||
| 46373744 | 115年第1季權益變動表 | 2026-05-14 | Chinese | ||
| 46373480 | 115年第1季現金流量表 | 2026-05-14 | Chinese | ||
| 46373192 | 115年第1季綜合損益表 | 2026-05-14 | Chinese | ||
| 46372908 | 115年第1季資產負債表 | 2026-05-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other textiles n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AEL Textile Limited
Engaged in trading and manufacturing textile products; amal…
|
AEL | PK | Manufacturing |
|
ALPARGATAS TEXTIL SOCIEDAD ANÓNIMA
A manufacturing company specializing in diverse textile pro…
|
— | AR | Manufacturing |
|
AnHui Jinchun Nonwoven Co.,Ltd.
Manufactures spunlace nonwoven fabrics for hygiene, medical…
|
300877 | CN | Manufacturing |
|
Arex Industries Ltd.
Designs and manufactures woven and printed labels for the g…
|
526851 | IN | Manufacturing |
|
Avgol Industries 1953 Ltd.
Global manufacturer of spun melt nonwoven materials for hyg…
|
AVGL | IL | Manufacturing |
|
BAIKSAN CO.,LTD
Manufacturer of polyurethane synthetic leather for automoti…
|
035150 | KR | Manufacturing |
|
BELDING INDIA LIMITED
Manufactures and exports high-performance technical textile…
|
513307 | IN | Manufacturing |
|
Bhilwara Technical Textiles Limited
Manufacturer of high-performance technical textiles and yar…
|
BTTL | IN | Manufacturing |
|
CANDOUR TECHTEX LIMITED
Manufacturer of technical textiles and material handling so…
|
522292 | IN | Manufacturing |
|
CCI Yilan
Manufactures high-performance functional fabrics and TPU fi…
|
1342 | TW | Manufacturing |
PAIHO SHIH 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/52738/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52738 | 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=52738 | 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=52738 \ -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": 52738}, 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 PAIHO SHIH (id: 52738)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.