JIANGSU XIUQIANG GLASSWORK CO., LTD. — Investor Relations & Filings
Jiangsu Xiuqiang Glasswork Co., Ltd. specializes in the research, development, and manufacturing of deep-processed glass products. The company's primary portfolio includes glass components for household appliances, such as refrigerator shelving, oven doors, and microwave panels. It also produces high-performance photovoltaic glass for solar energy applications, alongside specialized glass solutions for the automotive and architectural sectors. Utilizing advanced technologies including precision silk-screen printing, vacuum coating, and tempering, the company provides customized components for global electronics and appliance manufacturers. Its focus on functional glass innovation and large-scale production capabilities supports its role as a key supplier in the international market for processed glass components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-16 | Chinese | |
| 2025年年度审计报告 | 2026-04-16 | Chinese | |
| 关于处置部分子公司的进展公告 | 2026-03-06 | Chinese | |
| 关于持股5%以上股东及其一致行动人减持计划期限届满暨实施情况的公告 | 2026-01-21 | Chinese | |
| 关于持股5%以上股东及其一致行动人减持公司股份触及1%整数倍的公告 | 2026-01-19 | Chinese | |
| 光大证券股份有限公司关于江苏秀强玻璃工艺股份有限公司2025年度现场检查报告 | 2026-01-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
8 filings
| |||||
| 36103278 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-16 | Chinese | ||
| 36103269 | 2025年年度审计报告 | 2026-04-16 | Chinese | ||
| 36103265 | 关于处置部分子公司的进展公告 | 2026-03-06 | Chinese | ||
| 36103264 | 关于持股5%以上股东及其一致行动人减持计划期限届满暨实施情况的公告 | 2026-01-21 | Chinese | ||
| 36103263 | 关于持股5%以上股东及其一致行动人减持公司股份触及1%整数倍的公告 | 2026-01-19 | Chinese | ||
| 36103245 | 光大证券股份有限公司关于江苏秀强玻璃工艺股份有限公司2025年度现场检查报告 | 2026-01-07 | Chinese | ||
| 36103236 | 光大证券股份有限公司关于江苏秀强玻璃工艺股份有限公司2025年度现场培训报告 | 2026-01-07 | Chinese | ||
| 36103234 | 关于使用部分闲置募集资金进行现金管理到期赎回并继续进行现金管理的进展公告 | 2026-01-06 | Chinese | ||
|
2025
7 filings
| |||||
| 36103233 | 关于使用闲置自有资金开展委托理财业务的公告 | 2025-12-19 | Chinese | ||
| 36103228 | 关于处置部分子公司的公告 | 2025-12-19 | Chinese | ||
| 36103216 | 关于使用部分闲置募集资金进行现金管理的公告 | 2025-12-19 | Chinese | ||
| 36103206 | 光大证券股份有限公司关于江苏秀强玻璃工艺股份有限公司使用闲置自有资金开展委托理财业务的核查意见 | 2025-12-19 | Chinese | ||
| 36103202 | 光大证券股份有限公司关于江苏秀强玻璃工艺股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2025-12-19 | Chinese | ||
| 36103201 | 第五届董事会第二十五次会议决议公告 | 2025-12-19 | Chinese | ||
| 36103190 | 关于部分募集资金投资项目延期的公告 | 2025-10-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ChromoGenics AB
Proptech company that develops and manufactures dynamic sma…
|
CHRO | SE | Manufacturing |
|
Compagnie de Saint-Gobain
Designs, manufactures, and distributes materials for constr…
|
SGO | FR | Manufacturing |
|
CSG HOLDING CO.,LTD.
Develops and manufactures high-end glass products and solar…
|
000012 | CN | Manufacturing |
|
Empire Industries Ltd.
Diversified conglomerate in glass, industrial equipment, of…
|
509525 | IN | Manufacturing |
|
Flat Glass Group Co., Ltd.
Integrated manufacturer and major global producer of specia…
|
6865 | HK | Manufacturing |
|
FLAT GLASS GROUP CO., LTD.
Manufacturer of solar PV, architectural, float, and househo…
|
601865 | CN | Manufacturing |
|
Fuyao Glass Industry Group Co., Ltd.
Leading multinational manufacturer of automotive safety gla…
|
3606 | CN | Manufacturing |
|
Goldray Inc.
Manufactures custom architectural decorative glass systems …
|
— | CA | Manufacturing |
|
G-TECH Optoelectronics Corporation
Global provider of precision glass processing and component…
|
3149 | TW | Manufacturing |
|
Haldyn Glass Limited
Produces clear glass containers for food, beverage, and pha…
|
HALDYNGL | IN | Manufacturing |
JIANGSU XIUQIANG GLASSWORK 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/55171/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55171 | 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=55171 | 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=55171 \ -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": 55171}, 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 JIANGSU XIUQIANG GLASSWORK CO., LTD. (id: 55171)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.