
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 |
|---|---|---|---|
|
FUZUL GAYRİMENKUL YATIRIM ORTAKLIĞI A.Ş.
A real estate investment trust developing residential and c…
|
FZLGY | TR | Real estate activities |
|
Gaekwar Mills Ltd.
Manages and develops real estate assets repurposed from leg…
|
502850 | IN | Real estate activities |
|
GAFISA SA
Develops, constructs, and sells residential and commercial …
|
— | BR | Real estate activities |
|
GAGASAN NADI CERGAS BERHAD
Primarily engaged in building construction, property develo…
|
— | MY | Real estate activities |
|
Galata Investment Company AD
A real estate firm developing large-scale land assets with …
|
GTH | BG | Real estate activities |
|
GALERIAS COM
Real estate company that develops, acquires, and manages sh…
|
GGC | ES | Real estate activities |
|
Galimmo
A real estate company that owns, manages, and develops a po…
|
GALIM | FR | Real estate activities |
|
GALLANT VENTURE LTD.
Develops and manages utilities, property, industrial parks,…
|
5IG | SG | Real estate activities |
|
Gallops Enterprise Limited
Develops and manages real estate and infrastructure project…
|
531902 | IN | Real estate activities |
|
Gaming & Leisure Properties, Inc.
A REIT that owns and leases gaming properties to operators …
|
GLPI | US | 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.