FIC Global, Inc. — Investor Relations & Filings
FIC Global, Inc. (FICG) is an investment holding company that manages a portfolio of technology subsidiaries, including First International Computer (FIC), 3CEMS, and Ubiqconn. The group specializes in the design, development, and manufacturing of advanced electronic solutions across multiple sectors. Key business activities include the production of high-speed optical transceivers, ranging from 400G to 1.6T, for AI and cloud computing applications, as well as the development of smart city infrastructure and smart display systems. FICG provides specialized technical services in semiconductor packaging, including Chip on Board (COB) and Flip Chip technologies, and high-density Surface Mount Technology (SMT). Its product applications extend to automotive electronics, smart energy management, and industrial IoT. The company focuses on leveraging cross-industry synergies to deliver integrated hardware and software solutions for global technology markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 115年04月內部人持股異動(事後) | 2026-05-04 | Chinese | |
| 115年04月董事會成員及持股 | 2026-05-04 | Chinese | |
| 公告本公司115年第1季合併財務報告董事會召開日期 | 2026-05-04 | Chinese | |
| 代子公司廣川科技(廣州)有限公司公告資金貸與相關資料 | 2026-04-30 | Chinese | |
| 代子公司廣上科技(廣州)股份有限公司公告董事會決議 召開2026年臨時股東大會 | 2026-04-30 | Chinese | |
| 115年年報及股東會資料 — 2026_3701_20260527FE1.pdf | 2026-04-27 | English |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40952870 | 115年04月內部人持股異動(事後) | 2026-05-04 | Chinese | ||
| 40952852 | 115年04月董事會成員及持股 | 2026-05-04 | Chinese | ||
| 40822962 | 公告本公司115年第1季合併財務報告董事會召開日期 | 2026-05-04 | Chinese | ||
| 39935003 | 代子公司廣川科技(廣州)有限公司公告資金貸與相關資料 | 2026-04-30 | Chinese | ||
| 39935024 | 代子公司廣上科技(廣州)股份有限公司公告董事會決議 召開2026年臨時股東大會 | 2026-04-30 | Chinese | ||
| 37280211 | 115年年報及股東會資料 — 2026_3701_20260527FE1.pdf | 2026-04-27 | English | ||
| 36127589 | 115年年報及股東會資料 — 2026_3701_20260527FE2.pdf | 2026-04-24 | English | ||
| 36127588 | 115年年報及股東會資料 — 2026_3701_20260527F13.pdf | 2026-04-24 | Chinese | ||
| 36127587 | 115年年報及股東會資料 — 2026_3701_20260527F02.pdf | 2026-04-24 | Chinese | ||
| 36127586 | 115年年報及股東會資料 — 2026_3701_20260527F01.pdf | 2026-04-24 | Chinese | ||
| 35704259 | 代重要子公司廣上科技(廣州)股份有限公司公告 聘任財務負責人 | 2026-04-23 | Chinese | ||
| 35704269 | 代重要子公司廣上科技(廣州)股份有限公司公告選任 第二屆薪酬與考核委員會委員 | 2026-04-23 | Chinese | ||
| 35704277 | 代重要子公司廣上科技(廣州)股份有限公司公告選任 第二屆提名委員會委員 | 2026-04-23 | Chinese | ||
| 35704286 | 代重要子公司廣上科技(廣州)股份有限公司公告選任 第二屆審計委員會委員 | 2026-04-23 | Chinese | ||
| 35704295 | 代重要子公司廣上科技(廣州)股份有限公司公告選任 第二屆戰略委員會委員 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Appulse Corporation
Non-operating entity analyzing new investment opportunities…
|
APL | CA | Financial and insurance activit… |
|
Arbitrage Investment AG
An investment holding focused on sustainable growth in rene…
|
L1A | DE | Financial and insurance activit… |
|
ARBUTHNOT BANKING GROUP PLC
A holding company offering private and commercial banking a…
|
ARBB | GB | Financial and insurance activit… |
|
Arendals Fossekompani
An industrial investment company focused on energy transiti…
|
AFK | NO | Financial and insurance activit… |
|
ARGO GROUP LIMITED
Alternative investment manager specializing in global emerg…
|
ARGO | IM | Financial and insurance activit… |
|
ARMADALE CAPITAL PLC
Investment company developing a high-grade graphite project…
|
ACP | GB | Financial and insurance activit… |
|
Armada Mercantile Ltd.
Diversified holding company providing financial services, l…
|
ARM | CA | Financial and insurance activit… |
|
ARROW FINANCIAL CORP
Bank holding company offering banking, wealth, trust, and i…
|
AROW | US | Financial and insurance activit… |
|
ARTEX Industrial Investment Co.
Invests in and manages industrial assets in manufacturing a…
|
2340 | SA | Financial and insurance activit… |
|
Artrari One Capital Corp.
A Capital Pool Company (CPC) identifying and evaluating ass…
|
AOCC.P | CA | Financial and insurance activit… |
FIC Global, Inc. 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/52367/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52367 | 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=52367 | 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=52367 \ -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": 52367}, 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 FIC Global, Inc. (id: 52367)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.