
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-06-03 | Chinese | |
| 关于参加新疆辖区上市公司2025年投资者网上集体接待日活动的公告 | 2025-05-15 | Chinese | |
| 关于股份回购进展公告 | 2025-05-07 | Chinese | |
| 2024年度独立董事述职报告(谢满林)(更新版) | 2025-04-29 | Chinese | |
| 2024年年度报告 | 2025-04-28 | Chinese | |
| 董事会关于2024年度带强调事项段的无保留意见审计报告的专项说明 | 2025-04-28 | 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
| |||||
| 41119007 | 关于股份回购进展公告 | 2025-06-03 | Chinese | ||
| 41118999 | 关于参加新疆辖区上市公司2025年投资者网上集体接待日活动的公告 | 2025-05-15 | Chinese | ||
| 41118979 | 关于股份回购进展公告 | 2025-05-07 | Chinese | ||
| 41118974 | 2024年度独立董事述职报告(谢满林)(更新版) | 2025-04-29 | Chinese | ||
| 41118967 | 2024年年度报告 | 2025-04-28 | Chinese | ||
| 41118963 | 董事会关于2024年度带强调事项段的无保留意见审计报告的专项说明 | 2025-04-28 | Chinese | ||
| 41118956 | 2024年度会计师事务所的履职情况评估报告 | 2025-04-28 | Chinese | ||
| 41118954 | 关于会计政策变更的公告 | 2025-04-28 | Chinese | ||
| 41118946 | 1-4-2-1 卓郎智能2024年度董事会工作报告 | 2025-04-28 | Chinese | ||
| 41118939 | 2024年度独立董事述职报告(李金华) | 2025-04-28 | Chinese | ||
| 41118929 | 2024年度监事会工作报告 | 2025-04-28 | Chinese | ||
| 41118922 | 关于外汇衍生品交易预计及授权的公告 | 2025-04-28 | Chinese | ||
| 41118913 | 2024年度独立董事述职报告(谢满林) | 2025-04-28 | Chinese | ||
| 41118902 | 关于开展外汇衍生品交易业务的可行性分析报告 | 2025-04-28 | Chinese | ||
| 41118895 | 2024年年度报告摘要 | 2025-04-28 | 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.