
ZHEJIANG FOUNDER MOTOR CO.,LTD. — Investor Relations & Filings
Zhejiang Founder Motor Co., Ltd. specializes in the research, development, manufacturing, and distribution of micro-motors and motor control systems. The company's primary product portfolio includes drive motors for new energy vehicles (NEV), sewing machine motors, and motors for household appliances and power tools. It is a significant supplier in the automotive sector, providing high-performance drive systems for electric and hybrid vehicles. Additionally, the company produces specialized motors for industrial applications and consumer electronics, such as vacuum cleaners and automotive seat adjustment systems. Founder Motor focuses on technological innovation in energy efficiency, precision control, and high-power density motor design to serve global markets in the automotive and industrial automation sectors.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于股票异动的公告 | 2026-05-19 | Chinese | |
| 关于董事会完成换届选举并聘任高级管理人员的公告 | 2026-05-07 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-07 | Chinese | |
| 公司第九届董事会第一次会议决议公告 | 2026-05-07 | Chinese | |
| 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会的公告 | 2026-05-07 | Chinese | |
| 方正电机2025年年度股东会法律意见书 | 2026-05-07 | Chinese |
Browse filings by year
20 years- 2026 45 filings
- 2025 112 filings
- 2024 104 filings
- 2023 203 filings
- 2022 151 filings
- 2021 213 filings
- 2020 149 filings
- 2019 184 filings
- 2018 148 filings
- 2017 123 filings
- 2016 134 filings
- 2015 224 filings
- 2014 208 filings
- 2013 110 filings
- 2012 66 filings
- 2011 69 filings
- 2010 68 filings
- 2009 71 filings
- 2008 83 filings
- 2007 31 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46565658 | 关于股票异动的公告 | 2026-05-19 | Chinese | ||
| 44272300 | 关于董事会完成换届选举并聘任高级管理人员的公告 | 2026-05-07 | Chinese | ||
| 44272297 | 2025年年度股东会决议公告 | 2026-05-07 | Chinese | ||
| 44269092 | 公司第九届董事会第一次会议决议公告 | 2026-05-07 | Chinese | ||
| 44268434 | 关于参加浙江辖区上市公司2026年投资者网上集体接待日暨2025年度业绩说明会的公告 | 2026-05-07 | Chinese | ||
| 44267092 | 方正电机2025年年度股东会法律意见书 | 2026-05-07 | Chinese | ||
| 35079625 | 关于董事会换届选举的公告 | 2026-04-14 | Chinese | ||
| 35079620 | 2026年一季度报告 | 2026-04-14 | Chinese | ||
| 35079619 | 关于使用自有闲置资金开展委托理财业务的公告 | 2026-04-14 | Chinese | ||
| 34908433 | 2025年度总经理工作报告 | 2026-04-14 | Chinese | ||
| 34908429 | 独立董事候选人声明与承诺-戎云林 | 2026-04-14 | Chinese | ||
| 34908426 | 独立董事提名人声明与承诺-陈帅弟 | 2026-04-14 | Chinese | ||
| 34908424 | 第八届董事会第三十一次会议决议公告 | 2026-04-14 | Chinese | ||
| 34904437 | 浙江方正电机股份有限公司董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-14 | Chinese | ||
| 34904433 | 2025年年度报告摘要 | 2026-04-14 | 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 |
|---|---|---|---|
|
Aartech Solonics Limited
Engineering firm providing energy storage, bus transfer sys…
|
AARTECH | IN | Manufacturing |
|
ABB India Limited
Technology leader in electrification and automation for a s…
|
ABB | IN | Manufacturing |
|
ABB Ltd
A technology company specializing in electrification and au…
|
ABBN | CH | Manufacturing |
|
ACCORD TRANSFORMER & SWITCHGEAR LIMITED
Designs and manufactures energy-efficient transformers and …
|
544710 | IN | Manufacturing |
|
Ads-Tec Energy Public Ltd Co
Develops battery-buffered platform solutions for ultra-fast…
|
ADSE | US | Manufacturing |
|
ADVAIT ENERGY TRANSITIONS LIMITED
Provides power transmission components, renewable energy, a…
|
ADVAIT | IN | Manufacturing |
|
ADVENT TECHNOLOGIES HOLDINGS, INC.
Develops and manufactures complete fuel cell systems and th…
|
ADN | US | Manufacturing |
|
AEC
Provider of heavy electrical equipment, power electronics, …
|
1514 | TW | Manufacturing |
|
AFC ENERGY PLC
Develops hydrogen power generation technologies for off-gri…
|
AFC | GB | Manufacturing |
|
AHA Co.,Ltd
A technology company operating in EdTech, Healthcare, and E…
|
102950 | KR | Manufacturing |
ZHEJIANG FOUNDER MOTOR 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/54250/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54250 | 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=54250 | 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=54250 \ -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": 54250}, 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 ZHEJIANG FOUNDER MOTOR CO.,LTD. (id: 54250)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.