
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 |
|---|---|---|---|
| 关于控股股东股份被轮候冻结的公告 | 2026-05-18 | Chinese | |
| 关于股票交易异常波动公告 | 2026-05-11 | Chinese | |
| 关于公司及子公司接受关联方担保暨关联交易的公告 | 2026-04-28 | Chinese | |
| 2025年度独立董事述职报告(李书奇) | 2026-04-28 | Chinese | |
| 2025年度会计师事务所的履职情况评估报告 | 2026-04-28 | Chinese | |
| 关于对外担保预计及授权的公告 | 2026-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 | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46512945 | 关于控股股东股份被轮候冻结的公告 | 2026-05-18 | Chinese | ||
| 45017127 | 关于股票交易异常波动公告 | 2026-05-11 | Chinese | ||
| 41120224 | 关于公司及子公司接受关联方担保暨关联交易的公告 | 2026-04-28 | Chinese | ||
| 41120219 | 2025年度独立董事述职报告(李书奇) | 2026-04-28 | Chinese | ||
| 41120212 | 2025年度会计师事务所的履职情况评估报告 | 2026-04-28 | Chinese | ||
| 41120204 | 关于对外担保预计及授权的公告 | 2026-04-28 | Chinese | ||
| 41120195 | 2025年年内部控制评价报告 | 2026-04-28 | Chinese | ||
| 41120191 | 2025年度独立董事述职报告(李金华) | 2026-04-28 | Chinese | ||
| 41120181 | 2025年度会计师事务所对公司营业收入扣除情况的专项审核报告 | 2026-04-28 | Chinese | ||
| 41120097 | 第十届董事会第二十六次会议决议公告 | 2026-04-28 | Chinese | ||
| 41120092 | 2025年年度报告 | 2026-04-28 | Chinese | ||
| 41120069 | 关于2025年度利润分配方案的公告 | 2026-04-28 | Chinese | ||
| 41120065 | 2026年第一季度报告 | 2026-04-28 | Chinese | ||
| 41120049 | 关于2026年度日常关联交易预计及授权的公告 | 2026-04-28 | Chinese | ||
| 41120041 | 2025年度审计报告 | 2026-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.