
华洋赛车 — 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-06-16 | Chinese | |
| 第四届董事会第八次会议决议公告 | 2025-06-16 | Chinese | |
| 光大证券股份有限公司关于浙江华洋赛车股份有限公司的2024年度持续督导跟踪报告 | 2025-05-21 | Chinese | |
| 2024年年度权益分派实施公告 | 2025-05-21 | Chinese | |
| 2024年年度股东会决议公告 | 2025-05-18 | Chinese | |
| 北京金诚同达(上海)律师事务所关于浙江华洋赛车股份有限公司2024年年度股东会的法律意见书 | 2025-05-18 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39858323 | 光大证券股份有限公司关于浙江华洋赛车股份有限公司向控股子公司提供担保事项的核查意见 | 2025-06-16 | Chinese | ||
| 39858311 | 第四届董事会第八次会议决议公告 | 2025-06-16 | Chinese | ||
| 39858301 | 光大证券股份有限公司关于浙江华洋赛车股份有限公司的2024年度持续督导跟踪报告 | 2025-05-21 | Chinese | ||
| 39858284 | 2024年年度权益分派实施公告 | 2025-05-21 | Chinese | ||
| 39858275 | 2024年年度股东会决议公告 | 2025-05-18 | Chinese | ||
| 39858263 | 北京金诚同达(上海)律师事务所关于浙江华洋赛车股份有限公司2024年年度股东会的法律意见书 | 2025-05-18 | Chinese | ||
| 39858251 | 投资者关系活动记录表 | 2025-05-15 | Chinese | ||
| 39858243 | 2024年年度报告说明会预告公告 | 2025-05-06 | Chinese | ||
| 39858234 | 投资者关系活动记录表 | 2025-04-29 | Chinese | ||
| 39858223 | 高级管理人员变动公告 | 2025-04-27 | Chinese | ||
| 39858214 | 容诚会计师事务所(特殊普通合伙)关于浙江华洋赛车股份有限公司募集资金年度存放与使用情况鉴证报告 | 2025-04-27 | Chinese | ||
| 39858071 | 光大证券股份有限公司关于浙江华洋赛车股份有限公司2024年度募集资金存放与使用情况鉴证报告 | 2025-04-27 | Chinese | ||
| 39858049 | 关于预计2025年度日常关联交易的公告 | 2025-04-27 | Chinese | ||
| 39858036 | 董事会审计委员会2024年度履职情况报告 | 2025-04-27 | Chinese | ||
| 39858025 | 关于召开2024年年度股东会通知公告(提供网络投票) | 2025-04-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.