
Swancor — Investor Relations & Filings
Swancor Holding Co., Ltd. specializes in the development and manufacture of high-performance resins and advanced composite materials. The company provides a comprehensive portfolio of specialty chemicals, including vinyl ester resins and unsaturated polyester resins, tailored for wind turbine blades, corrosion-resistant equipment, and electronic applications. A leader in sustainable material science, Swancor offers innovative recyclable thermoset resin technologies, such as EzCiclo and CleaVER, which facilitate the circularity of composite materials in the wind energy, automotive, and sporting goods sectors. The company is also diversifying into the aerospace and low-altitude economy by developing lightweight structural components for unmanned aerial vehicles and robotics. Additionally, Swancor focuses on environmental solutions through Carbon Capture, Utilization, and Storage (CCUS) technologies to support global carbon neutrality objectives.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 代子公司上緯綠金能股份有限公司公告提前終止不動產 使用權資產租賃契約 | 2025-11-03 | Chinese | |
| 114年10月董事會成員及持股 | 2025-11-03 | Chinese | |
| 114年10月內部人持股異動(事後) | 2025-11-03 | Chinese | |
| 代子公司上緯新材料科技股份有限公司公告 於上海證券交易所科創板掛牌股票恢復交易。 | 2025-10-30 | Chinese | |
| 代子公司上緯新材料科技股份有限公司公告 於上海證券交易所科創版掛牌股票停牌。 | 2025-10-29 | Chinese | |
| 公告本公司114年第三季財務報告董事會召開日期 | 2025-10-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34523575 | 代子公司上緯綠金能股份有限公司公告提前終止不動產 使用權資產租賃契約 | 2025-11-03 | Chinese | ||
| 34523578 | 114年10月董事會成員及持股 | 2025-11-03 | Chinese | ||
| 34523576 | 114年10月內部人持股異動(事後) | 2025-11-03 | Chinese | ||
| 34523579 | 代子公司上緯新材料科技股份有限公司公告 於上海證券交易所科創板掛牌股票恢復交易。 | 2025-10-30 | Chinese | ||
| 34523580 | 代子公司上緯新材料科技股份有限公司公告 於上海證券交易所科創版掛牌股票停牌。 | 2025-10-29 | Chinese | ||
| 34523581 | 公告本公司114年第三季財務報告董事會召開日期 | 2025-10-29 | Chinese | ||
| 34523582 | 公告本公司買回庫藏股執行完畢 | 2025-10-27 | Chinese | ||
| 34523583 | 114年10月變更登記 | 2025-10-22 | Chinese | ||
| 34523584 | 本公司收回已發行之限制員工權利新股及 庫藏股註銷減資變更登記完成 | 2025-10-22 | Chinese | ||
| 34523586 | 114年10月僑外投資持股 | 2025-10-22 | Chinese | ||
| 34523588 | 代子公司上偉碳纖複合材料股份有限公司公告董事會決議 確認股東以其持有之他公司股票抵繳增資股款暨增資基準日 | 2025-10-21 | Chinese | ||
| 34523595 | 代子公司上緯綠金能股份有限公司公告董事長異動 | 2025-10-21 | Chinese | ||
| 34523600 | 代子公司上緯綠金能股份有限公司公告法人董事異動 | 2025-10-21 | Chinese | ||
| 34523604 | 代子公司艾若颯航太科技股份有限公司公告董事長異動 | 2025-10-21 | Chinese | ||
| 34523607 | 代子公司艾若颯航太科技股份有限公司公告法人董事異動 | 2025-10-21 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics and synthetic rubber in primary forms
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aadi Industries Ltd
Manufactures and distributes plastic granules and polymer r…
|
530027 | IN | Manufacturing |
|
Accent Microcell Limited
Manufacturer of cellulose-based excipients for pharma, food…
|
ACCENTMIC | IN | Manufacturing |
|
Acetex Corporation
Specializes in manufacturing specialty chemicals, polymers,…
|
— | CA | Manufacturing |
|
Advanced Petrochemical Co.
Manufactures polypropylene resins for packaging, automotive…
|
2330 | SA | Manufacturing |
|
Alpek, S.A.B. de C.V.
Global producer of polyester and petrochemicals focused on …
|
ALPEK | MX | Manufacturing |
|
AMBANI ORGOCHEM LIMITED
Manufacturer of specialty chemicals and acrylic polymers fo…
|
AMBANIORGO | IN | Manufacturing |
|
ANHUI HWASU CO.,LTD.
Large-scale manufacturer of PVC resins, caustic soda, and c…
|
600935 | CN | Manufacturing |
|
Anhui Shenjian New Materials Co.,Ltd
Produces saturated polyester resins for powder coatings and…
|
002361 | CN | Manufacturing |
|
APC
Manufactures LDPE and EVA resins for injection molding, foa…
|
1308 | TW | Manufacturing |
|
Apcotex Industries Limited
Manufacturer of synthetic rubber and latex for automotive a…
|
APCOTEXIND | IN | Manufacturing |
Swancor 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/52373/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52373 | 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=52373 | 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=52373 \ -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": 52373}, 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 Swancor (id: 52373)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.