
FFHC — Investor Relations & Filings
First Financial Holding Co., Ltd. is a diversified group centered on its flagship entity, First Commercial Bank. The organization operates through various subsidiaries providing services in banking, securities, investment trust, and life insurance. Core activities encompass corporate and retail banking, wealth management, asset management, and insurance protection. The group focuses on integrating its platforms to offer specialized retirement planning and personal asset management solutions. Strategically, the organization prioritizes digital transformation, aiming to provide intelligent services characterized by innovation and efficiency. By leveraging its extensive history in commercial operations, the company serves a broad market of individual and institutional clients, emphasizing a customer-centric approach to long-term value creation and regional growth.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代子公司第一金證券股份有限公司公告董事會代行股東會 重要決議事項 | 2026-05-20 | Chinese | |
| 代子公司第一金證券股份有限公司公告董事會決議114年度 盈餘分配案之除息基準日 | 2026-05-20 | Chinese | |
| 115年年報及股東會資料 — 2026_2892_20260618FE2.pdf | 2026-05-18 | English | |
| 115年年報及股東會資料 — 2026_2892_20260618FE1.pdf | 2026-05-18 | English | |
| 115年年報及股東會資料 — 2026_2892_20260618F02.pdf | 2026-05-18 | Chinese | |
| 115年年報及股東會資料 — 2026_2892_20260618F13.pdf | 2026-05-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46585288 | 代子公司第一金證券股份有限公司公告董事會代行股東會 重要決議事項 | 2026-05-20 | Chinese | ||
| 46585290 | 代子公司第一金證券股份有限公司公告董事會決議114年度 盈餘分配案之除息基準日 | 2026-05-20 | Chinese | ||
| 46380236 | 115年年報及股東會資料 — 2026_2892_20260618FE2.pdf | 2026-05-18 | English | ||
| 46380235 | 115年年報及股東會資料 — 2026_2892_20260618FE1.pdf | 2026-05-18 | English | ||
| 46380234 | 115年年報及股東會資料 — 2026_2892_20260618F02.pdf | 2026-05-18 | Chinese | ||
| 46380218 | 115年年報及股東會資料 — 2026_2892_20260618F13.pdf | 2026-05-18 | Chinese | ||
| 46380198 | 115年年報及股東會資料 — 2026_2892_20260618F01.pdf | 2026-05-18 | Chinese | ||
| 46372027 | 115年4月背書保證與資金貸與 | 2026-05-14 | Chinese | ||
| 46372016 | 115年4月營業收入 | 2026-05-14 | Chinese | ||
| 46374200 | 代子公司第一商業銀行股份有限公司公告董事會代行股東 會重要決議事項 | 2026-05-14 | Chinese | ||
| 46374173 | 代子公司第一商業銀行股份有限公司公告114年度盈餘 分配之現金股利除息基準日 | 2026-05-14 | Chinese | ||
| 46374454 | 公告本公司暨主要子公司115年4月份自結合併盈餘數 | 2026-05-14 | Chinese | ||
| 41699441 | 澄清媒體報導「投信公公併拚下半年達陣」 | 2026-05-06 | Chinese | ||
| 39870097 | 代子公司第一金人壽保險股份有限公司公告 董事會代行股東會重要決議事項 | 2026-04-30 | Chinese | ||
| 39870155 | 代子公司第一金人壽公告首次適用國際財務報導準則第十七 號之影響數 | 2026-04-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
LION CORPORATION BERHAD
Investment holding, property development, steel products ma…
|
— | MY | Financial and insurance activit… |
|
LION DIVERSIFIED HOLDINGS BERHAD
Was an investment holding company with diverse past activit…
|
— | MY | Financial and insurance activit… |
|
Lion Finance Group PLC
Financial services holding company with universal banks in …
|
BGEO | GB | Financial and insurance activit… |
|
Lippo China Resources Limited
Investment holding company with diversified operations in f…
|
156 | HK | Financial and insurance activit… |
|
LIQUA HEALTH CORPORATION BERHAD
Investment holding, management services, and safety & envir…
|
— | MY | Financial and insurance activit… |
|
LITELA PARTICIPAÇÕES S.A. - EM LIQUIDAÇÃO
Holding company in liquidation focused on asset distributio…
|
— | BR | Financial and insurance activit… |
|
LITEL PARTICIPACOES SA
Holding company managing equity in Vale S.A. for institutio…
|
— | BR | Financial and insurance activit… |
|
LIVE VENTURES Inc
A diversified holding company that acquires and operates U.…
|
LIVE | US | Financial and insurance activit… |
|
LOEWS CORP
A diversified holding company in insurance, energy, hospita…
|
L | US | Financial and insurance activit… |
|
LOGISTICS DEVELOPMENT GROUP PLC
An investment company focused on acquiring assets in the lo…
|
LDG | GB | Financial and insurance activit… |
FFHC 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/52222/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52222 | 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=52222 | 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=52222 \ -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": 52222}, 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 FFHC (id: 52222)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.