
Saurer Intelligent Technology Co. Ltd. — Investor Relations & Filings
Saurer Intelligent Technology Co. Ltd. is a global technology group specializing in machinery and components for fiber and yarn processing. The company provides integrated solutions across the textile value chain, from bale opening to yarn finishing. Its portfolio includes high-performance systems for ring spinning, rotor spinning, winding, twisting, and embroidery. Key brands such as Schlafhorst, Zinser, Allma, and Volkmann are recognized for advancements in automation and digitalization. Saurer focuses on enhancing production efficiency through its E³ design philosophy, which prioritizes energy savings, economic value, and ergonomic operation. By incorporating intelligent sensors and data-driven analytics, the company enables manufacturers to optimize yarn quality and reduce waste. A global service infrastructure supports these technologies with technical expertise and original components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会各专门委员会议事规则(2025年12月) | 2025-12-12 | Chinese | |
| 关于取消监事会、修订《公司章程》并办理工商变更登记、修订及制定部分治理制度的公告 | 2025-12-12 | Chinese | |
| 第十届监事会第十六次会议决议公告 | 2025-12-12 | Chinese | |
| 总经理工作细则(2025年12月) | 2025-12-12 | Chinese | |
| 关联交易管理制度(2025年12月) | 2025-12-12 | Chinese | |
| 对外担保管理制度(2025年12月) | 2025-12-12 | Chinese |
Browse filings by year
24 years- 2026 47 filings
- 2025 108 filings
- 2024 112 filings
- 2023 90 filings
- 2022 67 filings
- 2021 107 filings
- 2020 107 filings
- 2019 101 filings
- 2018 109 filings
- 2017 225 filings
- 2016 172 filings
- 2015 102 filings
- 2014 101 filings
- 2013 82 filings
- 2012 53 filings
- 2011 47 filings
- 2010 54 filings
- 2009 68 filings
- 2008 69 filings
- 2007 58 filings
- 2006 74 filings
- 2005 45 filings
- 2004 34 filings
- 2003 7 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 41119300 | 董事会各专门委员会议事规则(2025年12月) | 2025-12-12 | Chinese | ||
| 41119288 | 关于取消监事会、修订《公司章程》并办理工商变更登记、修订及制定部分治理制度的公告 | 2025-12-12 | Chinese | ||
| 41119279 | 第十届监事会第十六次会议决议公告 | 2025-12-12 | Chinese | ||
| 41119271 | 总经理工作细则(2025年12月) | 2025-12-12 | Chinese | ||
| 41119268 | 关联交易管理制度(2025年12月) | 2025-12-12 | Chinese | ||
| 41119264 | 对外担保管理制度(2025年12月) | 2025-12-12 | Chinese | ||
| 41119258 | 关于股份回购进展公告 | 2025-12-01 | Chinese | ||
| 41119250 | 关于召开2025年第三季度业绩说明会的公告 | 2025-12-01 | Chinese | ||
| 41119244 | 关于股份回购进展公告 | 2025-11-03 | Chinese | ||
| 41119232 | 关于公司2025年前三季度计提减值准备的公告 | 2025-10-29 | Chinese | ||
| 41119222 | 2025年第三季度报告 | 2025-10-29 | Chinese | ||
| 41119220 | 关于召开2025年半年度业绩说明会的公告 | 2025-10-15 | Chinese | ||
| 41119214 | 关于股份回购进展公告 | 2025-10-09 | Chinese | ||
| 41119204 | 关于股份回购进展公告 | 2025-09-02 | Chinese | ||
| 41119199 | 2025年半年度报告 | 2025-08-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for textile, apparel and leather production
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bajaj Steel Industries Ltd.
Manufactures cotton ginning and pressing machinery and turn…
|
BAJAJST | IN | Manufacturing |
|
China Hi-Tech Group Co.,Ltd
Manufactures advanced machinery and commercial vehicles wit…
|
600730 | CN | Manufacturing |
|
CHTC Fong’s International Company Limited
Engaged in advanced textile dyeing equipment manufacturing …
|
641 | HK | Manufacturing |
|
Haina Intelligent Equipment International Holdings Limited
Designs and manufactures automated production lines for dis…
|
1645 | HK | Manufacturing |
|
Hangzhou Honghua Digital Technology Stock Company LTD.
Develops digital inkjet printing technology and industrial …
|
688789 | CN | Manufacturing |
|
Hangzhou Iecho Science & Technology Co., Ltd.
Provides automated high-precision digital cutting systems f…
|
688092 | CN | Manufacturing |
|
Harish Textile Engineers Limited
Designs and manufactures advanced textile processing and fi…
|
542682 | IN | Manufacturing |
|
Indian Card Clothing Ltd
Manufactures card clothing and accessories for the global t…
|
INDIANCARD | IN | Manufacturing |
|
JACK TECHNOLOGY CO., LTD
Global manufacturer of industrial sewing equipment and smar…
|
603337 | CN | Manufacturing |
|
JANOME Corporation
Manufactures household sewing machines and high-precision i…
|
6445 | JP | Manufacturing |
Saurer Intelligent Technology 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/56805/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56805 | 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=56805 | 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=56805 \ -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": 56805}, 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 Saurer Intelligent Technology Co. Ltd. (id: 56805)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.