
C.F.CORP. — Investor Relations & Filings
Chung Fu Tex-International Corporation is a diversified enterprise primarily engaged in real estate management and commercial trading. Established in 1970, the company maintains a significant portfolio of properties, focusing on the leasing and development of residential buildings, industrial factories, and warehousing facilities, particularly within the Zhonghe District. In addition to its real estate operations, the company is active in the wholesale and retail sectors, distributing electronic components, computer peripherals, and consumer goods such as tobacco and alcohol products. By integrating asset management with specialized trading services, the company serves a broad range of commercial and industrial clients, leveraging its long-standing operational history and strategic property holdings to maintain a stable market presence.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| (補充1150506重大訊息)公告本公司採權益法投資公司股臨會 未召開 | 2026-05-22 | Chinese | |
| 公告本公司接獲主管機關核准展延114年度財務報告及115年 第1季財務報告之重行公告申報期限 | 2026-05-21 | Chinese | |
| 115年第1季財務報告書 — 202601_1435_AI2.pdf | 2026-05-19 | Chinese | |
| 本公司接獲證交所通知上市有價證券併案停止 在證券集中交易市場買賣暨日期 | 2026-05-18 | Chinese | |
| 本公司無法如期重行公告申報114年度財務報告 | 2026-05-18 | Chinese | |
| 115年年報及股東會資料 — 2026_1435_20260618F02.pdf | 2026-05-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46897071 | (補充1150506重大訊息)公告本公司採權益法投資公司股臨會 未召開 | 2026-05-22 | Chinese | ||
| 46716250 | 公告本公司接獲主管機關核准展延114年度財務報告及115年 第1季財務報告之重行公告申報期限 | 2026-05-21 | Chinese | ||
| 46519034 | 115年第1季財務報告書 — 202601_1435_AI2.pdf | 2026-05-19 | Chinese | ||
| 46384304 | 本公司接獲證交所通知上市有價證券併案停止 在證券集中交易市場買賣暨日期 | 2026-05-18 | Chinese | ||
| 46384305 | 本公司無法如期重行公告申報114年度財務報告 | 2026-05-18 | Chinese | ||
| 46382965 | 115年年報及股東會資料 — 2026_1435_20260618F02.pdf | 2026-05-18 | Chinese | ||
| 46382526 | 115年年報及股東會資料 — 2026_1435_20260618F13.pdf | 2026-05-18 | Chinese | ||
| 46382518 | 115年年報及股東會資料 — 2026_1435_20260618FE2.pdf | 2026-05-18 | English | ||
| 46382481 | 115年年報及股東會資料 — 2026_1435_20260618FE1.pdf | 2026-05-18 | English | ||
| 46382468 | 115年年報及股東會資料 — 2026_1435_20260618F01.pdf | 2026-05-18 | Chinese | ||
| 46897075 | 本公司115年第一季財報經會計師出具無法作成結論之 核閱報告 | 2026-05-15 | Chinese | ||
| 46897076 | 公告本公司董事會通過115年第一季財務報告 | 2026-05-15 | Chinese | ||
| 46897082 | 115年第1季權益變動表 | 2026-05-15 | Chinese | ||
| 46897080 | 115年第1季資產負債表 | 2026-05-15 | Chinese | ||
| 46897079 | 115年第1季現金流量表 | 2026-05-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Impact Developer & Contractor S.A.
A real estate developer of large-scale, sustainable residen…
|
IMP | RO | Real estate activities |
|
Impact Development Group
Specializes in developing and preserving affordable housing…
|
IMPT | CA | Real estate activities |
|
IMPACT HEALTHCARE REIT PLC
A REIT that acquires and leases a portfolio of healthcare p…
|
CRT | GB | Real estate activities |
|
Imperial Equities Inc.
Real estate investment and development focused on industria…
|
IEI | CA | Real estate activities |
|
IMPERIUM CROWN LIMITED
Focuses on property investment, development, and asset mana…
|
5HT | SG | Real estate activities |
|
Ina Invest Holding AG
Real estate company developing and managing a sustainable p…
|
INA | CH | Real estate activities |
|
INBEST PR 1
Acquires and manages prime real estate assets located in ma…
|
YINB1 | ES | Real estate activities |
|
INBEST PR 2
Acquires, develops, and manages value-add real estate asset…
|
YINB2 | ES | Real estate activities |
|
INBEST PR 3
Acquires, manages, and develops prime real estate and manag…
|
YINB3 | ES | Real estate activities |
|
INBEST PR 4
Real estate investment firm developing prime, mixed-use ass…
|
YINB4 | ES | Real estate activities |
C.F.CORP. 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/51798/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51798 | 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=51798 | 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=51798 \ -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": 51798}, 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 C.F.CORP. (id: 51798)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.