
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 |
|---|---|---|---|
|
Dah Sing Financial Holdings Limited
Provides diversified financial services, including banking …
|
440 | HK | Financial and insurance activit… |
|
Daishi Hokuetsu Financial Group,Inc.
Financial holding company offering banking, leasing, securi…
|
7327 | JP | Financial and insurance activit… |
|
DATUK KERAMAT HOLDINGS BERHAD
Public limited company established 1974; specific business …
|
— | MY | Financial and insurance activit… |
|
Dawood Hercules Corporation Limited
Investment holding company with diverse portfolio: IT, fina…
|
DAWH | PK | Financial and insurance activit… |
|
Dawood Lawrencepur Limited
Manages investments in subsidiaries and trades/markets wind…
|
DLL | PK | Financial and insurance activit… |
|
DDPC WORLDWIDE PTE. LTD.
Wholly-owned offshore subsidiary holding DoubleDragon Corp.…
|
5R8B | SG | Financial and insurance activit… |
|
Deep Source Holdings Limited
Trading bulk commodities and providing specialized financia…
|
990 | BM | Financial and insurance activit… |
|
DEFRAQ Ventures AG (formerly: VALENS Holding AG)
Investment firm managing its own assets and engaging in off…
|
FKEK | DE | Financial and insurance activit… |
|
DELLOYD VENTURES BERHAD
An investment holding company with diversified operations i…
|
— | MY | Financial and insurance activit… |
|
Demetra Holdings Plc
Investment holding company with a portfolio in equity, real…
|
DEM | CY | 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.