
浩淼科技 — Investor Relations & Filings
Haomiao Technology specializes in the research, development, and manufacturing of advanced fire-fighting vehicles and emergency rescue equipment. The company provides a comprehensive range of specialized solutions, including pumper fire trucks, aerial platform vehicles, foam fire trucks, and emergency rescue units. Its product line extends to intelligent fire-fighting systems and specialized robotic equipment engineered for high-risk environments. The firm serves a diverse client base across municipal fire departments, aviation hubs, and the petrochemical sector. By focusing on technical innovation and high-performance engineering, the company delivers customized equipment designed to address complex fire safety and disaster response challenges.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 监事会关于《明光浩淼安防科技股份公司2022年股权激励计划(草案)》部分限制性股票定向回购并注销相关事项的核查意见 | 2023-08-21 | Chinese | |
| 关于召开2023年第二次临时股东大会通知公告(提供网络投票) | 2023-08-21 | Chinese | |
| 2023年半年度报告 | 2023-08-21 | Chinese | |
| 2023年半年度报告摘要 | 2023-08-21 | Chinese | |
| 第四届监事会第三次会议决议公告 | 2023-08-21 | Chinese | |
| 关于拟定向回购并注销《明光浩淼安防科技股份公司2022年股权激励计划(草案)》部分限制性股票的公告 | 2023-08-21 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39740799 | 监事会关于《明光浩淼安防科技股份公司2022年股权激励计划(草案)》部分限制性股票定向回购并注销相关事项的核查意见 | 2023-08-21 | Chinese | ||
| 39740778 | 关于召开2023年第二次临时股东大会通知公告(提供网络投票) | 2023-08-21 | Chinese | ||
| 39740767 | 2023年半年度报告 | 2023-08-21 | Chinese | ||
| 39740716 | 2023年半年度报告摘要 | 2023-08-21 | Chinese | ||
| 39740712 | 第四届监事会第三次会议决议公告 | 2023-08-21 | Chinese | ||
| 39740702 | 关于拟定向回购并注销《明光浩淼安防科技股份公司2022年股权激励计划(草案)》部分限制性股票的公告 | 2023-08-21 | Chinese | ||
| 39740688 | 安徽天禾律师事务所关于明光浩淼安防科技股份公司2022年股权激励计划回购注销部分限制性股票之法律意见书 | 2023-08-21 | Chinese | ||
| 39740626 | 第四届董事会第三次会议决议公告 | 2023-08-21 | Chinese | ||
| 39740617 | 监事会关于2022年股权激励计划授予限制性股票第一个解除限售期解除限售条件成就的核查意见 | 2023-08-06 | Chinese | ||
| 39740605 | 独立董事关于第四届董事会第二次会议相关事项的独立意见 | 2023-08-06 | Chinese | ||
| 39740594 | 关于2022年股权激励计划授予限制性股票第一个解除限售期解除限售条件成就的公告 | 2023-08-06 | Chinese | ||
| 39740581 | 第四届监事会第二次会议决议公告 | 2023-08-06 | Chinese | ||
| 39740573 | 安徽天禾律师事务所关于明光浩淼安防科技股份公司2022年股权激励计划授予限制性股票第一个解除限售期解除限售事宜的法律意见书 | 2023-08-06 | Chinese | ||
| 39740565 | 第四届董事会第二次会议决议公告 | 2023-08-06 | Chinese | ||
| 39740557 | 董事长、监事会主席、高级管理人员换届公告 | 2023-07-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ados Pakistan Limited
Provides engineering solutions for energy and defense secto…
|
ADOS | PK | Manufacturing |
|
Aebi Schmidt Holding AG
Provider of specialty vehicles and services for infrastruct…
|
AEBI | CH | Manufacturing |
|
Aerosun Corporation
Manufactures special-purpose vehicles, pressure vessels, an…
|
600501 | CN | Manufacturing |
|
ANADOLU ISUZU OTOMOTİV SANAYİ VE TİCARET A.Ş.
Manufacturer of commercial vehicles like buses, midibuses, …
|
ASUZU | TR | Manufacturing |
|
ANHUI ANKAI AUTOMOBILE CO.,LTD.
Manufacturer of buses and chassis specializing in monocoque…
|
000868 | CN | Manufacturing |
|
Anhui Jianghuai Automobile Group Corp.,Ltd.
Integrated manufacturer of commercial and passenger vehicle…
|
600418 | CN | Manufacturing |
|
Apollo Future Mobility Group Limited
Advanced automotive technology, smart mobility solutions, l…
|
860 | HK | Manufacturing |
|
Aptera Motors Corp
Manufacturer of hyper-efficient, two-seat solar electric ve…
|
SEV | US | Manufacturing |
|
ARI Motors Industries SE
Manufacturer of customizable light electric utility vehicle…
|
ARI | DE | Manufacturing |
|
Ashok Leyland Ltd.
Manufacturer of commercial vehicles, buses, and defense log…
|
ASHOKLEY | 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/58937/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58937 | 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=58937 | 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=58937 \ -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": 58937}, 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: 58937)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.