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 |
|---|---|---|---|
|
Agarwal Float Glass India Limited
Trades and processes diverse glass products for constructio…
|
AGARWALFT | IN | Manufacturing |
|
Agarwal Toughened Glass India Limited
Manufacturer of high-performance safety glass for structura…
|
AGARWALTUF | IN | Manufacturing |
|
AGC Inc.
Global manufacturer of glass, electronics, chemicals, and c…
|
5201 | JP | Manufacturing |
|
AGI GREENPAC LIMITED
Manufactures glass containers, PET bottles, and closures fo…
|
AGI | IN | Manufacturing |
|
Anhui Deli Household Glass Co.,Ltd.
Specializes in the production and global distribution of da…
|
002571 | CN | Manufacturing |
|
Asahi India Glass Ltd.
Integrated glass solutions provider for automotive and arch…
|
ASAHIINDIA | IN | Manufacturing |
|
BANDARAM PHARMA PACKTECH LIMITED
Manufactures and distributes primary packaging solutions fo…
|
524602 | IN | Manufacturing |
|
Borosil Limited
Manufacturer of borosilicate glassware for consumer, scient…
|
BOROLTD | IN | Manufacturing |
|
BOROSIL RENEWABLES LIMITED
Specialized producer of high-performance solar glass for th…
|
BORORENEW | IN | Manufacturing |
|
Borosil Scientific Limited
Produces laboratory glassware and scientific instruments fo…
|
BOROSCI | 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.