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-04-24 | Chinese | |
| 赛特新材:信息披露暂缓与豁免管理制度(2026年4月) | 2026-04-24 | Chinese | |
| 赛特新材:关于续聘会计师事务所公告 | 2026-04-24 | Chinese | |
| 兴业证券股份有限公司关于福建赛特新材股份有限公司2025年度募集资金存放与实际使用情况的核查意见 | 2026-04-24 | Chinese | |
| 赛特新材:关于提请股东会授权董事会以简易程序向特定对象发行股票的公告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38131860 | 赛特新材:2025年年度报告 | 2026-04-24 | Chinese | ||
| 38131857 | 赛特新材:第五届董事会第二十七次会议决议公告 | 2026-04-24 | Chinese | ||
| 38131844 | 赛特新材:信息披露暂缓与豁免管理制度(2026年4月) | 2026-04-24 | Chinese | ||
| 38131831 | 赛特新材:关于续聘会计师事务所公告 | 2026-04-24 | Chinese | ||
| 38131820 | 兴业证券股份有限公司关于福建赛特新材股份有限公司2025年度募集资金存放与实际使用情况的核查意见 | 2026-04-24 | Chinese | ||
| 38131807 | 赛特新材:关于提请股东会授权董事会以简易程序向特定对象发行股票的公告 | 2026-04-24 | Chinese | ||
| 38131794 | 赛特新材:2025年度内部控制评价报告 | 2026-04-24 | Chinese | ||
| 38131780 | 赛特新材:2025年度审计报告 | 2026-04-24 | Chinese | ||
| 38131526 | 赛特新材:董事会审计委员会2025年度履职情况报告 | 2026-04-24 | Chinese | ||
| 38131514 | 赛特新材:关于变更公司注册资本、总股本并修订《公司章程》的公告 | 2026-04-24 | Chinese | ||
| 38131506 | 赛特新材:2025年度会计师事务所履职情况评估报告 | 2026-04-24 | Chinese | ||
| 38131493 | 赛特新材:2025年度独立董事述职报告(郑佳春) | 2026-04-24 | Chinese | ||
| 38131480 | 赛特新材:董事会关于独立董事独立性自查情况的专项报告 | 2026-04-24 | Chinese | ||
| 38131474 | 兴业证券股份有限公司关于福建赛特新材股份有限公司2023年度向不特定对象发行可转换公司债券募投项目延期的核查意见 | 2026-04-24 | Chinese | ||
| 38131461 | 赛特新材:2025年度独立董事述职报告(郝梅平) | 2026-04-24 | 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.