Power Wind Health Industry Incorporated — Investor Relations & Filings
Power Wind Health Industry Incorporated is a professional health and leisure service provider specializing in the operation of membership-based fitness centers and sports facilities. Established in 2006, the company manages a diverse portfolio of brands, most notably the "Fitness Factory" gym chain. Its service offerings extend to specialized segments, including "Sklub" for children's sports and "Body Workshop" for SPA and wellness services. The company emphasizes the integration of sports into daily life and community settings, providing professional coaching and international-standard facilities. Power Wind Health Industry is distinguished by its adherence to global quality and security standards, having achieved certifications such as SGS QualiCert and ISO 27001. It focuses on delivering comprehensive health solutions through modern equipment, professional instruction, and a commitment to promoting long-term wellness and fitness education.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 115年年報及股東會資料 — 2026_8462_20260527F17.pdf | 2026-05-05 | Chinese | |
| 115年年報及股東會資料 — 2025_8462_20260527FE4.pdf | 2026-05-05 | Chinese | |
| 115年年報及股東會資料 — 2025_8462_20260527F04.pdf | 2026-05-05 | Chinese | |
| 公告本公司115年第一季合併財務報告董事會預計召開日期 為115年05月12日 | 2026-05-04 | Chinese | |
| 115年4月公開說明書 — 202604_8462_B05.pdf | 2026-04-29 | Chinese | |
| 公告本公司發行國內第四次無擔保轉換公司債之委託代收 價款行庫及存儲專戶行庫 | 2026-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41262289 | 115年年報及股東會資料 — 2026_8462_20260527F17.pdf | 2026-05-05 | Chinese | ||
| 41262267 | 115年年報及股東會資料 — 2025_8462_20260527FE4.pdf | 2026-05-05 | Chinese | ||
| 41262233 | 115年年報及股東會資料 — 2025_8462_20260527F04.pdf | 2026-05-05 | Chinese | ||
| 40864044 | 公告本公司115年第一季合併財務報告董事會預計召開日期 為115年05月12日 | 2026-05-04 | Chinese | ||
| 38475406 | 115年4月公開說明書 — 202604_8462_B05.pdf | 2026-04-29 | Chinese | ||
| 38475425 | 公告本公司發行國內第四次無擔保轉換公司債之委託代收 價款行庫及存儲專戶行庫 | 2026-04-29 | Chinese | ||
| 35660682 | 115年年報及股東會資料 — 2026_8462_20260527FE2.pdf | 2026-04-23 | English | ||
| 35650208 | 115年年報及股東會資料 — 2026_8462_20260527F02.pdf | 2026-04-23 | Chinese | ||
| 35649847 | 115年年報及股東會資料 — 2026_8462_20260527F13.pdf | 2026-04-23 | Chinese | ||
| 35649800 | 115年年報及股東會資料 — 2026_8462_20260527FE1.pdf | 2026-04-23 | English | ||
| 35649701 | 115年年報及股東會資料 — 2026_8462_20260527F01.pdf | 2026-04-23 | Chinese | ||
| 33993030 | 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese | ||
| 33990309 | 115年3月營業收入 | 2026-04-10 | Chinese | ||
| 33888010 | 公告本公司董事會決議辦理買回限制員工權利新股註銷減資 事宜 | 2026-04-09 | Chinese | ||
| 33692964 | 115年03月內部人持股異動(事後) | 2026-04-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Operation of sports facilities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Grupo Sports World, S.A.B. de C.V.
Operator of family-oriented fitness clubs providing wellnes…
|
SPORT | MX | Arts, sports and recreation |
|
Holmes Place International Ltd.
Operates a network of premium health and fitness clubs with…
|
HLMS | IL | Arts, sports and recreation |
|
Impulse Fitness
Operates boutique fitness studios using wireless EMS techno…
|
MLIFS | ES | Arts, sports and recreation |
|
Intrawest ULC
Premier North American developer and operator of experienti…
|
SNOW | CA | Arts, sports and recreation |
|
Leejam Sports Co.
Operates a network of full-service fitness centers and spor…
|
1830 | SA | Arts, sports and recreation |
|
Life Time Group Holdings, Inc.
Operates large-scale athletic country clubs, a digital app,…
|
LTH | US | Arts, sports and recreation |
|
Lisheng Sports (Shanghai) Co.,Ltd
Manages motor sports events, racing circuits, and professio…
|
002858 | CN | Arts, sports and recreation |
|
LOIVE Co.,Ltd.
Operates a nationwide chain of women-only hot yoga and mach…
|
352A | JP | Arts, sports and recreation |
|
Lucky Strike Entertainment Corp
A location-based entertainment company and the world's larg…
|
LUCK | US | Arts, sports and recreation |
|
Mont Saint-Sauveur International Inc.
Operator of prominent ski resorts and four-season mountain …
|
MSX.SV.A | CA | Arts, sports and recreation |
Power Wind Health Industry Incorporated 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/52746/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52746 | 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=52746 | 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=52746 \ -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": 52746}, 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 Power Wind Health Industry Incorporated (id: 52746)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.