
Harbin Sayyas Windows Co., Ltd. — Investor Relations & Filings
Harbin Sayyas Windows Co., Ltd. specializes in the research, development, and production of high-performance energy-efficient window and door systems. The company focuses on aluminum-clad wood technology, providing solutions specifically engineered for passive house standards and sustainable building envelopes. Its product range includes tilt-and-turn windows, lifting-sliding doors, and integrated curtain wall systems that prioritize thermal insulation, soundproofing, and airtightness. Utilizing precision manufacturing and automated production processes, the company integrates high-quality timber with protective aluminum cladding to ensure durability and weather resistance. Many of its systems are certified by the Passive House Institute (PHI), reflecting a commitment to reducing building energy consumption. These solutions cater to high-end residential and commercial developments requiring advanced technical specifications and environmental performance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 民生证券股份有限公司关于哈尔滨森鹰窗业股份有限公司2023年度持续督导现场检查报告 | 2023-12-27 | Chinese | |
| 民生证券股份有限公司关于哈尔滨森鹰窗业股份有限公司2023年度持续督导培训报告 | 2023-12-27 | Chinese | |
| 关于完成工商变更登记备案并换发营业执照的公告 | 2023-11-27 | Chinese | |
| 关于签订募集资金三方监管协议的公告 | 2023-11-17 | Chinese | |
| 第九届监事会第四次会议决议公告 | 2023-11-15 | Chinese | |
| 独立董事关于第九届董事会第四次会议相关事项的独立意见 | 2023-11-15 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39616625 | 民生证券股份有限公司关于哈尔滨森鹰窗业股份有限公司2023年度持续督导现场检查报告 | 2023-12-27 | Chinese | ||
| 39616613 | 民生证券股份有限公司关于哈尔滨森鹰窗业股份有限公司2023年度持续督导培训报告 | 2023-12-27 | Chinese | ||
| 39616602 | 关于完成工商变更登记备案并换发营业执照的公告 | 2023-11-27 | Chinese | ||
| 39616595 | 关于签订募集资金三方监管协议的公告 | 2023-11-17 | Chinese | ||
| 39616587 | 第九届监事会第四次会议决议公告 | 2023-11-15 | Chinese | ||
| 39616582 | 独立董事关于第九届董事会第四次会议相关事项的独立意见 | 2023-11-15 | Chinese | ||
| 39616574 | 第九届董事会第四次会议决议公告 | 2023-11-15 | Chinese | ||
| 39616572 | 独立董事关于第九届董事会第四次会议相关事项的事前认可意见 | 2023-11-15 | Chinese | ||
| 39616566 | 关于公司向银行申请授信额度及担保事项的进展公告 | 2023-11-15 | Chinese | ||
| 39616559 | 2023年第四次临时股东大会决议公告 | 2023-11-13 | Chinese | ||
| 39616552 | 北京国枫(深圳)律师事务所关于哈尔滨森鹰窗业股份有限公司2023年第四次临时股东大会的法律意见书 | 2023-11-13 | Chinese | ||
| 39616542 | 公司章程 | 2023-10-27 | Chinese | ||
| 39616531 | 民生证券股份有限公司关于哈尔滨森鹰窗业股份有限公司变更募集资金用途并通过无息借款方式实施募集资金投资项目的核查意见 | 2023-10-27 | Chinese | ||
| 39616518 | 关于使用部分超募资金永久补充流动资金的公告 | 2023-10-27 | Chinese | ||
| 39616508 | 关于增加公司经营范围及修订《公司章程》并办理工商变更登记的公告 | 2023-10-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of builders' carpentry and joinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACCSYS TECHNOLOGIES PLC
A chemical technology company that modifies sustainable woo…
|
AXS | GB | Manufacturing |
|
Anhui Sentai WPC Group Share Co., Ltd.
Produces high-performance wood-plastic composites for const…
|
301429 | CN | Manufacturing |
|
ANZO HOLDINGS BERHAD
Investment holding in timber services, wood product manufac…
|
— | MY | Manufacturing |
|
Atlas Engineered Products Ltd.
Manufacturer and supplier of engineered wood components for…
|
AEP | CA | Manufacturing |
|
Bergs Timber
An owner of companies producing doors, windows, furniture, …
|
BRG | SE | Manufacturing |
|
Byggma ASA
A supplier and manufacturer of building materials solutions…
|
BMA | NO | Manufacturing |
|
CAVCO INDUSTRIES, INC.
Designer and producer of factory-built housing like manufac…
|
CVCO | US | Manufacturing |
|
Champion Homes, Inc.
A large North American builder of factory-built and modular…
|
SKY | US | Manufacturing |
|
China Environmental Technology and Bioenergy Holdings Limited
Manufactures wooden products using patented technology and …
|
1237 | HK | Manufacturing |
|
C.S. LUMBER CO., INC
Manufactures pre-cut wood products and undertakes construct…
|
7808 | JP | Manufacturing |
Harbin Sayyas Windows 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/56160/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56160 | 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=56160 | 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=56160 \ -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": 56160}, 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 Harbin Sayyas Windows Co., Ltd. (id: 56160)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.