Aerosun Corporation — Investor Relations & Filings
About Aerosun Corporation
Aerosun Corporation is a diversified manufacturing enterprise specializing in the design and production of high-end equipment. Its core product portfolio includes special-purpose vehicles such as aircraft refuellers, sanitation trucks, and chemical tankers. The company is a prominent manufacturer of pressure vessels, cryogenic equipment, and expansion joints, serving sectors like aviation, energy, and petrochemicals. Additionally, Aerosun is recognized for its expertise in flexible metal hoses and large-scale bronze art casting. With a focus on engineering excellence and technical innovation, the corporation provides integrated solutions for fluid transport and environmental protection. Its operations emphasize reliability and precision in heavy machinery and specialized industrial components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 航天晨光股份有限公司关于调整2021年限制性股票激励计划首次授予对象名单及授予权益数量的公告 | 2022-05-10 | Chinese | |
| 航天晨光股份有限公司关于向激励对象首次授予限制性股票的公告 | 2022-05-10 | Chinese | |
| 航天晨光股份有限公司2022年第一次临时股东大会决议公告 | 2022-05-09 | Chinese | |
| 航天晨光2022年第一次临时股东大会法律意见书 | 2022-05-09 | Chinese | |
| 航天晨光股份有限公司内部控制审计报告 | 2022-04-29 | Chinese | |
| 航天晨光股份有限公司董事会审计委员会2021年度履职情况报告 | 2022-04-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 41008247 | 航天晨光股份有限公司关于调整2021年限制性股票激励计划首次授予对象名单及授予权益数量的公告 | 2022-05-10 | Chinese | ||
| 41008236 | 航天晨光股份有限公司关于向激励对象首次授予限制性股票的公告 | 2022-05-10 | Chinese | ||
| 41008218 | 航天晨光股份有限公司2022年第一次临时股东大会决议公告 | 2022-05-09 | Chinese | ||
| 41008203 | 航天晨光2022年第一次临时股东大会法律意见书 | 2022-05-09 | Chinese | ||
| 41008195 | 航天晨光股份有限公司内部控制审计报告 | 2022-04-29 | Chinese | ||
| 41008132 | 航天晨光股份有限公司董事会审计委员会2021年度履职情况报告 | 2022-04-29 | Chinese | ||
| 41008124 | 航天晨光股份有限公司2021年社会责任报告 | 2022-04-29 | Chinese | ||
| 41008098 | 航天晨光股份有限公司七届六次监事会决议公告 | 2022-04-29 | Chinese | ||
| 41008090 | 航天晨光股份有限公司关于召开2021年年度股东大会的通知 | 2022-04-29 | Chinese | ||
| 41008067 | 航天晨光股份有限公司2022年年第一季度报告 | 2022-04-29 | Chinese | ||
| 41008045 | 航天晨光股份有限公司2022年度日常关联交易公告 | 2022-04-29 | Chinese | ||
| 41008036 | 航天晨光股份有限公司2022年与航天科工财务有限责任公司关联交易风险评估报告 | 2022-04-29 | Chinese | ||
| 41008026 | 航天晨光股份有限公司七届七次董事会决议公告 | 2022-04-29 | Chinese | ||
| 41007999 | 航天晨光股份有限公司2022年第一次临时股东大会会议文件 | 2022-04-29 | Chinese | ||
| 41007982 | 航天晨光股份有限公司关于在航天科工财务有限责任公司存贷款的关联交易公告 | 2022-04-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aebi Schmidt Holding AG
Provider of specialty vehicles and services for infrastruct…
|
AEBI | CH | 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 |
|
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 |
|
Aston Martin Lagonda Global Holdings PLC
Manufacturer of ultra-luxury sports cars and grand tourers.
|
AML | GB | Manufacturing |
|
Autech Corporation
Manufacturer of special vehicles, HVAC systems, and cold ch…
|
067170 | KR | Manufacturing |
|
BAIC BluePark New Energy Technology Co.,Ltd.
Developer and manufacturer of battery electric vehicles and…
|
600733 | CN | Manufacturing |
Aerosun Corporation 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/56769/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56769 | 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=56769 | 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=56769 \ -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": 56769}, 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 Aerosun Corporation (id: 56769)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.