
FIT Holding Co., Ltd. — Investor Relations & Filings
FIT Holding Co., Ltd. is an investment holding company and a member of the Foxlink Group. Established through the consolidation of Power Quotient International, A-Power Computer Network, and Glory Mark Hi-Tech, the company integrates optoelectronics, digital imaging, and electronic component technologies. Its business portfolio encompasses the development of optical lenses, imaging devices, and memory storage solutions. The company has expanded into the renewable energy sector through its subsidiary Shinfox Energy, offering services in solar, wind, and hydropower engineering, procurement, and construction (EPC), alongside operation and maintenance (O&M). Additionally, it operates in the retail distribution of consumer electronics and Apple products. By leveraging technical synergies and supply chain advantages, FIT Holding focuses on enhancing operational efficiency and global market competitiveness across its diverse business units.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 115年年報及股東會資料 — 2026_3712_20260623FE2.pdf | 2026-05-22 | English | |
| 114年第4季財務報告書 — 202504_3712_AIC.pdf | 2026-05-21 | English | |
| 114年第4季財務報告書 — 202504_3712_AIA.pdf | 2026-05-21 | English | |
| 114年第4季財務報告書 — 202503_3712_AI1.pdf | 2026-05-21 | Chinese | |
| 114年第4季財務報告書 — 202501_3712_AIA.pdf | 2026-05-21 | English | |
| 114年第4季財務報告書 — 202501_3712_AI1.pdf | 2026-05-21 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46775372 | 115年年報及股東會資料 — 2026_3712_20260623FE2.pdf | 2026-05-22 | English | ||
| 46725396 | 114年第4季財務報告書 — 202504_3712_AIC.pdf | 2026-05-21 | English | ||
| 46725391 | 114年第4季財務報告書 — 202504_3712_AIA.pdf | 2026-05-21 | English | ||
| 46725379 | 114年第4季財務報告書 — 202503_3712_AI1.pdf | 2026-05-21 | Chinese | ||
| 46725334 | 114年第4季財務報告書 — 202501_3712_AIA.pdf | 2026-05-21 | English | ||
| 46723749 | 114年第4季財務報告書 — 202501_3712_AI1.pdf | 2026-05-21 | Chinese | ||
| 46725422 | 114年第4季財務報告書 — 202502_3712_AIA.pdf | 2026-05-21 | English | ||
| 46725416 | 114年第4季財務報告書 — 202502_3712_AI1.pdf | 2026-05-21 | Chinese | ||
| 46707495 | 115年年報及股東會資料 — 2026_3712_20260623F02.pdf | 2026-05-21 | Chinese | ||
| 46576819 | 115年年報及股東會資料 — 2026_3712_20260623F13.pdf | 2026-05-20 | Chinese | ||
| 46576817 | 115年年報及股東會資料 — 2026_3712_20260623F01.pdf | 2026-05-20 | Chinese | ||
| 46383647 | 代子公司東虹綠能環保科技股份有限公司公告股東會重要決 議事項 | 2026-05-18 | Chinese | ||
| 46383648 | 代子公司世豐電力股份有限公司公告總經理異動 | 2026-05-18 | Chinese | ||
| 46383649 | 代子公司世豐電力股份有限公司公告董事長異動 | 2026-05-18 | Chinese | ||
| 46374800 | 115年第1季財務報告書 — 202601_3712_AI1.pdf | 2026-05-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Republica Holding AD
Holding company that acquires, manages, evaluates, and sell…
|
HREP | BG | Financial and insurance activit… |
|
REX TRUEFORM GROUP LIMITED
An investment holding company operating across diversified …
|
RTO | ZA | Financial and insurance activit… |
|
RF Acquisition Corp II
A SPAC seeking a business combination in the technology sec…
|
RFAI | US | Financial and insurance activit… |
|
RH BOPHELO LIMITED
Specialized healthcare investment vehicle acquiring and dev…
|
RHBE | ZA | Financial and insurance activit… |
|
R/HOLDINGS S.A.
Manages a diversified portfolio of industrial assets, logis…
|
— | BR | Financial and insurance activit… |
|
RHYTHM CONSOLIDATED BERHAD
An investment holding company with subsidiaries engaged in …
|
— | MY | Financial and insurance activit… |
|
RightBridge Venture Group AB
An investment company that acquires and develops companies …
|
RIGHTB | EE | Financial and insurance activit… |
|
Rigsave S.p.A.
A financial services holding company integrating ESG criter…
|
H68 | IT | Financial and insurance activit… |
|
Rising Dragon Acquisition Corp.
A blank check company targeting small-cap businesses in eme…
|
RDAC | US | Financial and insurance activit… |
|
RMB HOLDINGS LIMITED
Investment holding company focused on long-term capital gro…
|
RMH | ZA | Financial and insurance activit… |
FIT Holding 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/52375/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52375 | 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=52375 | 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=52375 \ -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": 52375}, 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 FIT Holding Co., Ltd. (id: 52375)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.