
华洋赛车 — Investor Relations & Filings
Zhejiang Huayang Racing Co., Ltd. specializes in the design, development, and manufacturing of off-road motorcycles and all-terrain vehicles. The company’s core product line features pit bikes, dirt bikes, ATVs, and UTVs engineered for recreational and competitive racing applications. By integrating research and development with precision manufacturing, the firm produces vehicles ranging from youth-oriented entry models to high-performance professional machinery. The product development process emphasizes chassis stability, engine reliability, and ergonomic design for demanding off-road conditions. Serving a global clientele, the company maintains a robust distribution network across major international markets, positioning itself as a key provider of specialized off-road mobility solutions and racing equipment.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届董事会第十四次会议决议公告 | 2025-11-20 | Chinese | |
| 关于召开2025年第四次临时股东会通知公告(提供网络投票) | 2025-11-20 | Chinese | |
| 北京金诚同达(上海)律师事务所关于浙江华洋赛车股份有限公司2024年股权激励计划部分限制性股票回购注销相关事项的法律意见书 | 2025-11-20 | Chinese | |
| 关于回购注销部分限制性股票方案及调整回购价格的公告 | 2025-11-20 | Chinese | |
| 关于拟减少注册资本并修订《公司章程》的公告 | 2025-11-20 | Chinese | |
| 2024年股权激励计划授予限制性股票解除限售公告 | 2025-11-18 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39859165 | 第四届董事会第十四次会议决议公告 | 2025-11-20 | Chinese | ||
| 39859158 | 关于召开2025年第四次临时股东会通知公告(提供网络投票) | 2025-11-20 | Chinese | ||
| 39859145 | 北京金诚同达(上海)律师事务所关于浙江华洋赛车股份有限公司2024年股权激励计划部分限制性股票回购注销相关事项的法律意见书 | 2025-11-20 | Chinese | ||
| 39859130 | 关于回购注销部分限制性股票方案及调整回购价格的公告 | 2025-11-20 | Chinese | ||
| 39859121 | 关于拟减少注册资本并修订《公司章程》的公告 | 2025-11-20 | Chinese | ||
| 39859111 | 2024年股权激励计划授予限制性股票解除限售公告 | 2025-11-18 | Chinese | ||
| 39859102 | 关于募集资金使用完毕并注销募集资金账户的公告 | 2025-11-18 | Chinese | ||
| 39859073 | 关于公司为子公司提供担保的进展公告 | 2025-11-17 | Chinese | ||
| 39859067 | 薪酬与考核委员会关于2024年股权激励计划限制性股票第一个解除限售期解除限售条件成就的核查意见 | 2025-11-02 | Chinese | ||
| 39859048 | 关于2024年股权激励计划限制性股票第一个解除限售期解除限售条件成就的公告 | 2025-11-02 | Chinese | ||
| 39859040 | 投资者关系活动记录表的公告 | 2025-11-02 | Chinese | ||
| 39859031 | 第四届董事会第十三次会议决议公告 | 2025-11-02 | Chinese | ||
| 39859025 | 北京金诚同达(上海)律师事务所关于浙江华洋赛车股份有限公司2024年股权激励计划限制性股票第一个解除限售期解除限售条件成就事项的法律意见书 | 2025-11-02 | Chinese | ||
| 39859012 | 第四届董事会第十二次会议决议公告 | 2025-10-27 | Chinese | ||
| 39859007 | 2025年三季度报告 | 2025-10-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motorcycles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aima Technology Group Co.,Ltd.
Manufacturer of electric two-wheeled vehicles and smart mob…
|
603529 | CN | Manufacturing |
|
Askoll Eva
Designs and manufactures electric vehicles and their core c…
|
EVA | IT | Manufacturing |
|
Ather Energy Limited
Manufacturer of high-performance electric two-wheelers and …
|
ATHERENERG | IN | Manufacturing |
|
Atul Auto Limited
Manufacturer of three-wheeled cargo and passenger vehicles …
|
ATULAUTO | IN | Manufacturing |
|
Automobile Products of India Ltd.
Manufacturer of scooters, autorickshaws, and automotive bra…
|
505032 | IN | Manufacturing |
|
Bajaj Auto Limited
Global manufacturer of motorcycles, electric scooters, and …
|
BAJAJ-AUTO | IN | Manufacturing |
|
Blitz Technologies Ltd.
Designs and manufactures electric scooters and mopeds for p…
|
BLTZ | IL | Manufacturing |
|
Delta Autocorp Limited
Manufacturer of electric scooters and e-rickshaws for urban…
|
DELTIC | IN | Manufacturing |
|
GHIGGERI MOTOS S.R.L.
Motorcycle manufacturer and dealer, offering sales, spare p…
|
— | AR | Manufacturing |
|
Hero MotoCorp Limited
World's largest manufacturer of motorcycles and scooters by…
|
HEROMOTOCO | IN | Manufacturing |
华洋赛车 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/58701/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58701 | 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=58701 | 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=58701 \ -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": 58701}, 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 华洋赛车 (id: 58701)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.