
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 |
|---|---|---|---|
|
DENEB INVESTMENTS LIMITED
Diversified investment company with segments in Property, M…
|
DNBE | ZA | Financial and insurance activit… |
|
DENGE YATIRIM HOLDİNG A.Ş.
Investment holding company focused on real estate, logistic…
|
DENGE | TR | Financial and insurance activit… |
|
DERLÜKS YATIRIM HOLDİNG A.Ş.
Investment holding with operations in apparel, consumer goo…
|
DERHL | TR | Financial and insurance activit… |
|
Deutsche Balaton AG
A financial holding company that acquires and manages corpo…
|
BBHK | DE | Financial and insurance activit… |
|
Dexleigh Corporation
Investment holding and merchant bank with operational inter…
|
— | CA | Financial and insurance activit… |
|
DH Partners Limited
Publicly traded investment company managing shareholder cap…
|
DHPL | PK | Financial and insurance activit… |
|
Dhunseri Investments Ltd
Manages a diverse portfolio of financial assets and strateg…
|
DHUNINV | IN | Financial and insurance activit… |
|
Dhunseri Ventures Limited
Diversified firm in BOPET film manufacturing, retail, IT in…
|
DVL | IN | Financial and insurance activit… |
|
Digital Asset Acquisition Corp.
A SPAC seeking a business combination in the digital asset …
|
DAAQ | US | Financial and insurance activit… |
|
Discount Investment Corp Ltd.
A holding company that invests in and develops enterprises …
|
DISI | IL | 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.