
Zhejiang Weixing Industrial Development Co., Ltd. — Investor Relations & Filings
Zhejiang Weixing Industrial Development Co., Ltd., operating under the brand SAB, specializes in the research, development, design, and manufacturing of garment accessories. The company's primary product portfolio includes a comprehensive range of zippers, buttons, and metal fasteners. By integrating advanced production technologies with a robust supply chain, the firm provides one-stop accessory solutions to international fashion brands and garment manufacturers. Its operations focus on innovation and quality control, offering functional reliability and aesthetic versatility across diverse product lines to meet the specific requirements of global apparel production.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司2025年度权益分派实施公告 | 2026-05-11 | Chinese | |
| 浙江天册律师事务所关于浙江伟星实业发展股份有限公司2025年度股东会的法律意见书 | 2026-05-07 | Chinese | |
| 公司2025年度股东会决议公告 | 2026-05-07 | Chinese | |
| 公司第九届董事会第十次(临时)会议决议公告 | 2026-04-27 | Chinese | |
| 2026年一季度报告 | 2026-04-27 | Chinese | |
| 公司关于变更职工代表董事的公告 | 2026-04-24 | Chinese |
Browse filings by year
23 years- 2026 36 filings
- 2025 143 filings
- 2024 72 filings
- 2023 107 filings
- 2022 79 filings
- 2021 69 filings
- 2020 87 filings
- 2019 73 filings
- 2018 68 filings
- 2017 65 filings
- 2016 138 filings
- 2015 99 filings
- 2014 74 filings
- 2013 88 filings
- 2012 71 filings
- 2011 78 filings
- 2010 74 filings
- 2009 64 filings
- 2008 72 filings
- 2007 91 filings
- 2006 84 filings
- 2005 68 filings
- 2004 28 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45016824 | 公司2025年度权益分派实施公告 | 2026-05-11 | Chinese | ||
| 44272034 | 浙江天册律师事务所关于浙江伟星实业发展股份有限公司2025年度股东会的法律意见书 | 2026-05-07 | Chinese | ||
| 44265890 | 公司2025年度股东会决议公告 | 2026-05-07 | Chinese | ||
| 44312127 | 公司第九届董事会第十次(临时)会议决议公告 | 2026-04-27 | Chinese | ||
| 44312126 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 44312124 | 公司关于变更职工代表董事的公告 | 2026-04-24 | Chinese | ||
| 44312123 | 独立董事2025年度述职报告 | 2026-04-16 | Chinese | ||
| 44312122 | 公司2025年度内部控制评价报告 | 2026-04-16 | Chinese | ||
| 44312120 | 公司董事、高级管理人员薪酬管理制度 | 2026-04-16 | Chinese | ||
| 44312118 | 公司2025年度董事会工作报告 | 2026-04-16 | Chinese | ||
| 44312117 | 公司2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-16 | Chinese | ||
| 44312114 | 非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-16 | Chinese | ||
| 44312113 | 2025年年度报告 | 2026-04-16 | Chinese | ||
| 44312111 | 公司第九届董事会第九次会议决议公告 | 2026-04-16 | Chinese | ||
| 44312110 | 东亚前海证券有限责任公司关于浙江伟星实业发展股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见 | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other manufacturing n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3M India Ltd.
Science-based firm delivering industrial, safety, healthcar…
|
3MINDIA | IN | Manufacturing |
|
ACCO BRANDS Corp
Global designer and manufacturer of academic, consumer, and…
|
ACCO | US | Manufacturing |
|
ADEL KALEMCİLİK TİCARET VE SANAYİ A.Ş.
A manufacturer and marketer of stationery products like pen…
|
ADEL | TR | Manufacturing |
|
ALKOSIGN LIMITED
Designs and manufactures visual communication products and …
|
543453 | IN | Manufacturing |
|
Amifa Co., Ltd.
Plans, manufactures, and wholesales lifestyle goods like gi…
|
7800 | JP | Manufacturing |
|
ANSELL LIMITED
Global developer and manufacturer of advanced hand and body…
|
ANN | AU | Manufacturing |
|
ARTNATURE INC.
Manufactures and sells wigs, hairpieces, and hair augmentat…
|
7823 | JP | Manufacturing |
|
AVON PROTECTION PLC
Provider of mission-critical personal protection systems fo…
|
AVON | GB | Manufacturing |
|
Best Bristle Company Co., Ltd.
Manufacturer of PBT filaments for oral care, industrial, an…
|
318410 | KR | Manufacturing |
|
BRADY CORP
Manufacturer of solutions that identify and protect people,…
|
BRC | US | Manufacturing |
Zhejiang Weixing Industrial Development 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/54069/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54069 | 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=54069 | 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=54069 \ -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": 54069}, 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 Zhejiang Weixing Industrial Development Co., Ltd. (id: 54069)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.