
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 |
|---|---|---|---|
|
China Investment and Finance Group Limited
Principally engaged in securities trading, comprehensive in…
|
1226 | HK | Financial and insurance activit… |
|
China New Holdings Limited
Investment holding company operating in engineering, constr…
|
8125 | HK | Financial and insurance activit… |
|
China Tangshang Holdings Limited
Investment holding company with operations in real estate a…
|
674 | HK | Financial and insurance activit… |
|
China Uptown Group Company Limited
Investment holding company spanning property, trading, indu…
|
2330 | HK | Financial and insurance activit… |
|
CHOLAMANDALAM FINANCIAL HOLDINGS LIMITED
A Core Investment Company managing financial services, insu…
|
CHOLAHLDNG | IN | Financial and insurance activit… |
|
Christchurch City Holdings Limited
Investment arm of Christchurch City Council managing strate…
|
CCH | NZ | Financial and insurance activit… |
|
Chugin Financial Group, Inc.
A financial holding company providing banking, leasing, and…
|
5832 | JP | Financial and insurance activit… |
|
Churchill Capital Corp IX/Cayman
A special purpose acquisition company (SPAC) formed to effe…
|
CCIX | US | Financial and insurance activit… |
|
CIA DE PARTICIPAÇÕES ALIANÇA DA BAHIA
Diversified holding company active in agriculture, real est…
|
— | BR | Financial and insurance activit… |
|
CI Com SA
A financial holding company that acquires, manages, and div…
|
CIE | CH | 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.