
HMC — Investor Relations & Filings
HIWIN MIKROSYSTEM CORP. is a global manufacturer specializing in high-end direct drive technology and motion control systems. The company focuses on the research, development, and production of precision motion components and integrated mechatronic solutions. Its extensive product portfolio includes linear motors, torque motors, direct drive motors, servo motors, and high-speed spindle motors. Additionally, the company provides advanced positioning systems such as linear motor stages, nanometer-scale positioning platforms, and vacuum motors. HIWIN MIKROSYSTEM also develops essential control hardware, including controllers, drives, and position measurement systems. By integrating expertise in transmission control and system technology, the company serves high-precision sectors like semiconductor manufacturing and automation, delivering solutions designed to optimize industrial performance and motion accuracy.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司訂定除息基準日之相關事宜 | 2026-05-26 | Chinese | |
| 公告本公司115年度股東常會通過解除董事及其代表人 競業禁止之限制案 | 2026-05-26 | Chinese | |
| 公告本公司115年度股東常會重要決議事項 | 2026-05-26 | Chinese | |
| 115年05月僑外投資持股 | 2026-05-19 | Chinese | |
| 公告本公司115年第一季合併財務報告董事會預計召開日期 為115年05月08日 | 2026-04-30 | Chinese | |
| 115年年報及股東會資料 — 2026_4576_20260526F13.pdf | 2026-04-24 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47060444 | 公告本公司訂定除息基準日之相關事宜 | 2026-05-26 | Chinese | ||
| 47060442 | 公告本公司115年度股東常會通過解除董事及其代表人 競業禁止之限制案 | 2026-05-26 | Chinese | ||
| 47060438 | 公告本公司115年度股東常會重要決議事項 | 2026-05-26 | Chinese | ||
| 46528401 | 115年05月僑外投資持股 | 2026-05-19 | Chinese | ||
| 39979669 | 公告本公司115年第一季合併財務報告董事會預計召開日期 為115年05月08日 | 2026-04-30 | Chinese | ||
| 36091341 | 115年年報及股東會資料 — 2026_4576_20260526F13.pdf | 2026-04-24 | Chinese | ||
| 36091218 | 115年年報及股東會資料 — 2026_4576_20260526FE2.pdf | 2026-04-24 | English | ||
| 36091167 | 115年年報及股東會資料 — 2026_4576_20260526F02.pdf | 2026-04-24 | Chinese | ||
| 36091050 | 115年年報及股東會資料 — 2026_4576_20260526FE1.pdf | 2026-04-24 | English | ||
| 36091027 | 115年年報及股東會資料 — 2026_4576_20260526F01.pdf | 2026-04-24 | Chinese | ||
| 35626061 | 115年4月22日內部人設質解質 | 2026-04-23 | Chinese | ||
| 35569256 | 114年第4季財務報告書 — 202504_4576_AIC.pdf | 2026-04-23 | English | ||
| 35569233 | 114年第4季財務報告書 — 202504_4576_AIA.pdf | 2026-04-23 | English | ||
| 34475147 | 係因本公司有價證券於集中交易市場達公布注意交易資訊標 準,故公布相關財務業務等重大訊息,以利投資人區別瞭解。 | 2026-04-14 | Chinese | ||
| 33774782 | 115年03月內部人持股異動(事後) | 2026-04-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of electric motors, generators, transformers and electricity distribution and control apparatus
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Hainan Jinpan Smart Technology Co., Ltd.
Manufactures energy-efficient dry-type transformers and pow…
|
688676 | CN | Manufacturing |
|
Hammond Manufacturing Company Limited
Designer, manufacturer, and marketer of electrical and elec…
|
HMM.A | CA | Manufacturing |
|
Hammond Power Solutions Inc.
Largest North American manufacturer of dry-type transformer…
|
HPS.A | CA | Manufacturing |
|
Hangzhou Star Shuaier Electric Appliance Co., Ltd.
Manufactures appliance components, solar modules, and new e…
|
002860 | CN | Manufacturing |
|
HANGZHOU WEIGUANG ELECTRONIC CO.,LTD.
Manufacturer of micro-motors and fans for HVAC, refrigerati…
|
002801 | CN | Manufacturing |
|
HANGZHOU ZHONGHENG ELECTRIC Co., Ltd.
Develops power electronics and energy management for data c…
|
002364 | CN | Manufacturing |
|
HanJungNCS.Co.,Ltd
Manufacturer of components for the electric vehicle and ene…
|
107640 | KR | Manufacturing |
|
Harbin Electric Company Limited
Major enterprise specializing in R&D, manufacturing, and ex…
|
1133 | CN | Manufacturing |
|
Harbin Electric Corporation Jiamusi Electric Machine CO.,Ltd
Develops and manufactures specialized electric motors and c…
|
000922 | CN | Manufacturing |
|
Harbin Jiuzhou Group Co.,Ltd.
Manufactures electrical equipment and provides smart grid a…
|
300040 | CN | Manufacturing |
HMC 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/52414/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52414 | 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=52414 | 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=52414 \ -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": 52414}, 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 HMC (id: 52414)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.