Guoanda Co., Ltd. — Investor Relations & Filings
Guoanda Co., Ltd. specializes in the research, development, production, and sales of automatic fire suppression systems and emergency rescue equipment. The company focuses on providing integrated fire safety solutions for high-risk environments, including power grids, energy storage systems, public transportation, and industrial facilities. Its product portfolio includes intelligent fire extinguishing systems specifically designed for lithium-ion batteries, power distribution cabinets, and wind turbines. Guoanda emphasizes technological innovation in fire detection and rapid suppression, offering specialized equipment for early-stage fire control and emergency response. The company serves a diverse range of sectors requiring advanced safety protocols, leveraging its expertise in automated monitoring and localized fire protection to enhance infrastructure resilience and public safety.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国安达股份有限公司关于签订募集资金三方及四方监管协议的公告 | 2023-05-04 | Chinese | |
| 2023年一季度报告 | 2023-04-25 | Chinese | |
| 国安达股份有限公司2023年第一季度报告披露提示性公告 | 2023-04-25 | Chinese | |
| 九州证券股份有限公司关于国安达股份有限公司2022年度持续督导现场检查报告 | 2023-04-23 | Chinese | |
| 国安达股份有限公司关于2022年度利润分配预案的公告 | 2023-04-23 | Chinese | |
| 九州证券股份有限公司关于国安达股份有限公司向金融机构申请综合授信额度并由关联人提供担保和反担保的核查意见 | 2023-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 39926955 | 国安达股份有限公司关于签订募集资金三方及四方监管协议的公告 | 2023-05-04 | Chinese | ||
| 39926945 | 2023年一季度报告 | 2023-04-25 | Chinese | ||
| 39926938 | 国安达股份有限公司2023年第一季度报告披露提示性公告 | 2023-04-25 | Chinese | ||
| 39926930 | 九州证券股份有限公司关于国安达股份有限公司2022年度持续督导现场检查报告 | 2023-04-23 | Chinese | ||
| 39926918 | 国安达股份有限公司关于2022年度利润分配预案的公告 | 2023-04-23 | Chinese | ||
| 39926913 | 九州证券股份有限公司关于国安达股份有限公司向金融机构申请综合授信额度并由关联人提供担保和反担保的核查意见 | 2023-04-23 | Chinese | ||
| 39926905 | 国安达股份有限公司关于2022年年度报告披露的提示性公告 | 2023-04-23 | Chinese | ||
| 39926900 | 国安达股份有限公司关于增加使用部分暂时闲置募集资金进行现金管理的公告 | 2023-04-23 | Chinese | ||
| 39926893 | 国安达股份有限公司2022年募集资金年度存放与使用情况鉴证报告及说明 | 2023-04-23 | Chinese | ||
| 39926887 | 国安达股份有限公司关于召开公司2022年年度股东大会的通知 | 2023-04-23 | Chinese | ||
| 39926879 | 国安达股份有限公司2022年度独立董事述职报告 (王子冬) | 2023-04-23 | Chinese | ||
| 39926874 | 国安达股份有限公司2022年度非经营性资金占用及其他关联资金往来情况的专项审计说明 | 2023-04-23 | Chinese | ||
| 39926866 | 关于续聘公司2023年度审计机构的公告 | 2023-04-23 | Chinese | ||
| 39926858 | 国安达股份有限公司独立董事关于第四届董事会第十二次会议相关事项的独立意见 | 2023-04-23 | Chinese | ||
| 39926849 | 国安达股份有限公司关于调整公司组织架构的公告 | 2023-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Guoanda Co., Ltd. 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/55869/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55869 | 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=55869 | 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=55869 \ -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": 55869}, 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 Guoanda Co., Ltd. (id: 55869)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.