
TongHwa — Investor Relations & Filings
TongHwa Corporation is a specialized manufacturer of polyacrylonitrile fiber, commonly known as acrylic fiber or artificial wool. Established in 1970, the company focuses on the production and distribution of high-quality synthetic fibers and acrylic tops. Its core product range serves as essential raw material for various textile applications, including sweaters, blankets, hand-knitting yarns, artificial fur, and carpets. The company emphasizes technical innovation and the development of high-value-added fibers to meet evolving market demands. Operating under its proprietary brand, TongHwa, the firm integrates sustainable governance into its manufacturing processes. Recent strategic initiatives focus on corporate transformation and the advancement of specialized synthetic materials to maintain competitiveness in global supply chains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 111年01月董事會成員及持股 | 2022-02-07 | Chinese | |
| 公告本公司董事會通過新竹縣竹北市東華段土地合建分屋案 | 2022-01-27 | Chinese | |
| 公告本公司110年12月份自結合併財務報表中之高流動資產、 短期借款及一年內到期之長期負債等財務資訊 | 2022-01-19 | Chinese | |
| 110年12月營業收入 | 2022-01-10 | Chinese | |
| 110年12月背書保證與資金貸與 | 2022-01-10 | Chinese | |
| 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2022-01-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
8 filings
| |||||
| 33250812 | 111年01月董事會成員及持股 | 2022-02-07 | Chinese | ||
| 33250821 | 公告本公司董事會通過新竹縣竹北市東華段土地合建分屋案 | 2022-01-27 | Chinese | ||
| 33250823 | 公告本公司110年12月份自結合併財務報表中之高流動資產、 短期借款及一年內到期之長期負債等財務資訊 | 2022-01-19 | Chinese | ||
| 33250829 | 110年12月營業收入 | 2022-01-10 | Chinese | ||
| 33250826 | 110年12月背書保證與資金貸與 | 2022-01-10 | Chinese | ||
| 33250834 | 係因本公司有價證券於集中交易市場達公布注意交易資訊 標準,故公布相關財務業務等重大訊息,以利投資人區別瞭解 | 2022-01-10 | Chinese | ||
| 33250840 | 110年12月內部人持股異動(事後) | 2022-01-05 | Chinese | ||
| 33250837 | 110年12月董事會成員及持股 | 2022-01-05 | Chinese | ||
|
2021
7 filings
| |||||
| 33249598 | 110年12月法人說明會簡報 — 141820211227E001.pdf | 2021-12-27 | Chinese | ||
| 33249579 | 110年12月法人說明會簡報 — 141820211227M001.pdf | 2021-12-27 | Chinese | ||
| 33249557 | 110年12月法人說明會簡報 | 2021-12-27 | Chinese | ||
| 33249602 | 公告本公司將於本(110)年12月30日(四)召開法人說明會 | 2021-12-27 | Chinese | ||
| 33249607 | 公告本公司董事會通過將八筆土地由自用不動產 轉列投資性不動產,後續衡量採公允價值模式。 | 2021-12-24 | Chinese | ||
| 33249613 | 公告本公司110年11月份自結合併財務報表中之高流動資產、 短期借款及一年內到期之長期負債等財務資訊 | 2021-12-17 | Chinese | ||
| 33249623 | 110年11月背書保證與資金貸與 | 2021-12-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of man-made fibres
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACE
Produces acetate-based chemicals and fibers for filtration …
|
4763 | TW | Manufacturing |
|
Acelon
Manufactures synthetic fibers, filament yarns, and sustaina…
|
1466 | TW | Manufacturing |
|
AKSA AKRİLİK KİMYA SANAYİİ A.Ş.
The world's largest acrylic fiber producer for textile and …
|
AKSA | TR | Manufacturing |
|
Anhui Wanwei Updated High-Tech Material Industry Co.,Ltd
Produces PVA-based chemical fibers and advanced materials f…
|
600063 | CN | Manufacturing |
|
Aquafil
A global producer of synthetic fibers and regenerated nylon…
|
ECNL | IT | Manufacturing |
|
BEIJING TONGYIZHONG NEW MATERIAL TECHNOLOGY CORPORATION
Produces UHMWPE fibers and ballistic protection materials f…
|
688722 | CN | Manufacturing |
|
Bolt Projects Holdings, Inc.
Develops and produces biomaterials for the beauty, personal…
|
BSLK | US | Manufacturing |
|
Celanese Canada Inc.
Key manufacturer of specialty chemicals, synthetic fibers, …
|
— | CA | Manufacturing |
|
CHTC HELON CO.,LTD.
Produces viscose fibers and cord fabrics for textile and au…
|
000677 | CN | Manufacturing |
|
CMFC
Specializes in synthetic fibers, polyester yarns, and petro…
|
1718 | TW | Manufacturing |
TongHwa 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/51793/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51793 | 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=51793 | 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=51793 \ -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": 51793}, 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 TongHwa (id: 51793)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.