
SENSTEED HI-TECH GROUP — Investor Relations & Filings
Sensteed Hi-Tech Group specializes in the research, development, and manufacturing of high-performance automotive components, with a primary focus on aluminum alloy wheels. The company utilizes advanced casting, spinning, and forging technologies to produce lightweight, high-strength wheels for both original equipment manufacturers (OEMs) and the global aftermarket. Its operations integrate automated production processes and precision engineering to ensure product quality and structural integrity. The group's product portfolio serves a diverse range of vehicle types, emphasizing fuel efficiency and safety through weight reduction. In addition to its core manufacturing activities, the company engages in strategic investments within high-tech sectors, leveraging its technical expertise to provide comprehensive engineering solutions and maintain a robust presence in international supply chains.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于公司与知豆电动汽车有限公司管理人签订《备忘录》的进展公告 | 2022-09-05 | Chinese | |
| 关于公司股东部分股份被司法冻结的公告 | 2022-09-05 | Chinese | |
| 半年报董事会决议公告 | 2022-08-30 | Chinese | |
| 2022年半年度报告摘要 | 2022-08-30 | Chinese | |
| 2022年半年度财务报告 | 2022-08-30 | Chinese | |
| 半年报监事会决议公告 | 2022-08-30 | Chinese |
Browse filings by year
24 years- 2026 2 filings
- 2023 87 filings
- 2022 167 filings
- 2021 154 filings
- 2020 202 filings
- 2019 406 filings
- 2018 279 filings
- 2017 304 filings
- 2016 245 filings
- 2015 163 filings
- 2014 104 filings
- 2013 81 filings
- 2012 87 filings
- 2011 126 filings
- 2010 66 filings
- 2009 139 filings
- 2008 117 filings
- 2007 121 filings
- 2006 60 filings
- 2005 27 filings
- 2004 19 filings
- 2003 21 filings
- 2002 19 filings
- 2001 4 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 44312139 | 关于公司与知豆电动汽车有限公司管理人签订《备忘录》的进展公告 | 2022-09-05 | Chinese | ||
| 44312130 | 关于公司股东部分股份被司法冻结的公告 | 2022-09-05 | Chinese | ||
| 44312128 | 半年报董事会决议公告 | 2022-08-30 | Chinese | ||
| 44312084 | 2022年半年度报告摘要 | 2022-08-30 | Chinese | ||
| 44312063 | 2022年半年度财务报告 | 2022-08-30 | Chinese | ||
| 44311880 | 半年报监事会决议公告 | 2022-08-30 | Chinese | ||
| 44311874 | 2022年半年度募集资金存放与实际使用情况的专项报告 | 2022-08-30 | Chinese | ||
| 44311865 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-30 | Chinese | ||
| 44311851 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-30 | Chinese | ||
| 44311830 | 2022年半年度报告 | 2022-08-30 | Chinese | ||
| 44311733 | 关于公司重整计划执行进展的公告 | 2022-08-26 | Chinese | ||
| 44311729 | 关于公司与知豆电动汽车有限公司管理人签订《备忘录》的进展公告 | 2022-08-02 | Chinese | ||
| 44311721 | 关于公司重整计划执行进展的公告 | 2022-07-26 | Chinese | ||
| 44311713 | 2022年半年度业绩预告 | 2022-07-14 | Chinese | ||
| 44311703 | 关于签订股权收益权转让与回购合同补充合同及其相关担保的公告 | 2022-06-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
SENSTEED HI-TECH GROUP 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/53941/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53941 | 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=53941 | 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=53941 \ -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": 53941}, 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 SENSTEED HI-TECH GROUP (id: 53941)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.