
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年度独立董事述职报告(陈珊) | 2023-04-28 | Chinese | |
| 2022年度独立董事述职报告(杨央平) | 2023-04-28 | Chinese | |
| 关于续聘天健会计师事务所(特殊普通合伙)为本公司2023年度财务报告及内部控制审计机构的公告 | 2023-04-28 | Chinese | |
| 2023年一季度报告 | 2023-04-28 | Chinese | |
| 关于2023年度公司向相关金融机构申请融资额度的公告 | 2023-04-28 | Chinese | |
| 董事会决议公告 | 2023-04-28 | 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 | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 44313142 | 2022年度独立董事述职报告(陈珊) | 2023-04-28 | Chinese | ||
| 44313114 | 2022年度独立董事述职报告(杨央平) | 2023-04-28 | Chinese | ||
| 44313093 | 关于续聘天健会计师事务所(特殊普通合伙)为本公司2023年度财务报告及内部控制审计机构的公告 | 2023-04-28 | Chinese | ||
| 44313090 | 2023年一季度报告 | 2023-04-28 | Chinese | ||
| 44313085 | 关于2023年度公司向相关金融机构申请融资额度的公告 | 2023-04-28 | Chinese | ||
| 44313071 | 董事会决议公告 | 2023-04-28 | Chinese | ||
| 44313062 | 2022年年度报告摘要 | 2023-04-28 | Chinese | ||
| 44313057 | 监事会决议公告 | 2023-04-28 | Chinese | ||
| 44313049 | 年度利润分配预案的公告 | 2023-04-28 | Chinese | ||
| 44313041 | 关于未弥补亏损达到实收股本总额三分之一的公告 | 2023-04-28 | Chinese | ||
| 44313017 | 独立董事对担保等事项的独立意见 | 2023-04-28 | Chinese | ||
| 44313006 | 2022年度独立董事述职报告(王震坡) | 2023-04-28 | Chinese | ||
| 44312966 | 2022年年度报告 | 2023-04-28 | Chinese | ||
| 44312961 | 年度募集资金使用情况专项说明 | 2023-04-28 | Chinese | ||
| 44312950 | 关于计提资产减值准备的公告 | 2023-04-28 | 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.