
FITH — 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_20260623FE1.pdf | 2026-05-22 | English | |
| 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 |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46816350 | 115年年報及股東會資料 — 2026_3712_20260623FE1.pdf | 2026-05-22 | English | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SPIC Industry-Finance Holdings Co., Ltd
Integrates financial services and industrial operations for…
|
000958 | CN | Financial and insurance activit… |
|
SPK-SENTOSA CORPORATION BERHAD
Operates as an investment holding company, providing manage…
|
— | MY | Financial and insurance activit… |
|
Spobag
An investment holding company focused on the precision heal…
|
SBE | DE | Financial and insurance activit… |
|
SR Bancorp, Inc.
A bank holding company offering retail and commercial banki…
|
SRBK | US | Financial and insurance activit… |
|
SSMS PLANTATION HOLDINGS PTE. LTD.
Holding and financial vehicle, providing security, guarante…
|
8FUB | SG | Financial and insurance activit… |
|
Stara Planina Hold AD
Holding company managing firms in hydraulics, batteries, te…
|
SPH | BG | Financial and insurance activit… |
|
Starcoin Group Limited
Investment holding company linking traditional commerce (be…
|
399 | HK | Financial and insurance activit… |
|
Star Equity Holdings, Inc.
A diversified holding company with building, business, ener…
|
STRR | US | Financial and insurance activit… |
|
Starhedge S.A.
Multi-sector investment company focused on portfolio divers…
|
SHG | PL | Financial and insurance activit… |
|
Star Plus Legend Holdings Limited
Develops celebrity-driven IPs and retails health management…
|
6683 | KY | Financial and insurance activit… |
FITH 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 FITH (id: 52375)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.