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 |
|---|---|---|---|
| 航天晨光股份有限公司2026年为控股子公司提供担保额度的公告 | 2026-04-24 | Chinese | |
| 航天晨光股份有限公司关于在航天科工财务有限责任公司存贷款的关联交易公告 | 2026-04-24 | Chinese | |
| 航天晨光股份有限公司关于2025年度拟不进行利润分配的公告 | 2026-04-24 | Chinese | |
| 航天晨光股份有限公司内部控制审计报告 | 2026-04-24 | Chinese | |
| 航天晨光股份有限公司七届五十二次董事会决议公告 | 2026-04-24 | Chinese | |
| 航天晨光股份有限公司2025年度内部控制评价报告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 41018346 | 航天晨光股份有限公司2026年为控股子公司提供担保额度的公告 | 2026-04-24 | Chinese | ||
| 41018339 | 航天晨光股份有限公司关于在航天科工财务有限责任公司存贷款的关联交易公告 | 2026-04-24 | Chinese | ||
| 41018335 | 航天晨光股份有限公司关于2025年度拟不进行利润分配的公告 | 2026-04-24 | Chinese | ||
| 41018326 | 航天晨光股份有限公司内部控制审计报告 | 2026-04-24 | Chinese | ||
| 41018258 | 航天晨光股份有限公司七届五十二次董事会决议公告 | 2026-04-24 | Chinese | ||
| 41018251 | 航天晨光股份有限公司2025年度内部控制评价报告 | 2026-04-24 | Chinese | ||
| 41018240 | 航天晨光股份有限公司独立董事2025年度述职报告(叶青) | 2026-04-24 | Chinese | ||
| 41018233 | 航天晨光股份有限公司2025年度环境、社会和公司治理报告摘要 | 2026-04-24 | Chinese | ||
| 41018224 | 关于航天晨光股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-04-24 | Chinese | ||
| 41018141 | 航天晨光股份有限公司独立董事2025年度述职报告(顾冶青) | 2026-04-24 | Chinese | ||
| 41018130 | 关于航天晨光股份有限公司2025年度营业收入扣除情况表的专项核查报告 | 2026-04-24 | Chinese | ||
| 41018059 | 航天晨光股份有限公司与航天科工财务有限责任公司关联交易风险持续评估报告 | 2026-04-24 | Chinese | ||
| 41018050 | 航天晨光股份有限公司独立董事2025年度述职报告(姜绍英) | 2026-04-24 | Chinese | ||
| 41018041 | 航天晨光股份有限公司关于财务负责人及董事会秘书调整的公告 | 2026-04-24 | Chinese | ||
| 41018031 | 航天晨光股份有限公司2025年环境、社会和公司治理报告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BAIC FOTON MOTOR CO.,LTD.
Manufacturer of commercial vehicles and NEVs, including tru…
|
600166 | CN | Manufacturing |
|
BAIC Motor Corporation Limited
Major automotive enterprise manufacturing and distributing …
|
1958 | HK | Manufacturing |
|
Bayerische Motoren Werke AG
A leading global manufacturer of premium automobiles and mo…
|
BMW3 | DE | Manufacturing |
|
Beijing SinoHytec Company Limited
Develops, manufactures, and commercializes hydrogen fuel ce…
|
2402 | HK | Manufacturing |
|
Blue Bird Corp
Designer and manufacturer of school buses, including low- a…
|
BLBD | US | Manufacturing |
|
BOLLINGER INNOVATIONS, INC.
Develops and manufactures commercial electric vehicles and …
|
BINI | US | Manufacturing |
|
Breton Technology Co., Ltd.
Specializes in battery-electric heavy machinery and new ene…
|
1333 | HK | Manufacturing |
|
Brilliance China Automotive Holdings Limited
Investment holding company manufacturing and selling vehicl…
|
1114 | BM | Manufacturing |
|
BYD Company Limited
A global technology enterprise specializing in NEVs, rechar…
|
1211 | HK | Manufacturing |
|
BYD COMPANY LIMITED
Global technology firm specializing in new energy solutions…
|
002594 | 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.