FUJIAN SUPERTCH ADVANCED MATERIAL CO.,LTD. — Investor Relations & Filings
About FUJIAN SUPERTCH ADVANCED MATERIAL CO.,LTD.
Fujian Supertech Advanced Material Co., Ltd. specializes in the research, development, and production of high-performance vacuum insulation panels (VIPs) and vacuum insulation glass. The company focuses on advanced thermal management solutions that provide superior insulation performance with minimal thickness. Its primary products are utilized in the manufacturing of energy-efficient household appliances, such as refrigerators and freezers, as well as in cold chain logistics for the transport of medical supplies and perishable goods. Additionally, the company develops insulation materials for building construction and vending machines. By leveraging low thermal conductivity technology, the company's solutions help reduce energy consumption and increase internal storage volume for its global customer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 赛特新材:2025年度利润分配方案公告 | 2026-04-24 | Chinese | |
| 赛特新材:2026年第一季度报告 | 2026-04-24 | Chinese | |
| 赛特新材:关于申请2026年度银行综合授信额度及提供抵押或担保的公告 | 2026-04-24 | Chinese | |
| 赛特新材:公司章程(2026年4月修订) | 2026-04-24 | Chinese | |
| 赛特新材:关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-24 | Chinese | |
| 赛特新材:2025年度独立董事述职报告(刘微芳) | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38131449 | 赛特新材:2025年度利润分配方案公告 | 2026-04-24 | Chinese | ||
| 38131441 | 赛特新材:2026年第一季度报告 | 2026-04-24 | Chinese | ||
| 38131434 | 赛特新材:关于申请2026年度银行综合授信额度及提供抵押或担保的公告 | 2026-04-24 | Chinese | ||
| 38131420 | 赛特新材:公司章程(2026年4月修订) | 2026-04-24 | Chinese | ||
| 38131404 | 赛特新材:关于公司2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-24 | Chinese | ||
| 38131385 | 赛特新材:2025年度独立董事述职报告(刘微芳) | 2026-04-24 | Chinese | ||
| 38131375 | 赛特新材:容诚会计师事务所(特殊普通合伙)关于公司2025年度募集资金存放、管理与使用情况鉴证报告 | 2026-04-24 | Chinese | ||
| 38131309 | 兴业证券股份有限公司关于福建赛特新材股份有限公司不提前赎回“赛特转债”的核查意见 | 2026-04-20 | Chinese | ||
| 38131294 | 赛特新材:关于不提前赎回“赛特转债”的公告 | 2026-04-20 | Chinese | ||
| 38131289 | 赛特新材:关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-04-20 | Chinese | ||
| 38131275 | 赛特新材:关于开展外汇衍生品交易业务的可行性分析报告 | 2026-04-13 | Chinese | ||
| 38131274 | 赛特新材:关于开展外汇衍生品交易业务的公告 | 2026-04-13 | Chinese | ||
| 38131273 | 赛特新材:外汇衍生品业务管理制度 | 2026-04-13 | Chinese | ||
| 38131261 | 赛特新材:股东减持计划提前终止暨减持股份结果公告 | 2026-04-10 | Chinese | ||
| 38131243 | 赛特新材:可转债转股结果暨股份变动公告 | 2026-04-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other non-metallic mineral products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A&A Material Corporation
Manufacturer and seller of building and industrial material…
|
5391 | JP | Manufacturing |
|
ADVANCED INNERGY HOLDINGS LIMITED
Develops thermal insulation and passive fire protection for…
|
AIH | AU | Manufacturing |
|
ALMEDIO INC.
Researches, develops, and sells advanced materials and test…
|
7859 | JP | Manufacturing |
|
Amrize Ltd.
Provider of building materials and envelope solutions for t…
|
AMRZ | CH | Manufacturing |
|
Anhui Estone Materials Technology Co., Ltd.
Manufactures advanced inorganic non-metallic materials for …
|
688733 | CN | Manufacturing |
|
Armstrong Corporation
Designs and produces advanced ceiling and wall systems focu…
|
AWI | CA | Manufacturing |
|
ARMSTRONG WORLD INDUSTRIES INC
Designs and manufactures ceiling, wall, and suspension syst…
|
AWI | US | Manufacturing |
|
Asahi Diamond Industrial Co.,Ltd.
Manufacturer of industrial diamond and cubic boron nitride …
|
6140 | JP | Manufacturing |
|
Beijing Oriental Yuhong Waterproof Technology Co.,Ltd.
Manufactures waterproofing systems and building chemicals f…
|
002271 | CN | Manufacturing |
|
Beijing Tianyishangjia New Material Corp., Ltd.
Manufacturer of friction and composite materials for rail, …
|
688033 | CN | Manufacturing |
FUJIAN SUPERTCH ADVANCED MATERIAL 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/58399/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58399 | 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=58399 | 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=58399 \ -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": 58399}, 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 FUJIAN SUPERTCH ADVANCED MATERIAL CO.,LTD. (id: 58399)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.