
NANTEX — Investor Relations & Filings
Nantex Industry Co., Ltd. is a global manufacturer specializing in the production and distribution of synthetic rubber and latex materials. Established in 1979, the company is recognized as one of the world's top five producers of Nitrile Butadiene Rubber (NBR). Its core product portfolio includes NBR and SBR synthetic latex, Nancar NBR rubber, Dynaprene thermoplastic elastomers (TPE), and Nancar carbon masterbatch (CMB). Leveraging advanced manufacturing technology and specialized equipment, the company provides high-performance materials for diverse applications in sectors such as automotive, medical, and consumer goods. Nantex focuses on technical innovation and quality control to meet rigorous industrial standards. Through strategic market expansion and a commitment to operational excellence, the company maintains a significant presence in the international polymer and elastomer markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股東會重要決議事項 | 2026-05-26 | Chinese | |
| 代重要子公司-南美特科技股份有限公司 公告新任總裁案 | 2026-05-15 | Chinese | |
| 代重要子公司-南美特科技股份有限公司 公告司除息基準日及相關事宜 | 2026-05-15 | Chinese | |
| 代重要子公司-南美特科技股份有限公司 公告董事會選任董事長案 | 2026-05-15 | Chinese | |
| 代重要子公司-南美特科技股份有限公司 公告新任董事及監察人。 | 2026-05-15 | Chinese | |
| 115年第1季財務報告書 — 202601_2108_AI1.pdf | 2026-05-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47068316 | 股東會重要決議事項 | 2026-05-26 | Chinese | ||
| 46978469 | 代重要子公司-南美特科技股份有限公司 公告新任總裁案 | 2026-05-15 | Chinese | ||
| 46978470 | 代重要子公司-南美特科技股份有限公司 公告司除息基準日及相關事宜 | 2026-05-15 | Chinese | ||
| 46978471 | 代重要子公司-南美特科技股份有限公司 公告董事會選任董事長案 | 2026-05-15 | Chinese | ||
| 46978472 | 代重要子公司-南美特科技股份有限公司 公告新任董事及監察人。 | 2026-05-15 | Chinese | ||
| 45533204 | 115年第1季財務報告書 — 202601_2108_AI1.pdf | 2026-05-11 | Chinese | ||
| 45751477 | 代子公司英泰美國際有限公司(B.V.I) 公告董事會決議盈餘分配案。 | 2026-05-11 | Chinese | ||
| 45746298 | 115年第1季權益變動表 | 2026-05-11 | Chinese | ||
| 45746228 | 115年第1季現金流量表 | 2026-05-11 | Chinese | ||
| 45741504 | 115年第1季綜合損益表 | 2026-05-11 | Chinese | ||
| 45741310 | 115年第1季資產負債表 | 2026-05-11 | Chinese | ||
| 45740860 | 115年第1季海外子公司投資 | 2026-05-11 | Chinese | ||
| 45740566 | 115年第1季大陸投資 | 2026-05-11 | Chinese | ||
| 45752161 | 公告本公司董事會通過115年第1季合併財務報告 | 2026-05-11 | Chinese | ||
| 46979414 | 114年年報及股東會資料 — 2025_2108_20260526F04.pdf | 2026-05-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Shaanxi Beiyuan Chemical Industry Group Co., Ltd.
Produces PVC resin and caustic soda via an integrated chlor…
|
601568 | CN | Manufacturing |
|
Shandong Dawn Polymer Co.,Ltd.
Develops and produces high-performance thermoplastic elasto…
|
002838 | CN | Manufacturing |
|
SHANDONG DONGYUE SILICONE MATERIAL CO.,LTD.
Produces high-performance silicone materials and derivative…
|
300821 | CN | Manufacturing |
|
SHANDONG HEAD GROUP CO.,LTD.
Produces cellulose ethers and plant-based capsules for cons…
|
002810 | CN | Manufacturing |
|
ShanDong Longhua New Material Co.,Ltd.
Produces polyether polyols and PA66 for polyurethane and in…
|
301149 | CN | Manufacturing |
|
SHANDONG POLYMER BIOCHEMICALS CO.,LTD.
Produces polyacrylamide and water-soluble polymers for wate…
|
002476 | CN | Manufacturing |
|
Shandong Rike Chemical Co.,Ltd.
Manufactures high-performance plastic additives, impact mod…
|
300214 | CN | Manufacturing |
|
SHANDONG RUIFENG CHEMICAL CO.,LTD.
Develops and manufactures high-performance plastic additive…
|
300243 | CN | Manufacturing |
|
Shanghai Baolijia Chemical Co., Ltd.
Produces water-based acrylic emulsions for architectural co…
|
301037 | CN | Manufacturing |
|
Shanghai Hongda New Material Co.,LTD.
Specializes in R&D and production of silicone rubber for di…
|
002211 | CN | Manufacturing |
NANTEX 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/51974/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51974 | 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=51974 | 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=51974 \ -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": 51974}, 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 NANTEX (id: 51974)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.