
TCFHC — Investor Relations & Filings
Taiwan Cooperative Financial Holding Co., Ltd. (TCFHC) is a diversified financial group established through the integration of banking, asset management, and bills finance entities. Its core operations are led by Taiwan Cooperative Bank, which provides comprehensive commercial banking services. The group’s portfolio includes securities, investment trusts, and specialized financing. TCFHC distinguishes itself through a historical mission to support cooperative enterprises, the agricultural and fishery sectors, and small and medium-sized enterprises (SMEs). The company focuses on digital transformation, offering integrated digital platforms for wealth management and retail services. TCFHC also prioritizes sustainable development by incorporating environmental, social, and governance (ESG) criteria into its business model while maintaining a significant role in national economic development and community support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司召開2026年第1季中文法人說明會 | 2026-05-22 | Chinese | |
| 115年05月法人說明會簡報 | 2026-05-22 | Chinese | |
| 代子公司合作金庫票券金融股份有限公司公告 董事會決議除息基準日 | 2026-05-20 | Chinese | |
| 代子公司合作金庫票券金融股份有限公司公告115年董事會 代行股東常會重要決議事項 | 2026-05-20 | Chinese | |
| 代子公司合作金庫證券股份有限公司公告 董事會決議除息基準日 | 2026-05-19 | Chinese | |
| 代子公司合作金庫證券股份有限公司公告115年董事會 代行股東會重要決議事項 | 2026-05-19 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46799155 | 公告本公司召開2026年第1季中文法人說明會 | 2026-05-22 | Chinese | ||
| 46794212 | 115年05月法人說明會簡報 | 2026-05-22 | Chinese | ||
| 46586502 | 代子公司合作金庫票券金融股份有限公司公告 董事會決議除息基準日 | 2026-05-20 | Chinese | ||
| 46586509 | 代子公司合作金庫票券金融股份有限公司公告115年董事會 代行股東常會重要決議事項 | 2026-05-20 | Chinese | ||
| 46525954 | 代子公司合作金庫證券股份有限公司公告 董事會決議除息基準日 | 2026-05-19 | Chinese | ||
| 46526097 | 代子公司合作金庫證券股份有限公司公告115年董事會 代行股東會重要決議事項 | 2026-05-19 | Chinese | ||
| 46380241 | 115年年報及股東會資料 — 2026_5880_20260618F13.pdf | 2026-05-18 | Chinese | ||
| 46380240 | 115年年報及股東會資料 — 2026_5880_20260618FE2.pdf | 2026-05-18 | English | ||
| 46380239 | 115年年報及股東會資料 — 2026_5880_20260618F02.pdf | 2026-05-18 | Chinese | ||
| 46380238 | 115年年報及股東會資料 — 2026_5880_20260618FE1.pdf | 2026-05-18 | English | ||
| 46380237 | 115年年報及股東會資料 — 2026_5880_20260618F01.pdf | 2026-05-18 | Chinese | ||
| 46374445 | 公告本公司暨主要子公司115年4月份自結合併盈餘 | 2026-05-14 | Chinese | ||
| 46372030 | 115年4月背書保證與資金貸與 | 2026-05-14 | Chinese | ||
| 46372019 | 115年4月營業收入 | 2026-05-14 | Chinese | ||
| 45751447 | 代孫公司臺灣聯合銀行公告董事會決議發放股利案。 | 2026-05-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Activities of holding companies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Columbus Acquisition Corp/Cayman Islands
A blank check company formed to effect a merger or other bu…
|
COLA | US | Financial and insurance activit… |
|
COMMUNITY FINANCIAL SYSTEM, INC.
A diversified financial services company offering banking, …
|
CBU | US | Financial and insurance activit… |
|
Compagnie de l'Odet SE
An investment holding company with a controlling interest i…
|
ODET | FR | Financial and insurance activit… |
|
Compagnie des Tramways de Rouen
An investment company managing a portfolio of securities an…
|
MLTRA | FR | Financial and insurance activit… |
|
Compagnie du Bois Sauvage S.A.
Family-controlled investment holding company with a diversi…
|
COMB | BE | Financial and insurance activit… |
|
Compagnie Lebon
Investment firm with a dual focus on hospitality operations…
|
LBON | FR | Financial and insurance activit… |
|
COMPANHIA MELHORAMENTOS DE SÃO PAULO
Diversified holding company in forestry, book publishing, r…
|
— | BR | Financial and insurance activit… |
|
Compass Diversified Holdings
Acquires and manages a portfolio of middle-market consumer …
|
CODI | US | Financial and insurance activit… |
|
Concordia Financial Group, Ltd.
A financial holding company managing banking and related fi…
|
7186 | JP | Financial and insurance activit… |
|
Conferize A/S
An all-in-one event management platform for in-person, virt…
|
CONFRZ | DK | Financial and insurance activit… |
TCFHC 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/52495/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52495 | 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=52495 | 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=52495 \ -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": 52495}, 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 TCFHC (id: 52495)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.