HANGZHOU HOTA M&E HOLDINGS CO., LTD. — Investor Relations & Filings
Hangzhou Hota M&E Holdings Co., Ltd. specializes in the design, development, and manufacture of high-precision mechanical transmission components. The company's core product portfolio includes a wide range of gears, shafts, and related assemblies utilized across various sectors such as automotive, power tools, and industrial machinery. HOTA focuses on providing integrated solutions for transmission systems, leveraging advanced manufacturing technologies and quality control processes to meet international standards. The company serves a global clientele, supplying critical components to major original equipment manufacturers (OEMs) and tier-one suppliers. Its technical expertise encompasses gear grinding, heat treatment, and precision machining, positioning it as a key player in the mechanical and electrical engineering field.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部控制审计报告 | 2026-03-26 | Chinese | |
| 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-03-26 | Chinese | |
| 关于2025年度计提资产减值准备的公告 | 2026-03-26 | Chinese | |
| 第二届董事会薪酬与考核委员会关于2025年限制性股票激励计划第一个解除限售期解除限售条件未成就暨回购注销部分限制性股票的核查意见 | 2026-03-26 | Chinese | |
| 国联民生证券承销保荐有限公司关于和泰机电2025年度募集资金年度存放、管理与使用情况的专项核查意见 | 2026-03-26 | Chinese | |
| 关于预计2026年度日常关联交易的公告 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39490347 | 内部控制审计报告 | 2026-03-26 | Chinese | ||
| 39490334 | 关于回购注销部分限制性股票减少注册资本暨通知债权人的公告 | 2026-03-26 | Chinese | ||
| 39490326 | 关于2025年度计提资产减值准备的公告 | 2026-03-26 | Chinese | ||
| 39490322 | 第二届董事会薪酬与考核委员会关于2025年限制性股票激励计划第一个解除限售期解除限售条件未成就暨回购注销部分限制性股票的核查意见 | 2026-03-26 | Chinese | ||
| 39490314 | 国联民生证券承销保荐有限公司关于和泰机电2025年度募集资金年度存放、管理与使用情况的专项核查意见 | 2026-03-26 | Chinese | ||
| 39490305 | 关于预计2026年度日常关联交易的公告 | 2026-03-26 | Chinese | ||
| 39490296 | 关于公司及子公司向银行申请综合授信额度及为子公司提供担保的公告 | 2026-03-26 | Chinese | ||
| 39490290 | 2025年度会计师事务所履职情况评估报告暨审计委员会履行监督职责情况报告 | 2026-03-26 | Chinese | ||
| 39490289 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese | ||
| 39490267 | 2025年年度报告摘要 | 2026-03-26 | Chinese | ||
| 39490252 | 关于2026年度董事、高级管理人员薪酬方案的公告 | 2026-03-26 | Chinese | ||
| 39490246 | 公司未来三年(2026年-2028年)股东回报规划 | 2026-03-26 | Chinese | ||
| 39490235 | 关于非经常性损益的专项核查意见 | 2026-03-26 | Chinese | ||
| 39490192 | 年度非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2026-03-26 | Chinese | ||
| 39490148 | 关于公司股票交易异常波动的公告 | 2026-03-05 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acuvi AB
Develops and manufactures high-precision positioning system…
|
ACUVI | SE | Manufacturing |
|
APEX DYNAMICS, INC.
Manufactures precision mechanical transmission components a…
|
4583 | TW | Manufacturing |
|
Austin Engineering Co. Ltd.
Designs and manufactures anti-friction bearings and custom …
|
522005 | IN | Manufacturing |
|
BERA HOLDİNG A.Ş.
A diversified holding company with operations in manufactur…
|
BERA | TR | Manufacturing |
|
Best Linking Group Holdings Ltd.
Investment holding company manufacturing slewing rings and …
|
9882 | HK | Manufacturing |
|
Bimetal Bearings Ltd
Manufactures precision engine bearings, bushings, and thrus…
|
BIMETAL | IN | Manufacturing |
|
BONSYSTEMS Co., Ltd.
Develops and manufactures advanced actuators and cycloidal …
|
496320 | KR | Manufacturing |
|
BROADWIND, INC.
Precision manufacturer of heavy fabrications and gearing fo…
|
BWEN | US | Manufacturing |
|
CARRARO INDIA LIMITED
Designs and manufactures axles and transmissions for off-hi…
|
CARRARO | IN | Manufacturing |
|
CHANGZHOU NRB CORPORATION
Manufactures precision needle roller bearings for automotiv…
|
002708 | CN | Manufacturing |
HANGZHOU HOTA M&E HOLDINGS 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/53974/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53974 | 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=53974 | 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=53974 \ -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": 53974}, 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 HANGZHOU HOTA M&E HOLDINGS CO., LTD. (id: 53974)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.