
SHAHE INDUSTRIAL CO.,LTD. — Investor Relations & Filings
SHAHE INDUSTRIAL CO.,LTD. specializes in the development, manufacture, and distribution of precision measuring instruments and metrology tools. The company's product portfolio includes a comprehensive range of digital calipers, micrometers, height gauges, and protractors, as well as specialized equipment such as force gauges, torque testers, and hardness testers. These instruments are designed for applications in mechanical manufacturing, quality assurance, and engineering research. SHAHE focuses on integrating digital technology into traditional measurement tools to enhance accuracy and user efficiency. The company serves a global clientele, providing high-precision solutions for industrial measurement needs. Its products are recognized for their reliability and technical performance in demanding professional environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 沙河股份董事会审计委员会工作细则(2025年10月) | 2025-10-30 | Chinese | |
| 沙河股份接待和推广制度(2025年10月) | 2025-10-30 | Chinese | |
| 沙河实业股份有限公司章程(2025年10月) | 2025-10-30 | Chinese | |
| 沙河股份股票交易异常波动公告 | 2025-09-23 | Chinese | |
| 沙河实业股份有限公司总办会议事规则(2025年8月) | 2025-08-29 | Chinese | |
| 2025年半年度报告 | 2025-08-29 | Chinese |
Browse filings by year
29 years- 2026 83 filings
- 2025 78 filings
- 2024 44 filings
- 2023 82 filings
- 2022 57 filings
- 2021 66 filings
- 2020 60 filings
- 2019 49 filings
- 2018 56 filings
- 2017 72 filings
- 2016 35 filings
- 2015 56 filings
- 2014 52 filings
- 2013 77 filings
- 2012 44 filings
- 2011 53 filings
- 2010 43 filings
- 2009 58 filings
- 2008 66 filings
- 2007 76 filings
- 2006 60 filings
- 2005 61 filings
- 2004 67 filings
- 2003 52 filings
- 2002 37 filings
- 2001 10 filings
- 1993 2 filings
- 1992 1 filing
- 1991 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41886224 | 沙河股份董事会审计委员会工作细则(2025年10月) | 2025-10-30 | Chinese | ||
| 41886182 | 沙河股份接待和推广制度(2025年10月) | 2025-10-30 | Chinese | ||
| 41886168 | 沙河实业股份有限公司章程(2025年10月) | 2025-10-30 | Chinese | ||
| 41886158 | 沙河股份股票交易异常波动公告 | 2025-09-23 | Chinese | ||
| 41886148 | 沙河实业股份有限公司总办会议事规则(2025年8月) | 2025-08-29 | Chinese | ||
| 41886131 | 2025年半年度报告 | 2025-08-29 | Chinese | ||
| 41886099 | 半年报董事会决议公告 | 2025-08-29 | Chinese | ||
| 41886088 | 2025年半年度报告摘要 | 2025-08-29 | Chinese | ||
| 41886080 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-29 | Chinese | ||
| 41886071 | 2025年半年度财务报告 | 2025-08-29 | Chinese | ||
| 41886057 | 关于证券事务代表辞职的公告 | 2025-08-11 | Chinese | ||
| 41886047 | 关于董事长辞职的公告 | 2025-08-11 | Chinese | ||
| 41886038 | 2025年半年度业绩预告 | 2025-07-11 | Chinese | ||
| 41886027 | 2025年一季度报告 | 2025-04-25 | Chinese | ||
| 41886010 | 沙河实业股份有限公司2024年度股东大会决议公告 | 2025-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
SHAHE INDUSTRIAL 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/53556/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53556 | 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=53556 | 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=53556 \ -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": 53556}, 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 SHAHE INDUSTRIAL CO.,LTD. (id: 53556)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.