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 |
|---|---|---|---|
| 董事会关于独立董事独立性情况的评估专项意见 | 2026-04-16 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-04-16 | Chinese | |
| 关于2025年度计提信用减值损失和资产减值损失的公告 | 2026-04-16 | Chinese | |
| 国联民生证券承销保荐有限公司关于哈尔滨森鹰窗业股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-16 | Chinese | |
| 年度非经营性资金占用及其他关联资金往来情况表 | 2026-04-16 | Chinese | |
| 2025年年度审计报告 | 2026-04-16 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39620386 | 董事会关于独立董事独立性情况的评估专项意见 | 2026-04-16 | Chinese | ||
| 39620385 | 董事、高级管理人员薪酬管理制度 | 2026-04-16 | Chinese | ||
| 39620384 | 关于2025年度计提信用减值损失和资产减值损失的公告 | 2026-04-16 | Chinese | ||
| 39620380 | 国联民生证券承销保荐有限公司关于哈尔滨森鹰窗业股份有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-16 | Chinese | ||
| 39620376 | 年度非经营性资金占用及其他关联资金往来情况表 | 2026-04-16 | Chinese | ||
| 39620374 | 2025年年度审计报告 | 2026-04-16 | Chinese | ||
| 39620373 | 2025年年度报告摘要 | 2026-04-16 | Chinese | ||
| 39620370 | 国联民生证券承销保荐有限公司关于哈尔滨森鹰窗业股份有限公司2025年度募集资金存放与使用情况的专项核查意见(签章版) | 2026-04-16 | Chinese | ||
| 39620369 | 募集资金年度存放、管理与使用情况鉴证报告 | 2026-04-16 | Chinese | ||
| 39620366 | 2025年度独立董事述职报告(李文-已离职) | 2026-04-16 | Chinese | ||
| 39620364 | 2025年度独立董事述职报告(董嘉鹏) | 2026-04-16 | Chinese | ||
| 39620362 | 第九届董事会第三十一次会议决议公告 | 2026-04-16 | Chinese | ||
| 39620361 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-16 | Chinese | ||
| 39620359 | 2025年度独立董事述职报告(刘志伟) | 2026-04-16 | Chinese | ||
| 39620356 | 国联民生证券承销保荐有限公司关于哈尔滨森鹰窗业股份有限公司2025年度内部控制评价报告的核查意见(签章版) | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of builders' carpentry and joinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
EAGON HOLDINGS CO., LTD.
A holding company that manufactures and distributes buildin…
|
039020 | KR | Manufacturing |
|
EAGON INDUSTRIAL LTD
Manufacturer of wood products, building materials, and logi…
|
008250 | KR | Manufacturing |
|
Eidai Co.,Ltd.
A manufacturer of residential building materials like floor…
|
7822 | JP | Manufacturing |
|
Hansol HomeDeco co.,ltd.
Manufacturer of engineered wood products and interior mater…
|
025750 | KR | Manufacturing |
|
Honkarakenne Oyj
Global designer and manufacturer of prefabricated solid woo…
|
HONBS | FI | Manufacturing |
|
Inwido AB
A European supplier of customized, energy-efficient windows…
|
INWI | SE | Manufacturing |
|
JELD-WEN Holding, Inc.
Global designer and manufacturer of high-performance doors,…
|
JELD | US | Manufacturing |
|
JEWETT CAMERON TRADING CO LTD
Manufacturer and distributor of fencing, pet, and outdoor l…
|
JCTC | US | Manufacturing |
|
Jiangshan Oupai Door Industry Co., Ltd
Specializes in the design, manufacture, and distribution of…
|
603208 | CN | Manufacturing |
|
JM-MULTI
Manufactures wood products and develops AI-based smart heal…
|
254160 | KR | 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.