
浩淼科技 — 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年第四次临时股东大会决议公告 | 2022-12-13 | Chinese | |
| 安徽天禾律师事务所关于明光浩淼安防科技股份公司2022年第四次临时股东大会的法律意见书 | 2022-12-13 | Chinese | |
| 公司章程 | 2022-12-13 | Chinese | |
| 独立董事关于第三届董事会第十七次会议相关事项的独立意见 | 2022-11-27 | Chinese | |
| 安徽天禾律师事务所关于明光浩淼安防科技股份公司2022年股权激励计划回购注销部分限制性股票之法律意见书 | 2022-11-27 | Chinese | |
| 监事会关于明光浩淼安防科技股份公司2022年股权激励计划(草案)部分限制性股票定向回购并注销相关事项的核查意见 | 2022-11-27 | Chinese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 39739275 | 2022年第四次临时股东大会决议公告 | 2022-12-13 | Chinese | ||
| 39739264 | 安徽天禾律师事务所关于明光浩淼安防科技股份公司2022年第四次临时股东大会的法律意见书 | 2022-12-13 | Chinese | ||
| 39739252 | 公司章程 | 2022-12-13 | Chinese | ||
| 39739236 | 独立董事关于第三届董事会第十七次会议相关事项的独立意见 | 2022-11-27 | Chinese | ||
| 39739231 | 安徽天禾律师事务所关于明光浩淼安防科技股份公司2022年股权激励计划回购注销部分限制性股票之法律意见书 | 2022-11-27 | Chinese | ||
| 39739225 | 监事会关于明光浩淼安防科技股份公司2022年股权激励计划(草案)部分限制性股票定向回购并注销相关事项的核查意见 | 2022-11-27 | Chinese | ||
| 39739215 | 第三届董事会第十七次会议决议公告 | 2022-11-27 | Chinese | ||
| 39739207 | 关于拟减少注册资本并修订公司章程公告 | 2022-11-27 | Chinese | ||
| 39739196 | 关于拟定向回购并注销明光浩淼安防科技股份公司2022年股权激励计划(草案)部分限制性股票的公告 | 2022-11-27 | Chinese | ||
| 39739184 | 第三届监事会第十四次会议决议公告 | 2022-11-27 | Chinese | ||
| 39739177 | 关于召开2022年第四次临时股东大会通知公告(提供网络投票) | 2022-11-27 | Chinese | ||
| 39739170 | 关于取得第十二届中国消防协会科学技术创新奖证书的公告 | 2022-10-26 | Chinese | ||
| 39739163 | 2022年第三季度报告 | 2022-10-26 | Chinese | ||
| 39739127 | 第三届监事会第十三次会议决议公告 | 2022-10-26 | Chinese | ||
| 39739116 | 第三届董事会第十六次会议决议公告 | 2022-10-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.