TAI ROUN PRODUCTS CO., LTD. — Investor Relations & Filings
Tai Roun Products Co., Ltd. is a manufacturer specializing in corn milling, sweeteners, and animal nutrition. The company operates advanced wet corn milling facilities to produce a diverse range of corn starch-derived products, most notably high fructose corn syrup (HFS 55 and HFS 58). These sweeteners are utilized extensively across the food and beverage sectors, including in soft drinks, dairy products, and baked goods. In addition to corn-based sweeteners, the company produces sugarcane liquid syrup. Beyond its sweetener business, Tai Roun is a significant provider of animal feed, offering specialized nutritional solutions for livestock such as pigs and ducks, as well as aquatic species including eels, fish, and shrimp. The company maintains a focus on integrated production processes, from raw material procurement to distribution, while prioritizing energy efficiency and sustainable manufacturing practices within its operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年度股利金額(董事會決議) | 2026-03-12 | Chinese | |
| 更正-公告本公司董事會決議通過114年度員工酬勞及董監事 酬勞分派案 | 2026-03-12 | Chinese | |
| 代重要子公司禾榮產業股份有限公司公告召開115年 股東常會相關事宜 | 2026-03-11 | Chinese | |
| 代重要子公司禾榮產業股份有限公司公告其董事會通過 決議通過114年度盈餘分配案 | 2026-03-11 | Chinese | |
| 代重要子公司禾榮產業股份有限公司公告其董事會通過 114年度員工酬勞及董監事酬勞分派案 | 2026-03-11 | Chinese | |
| 本公司董事會決議通過114年度盈餘分配案 | 2026-03-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 33173776 | 114年度股利金額(董事會決議) | 2026-03-12 | Chinese | ||
| 33173779 | 更正-公告本公司董事會決議通過114年度員工酬勞及董監事 酬勞分派案 | 2026-03-12 | Chinese | ||
| 33173782 | 代重要子公司禾榮產業股份有限公司公告召開115年 股東常會相關事宜 | 2026-03-11 | Chinese | ||
| 33173786 | 代重要子公司禾榮產業股份有限公司公告其董事會通過 決議通過114年度盈餘分配案 | 2026-03-11 | Chinese | ||
| 33173789 | 代重要子公司禾榮產業股份有限公司公告其董事會通過 114年度員工酬勞及董監事酬勞分派案 | 2026-03-11 | Chinese | ||
| 33173793 | 本公司董事會決議通過114年度盈餘分配案 | 2026-03-11 | Chinese | ||
| 33173796 | 公告本公司董事會決議通過114年度員工酬勞及董監事酬勞分派案 | 2026-03-11 | Chinese | ||
| 33173799 | 公告本公司114年第四季財務報告業經董事會決議通過 | 2026-03-11 | Chinese | ||
| 33173803 | 公告本公司董事會決議召開一一五年股東常會相關事宜 | 2026-03-11 | Chinese | ||
| 33173809 | 115年2月營業收入 | 2026-03-05 | Chinese | ||
| 33173806 | 115年2月背書保證與資金貸與 | 2026-03-05 | Chinese | ||
| 33173817 | 115年02月內部人持股異動(事後) | 2026-03-04 | Chinese | ||
| 33173813 | 115年02月董事會成員及持股 | 2026-03-04 | Chinese | ||
| 33173819 | 114年第4季財務報告董事會預計召開日期為115年3月11日 | 2026-03-02 | Chinese | ||
| 33173828 | 115年01月董事會成員及持股 | 2026-02-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of starches and starch products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Archer-Daniels-Midland Co
A global agricultural supply chain manager and processor of…
|
ADM | US | Manufacturing |
|
Asia Bio-Chem Group Corp.
Manufacturer and supplier of corn-based products and deriva…
|
ABC | CA | Manufacturing |
|
BAOLINGBAO BIOLOGY CO.,LTD.
Produces functional sugar products, prebiotics, and dietary…
|
002286 | CN | Manufacturing |
|
China Starch Holdings Limited
Manufacture and sale of corn-refined products, including co…
|
3838 | HK | Manufacturing |
|
Copam
Producer of starch and derivatives from corn for food and i…
|
CPA | PT | Manufacturing |
|
DAESANG HOLDINGS CO., LTD
A food and biotech holding company with food and industrial…
|
084690 | KR | Manufacturing |
|
Gayatri BioOrganics Ltd
Produces starch and derivatives for food, pharma, and indus…
|
524564 | IN | Manufacturing |
|
Global Corn Group Limited
A leading PRC producer of corn sweeteners and refined produ…
|
3889 | HK | Manufacturing |
|
Gujarat Ambuja Exports Ltd.
Agro-processor specializing in corn starch derivatives, soy…
|
GAEL | IN | Manufacturing |
|
Ingredion Inc
Transforms plant-based materials into value-added ingredien…
|
INGR | US | Manufacturing |
TAI ROUN PRODUCTS CO., LTD. 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/51751/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51751 | 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=51751 | 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=51751 \ -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": 51751}, 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 TAI ROUN PRODUCTS CO., LTD. (id: 51751)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.