
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 |
|---|---|---|---|
|
Hokuhoku Financial Group, Inc.
A financial holding company providing banking, loans, secur…
|
8377 | JP | Financial and insurance activit… |
|
Holding Center AD
An investment holding company managing a diversified portfo…
|
HCEN | BG | Financial and insurance activit… |
|
Holding Sveta Sofia AD
Holding company that acquires, manages, and sells shares, b…
|
HSOF | BG | Financial and insurance activit… |
|
Holding Varna AD
Investment firm managing a diversified portfolio in tourism…
|
HVAR | BG | Financial and insurance activit… |
|
HOME BANCSHARES INC
A bank holding company providing commercial and retail bank…
|
HOMB | US | Financial and insurance activit… |
|
Hongkong Chinese Limited
Investment holding company with diversified interests in pr…
|
655 | HK | Financial and insurance activit… |
|
HONG LEONG CAPITAL BERHAD
An investment holding company with subsidiaries providing d…
|
— | MY | Financial and insurance activit… |
|
HONG LEONG FINANCIAL GROUP BHD
A diversified financial services conglomerate providing com…
|
— | MY | Financial and insurance activit… |
|
HONG SENG CONSOLIDATED BERHAD
An investment holding company with diversified operations i…
|
— | MY | Financial and insurance activit… |
|
Horizon Space Acquisition I Corp.
A blank check company seeking a business combination with a…
|
HSPO | US | 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.