
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 |
|---|---|---|---|
|
Silver Pegasus Acquisition Corp.
A blank check company seeking a business combination in the…
|
SPEG | US | Financial and insurance activit… |
|
Silverwood Brands PLC
An investment company that acquires and develops consumer b…
|
SLWD | GB | Financial and insurance activit… |
|
SIMPAR S.A.
Holding company managing integrated logistics, fleet manage…
|
— | BR | Financial and insurance activit… |
|
Sinad Holding Co.
Manages investments in food, beverages, real estate, and in…
|
4080 | SA | Financial and insurance activit… |
|
SINARAN ADVANCE GROUP BERHAD
Investment holding company with interests in real estate, c…
|
— | MY | Financial and insurance activit… |
|
SINGSONGHOLDINGS
A holding company operating in the food ingredients and gra…
|
006880 | KR | Financial and insurance activit… |
|
Sinofortune Financial Holdings Limited
Investment holding company providing financial services, gl…
|
8123 | HK | Financial and insurance activit… |
|
Skarbiec Holding S.A.
Financial group specializing in asset management and invest…
|
SKH | PL | Financial and insurance activit… |
|
SK Discovery Co.,Ltd.
Holding company with a portfolio in life science, green che…
|
006120 | KR | Financial and insurance activit… |
|
Skel fjárfestingafélag
An investment company focused on long-term value creation v…
|
SKEL | IS | 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.