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 |
|---|---|---|---|
| 国安达股份有限公司第四届监事会第五次会议决议公告 | 2022-12-02 | Chinese | |
| 国安达股份有限公司关于调整部分募集资金投资项目内部投资结构及项目延期的公告 | 2022-12-02 | Chinese | |
| 国安达股份有限公司第四届董事会第五次会议决议公告 | 2022-12-02 | Chinese | |
| 招商证券股份有限公司关于国安达股份有限公司调整部分募集资金投资项目内部投资结构及项目延期的核查意见 | 2022-12-02 | Chinese | |
| 独立董事关于第四届董事会第五次会议相关事项的独立意见 | 2022-12-02 | Chinese | |
| 国安达股份有限公司关于部分高级管理人员股份减持计划实施完成的公告 | 2022-11-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 39925195 | 国安达股份有限公司第四届监事会第五次会议决议公告 | 2022-12-02 | Chinese | ||
| 39925184 | 国安达股份有限公司关于调整部分募集资金投资项目内部投资结构及项目延期的公告 | 2022-12-02 | Chinese | ||
| 39925167 | 国安达股份有限公司第四届董事会第五次会议决议公告 | 2022-12-02 | Chinese | ||
| 39925159 | 招商证券股份有限公司关于国安达股份有限公司调整部分募集资金投资项目内部投资结构及项目延期的核查意见 | 2022-12-02 | Chinese | ||
| 39925150 | 独立董事关于第四届董事会第五次会议相关事项的独立意见 | 2022-12-02 | Chinese | ||
| 39925144 | 国安达股份有限公司关于部分高级管理人员股份减持计划实施完成的公告 | 2022-11-14 | Chinese | ||
| 39925132 | 国安达股份有限公司2022年第三次临时股东大会决议公告 | 2022-11-10 | Chinese | ||
| 39925126 | 泰和泰(北京)律师事务所关于国安达股份有限公司2022年第三次临时股东大会法律意见书 | 2022-11-10 | Chinese | ||
| 39925116 | 国安达股份有限公司关于部分高级管理人员股份减持计划实施完成的公告 | 2022-11-08 | Chinese | ||
| 39925107 | 国安达股份有限公司关于部分董事股份减持数量过半的进展公告 | 2022-11-03 | Chinese | ||
| 39925099 | 2022年三季度报告 | 2022-10-24 | Chinese | ||
| 39925090 | 招商证券股份有限公司关于国安达股份有限公司部分募集资金投资项目结项并将结余募集资金永久补充流动资金的核查意见 | 2022-10-24 | Chinese | ||
| 39925080 | 国安达股份有限公司关于租赁房产暨关联交易的公告 | 2022-10-24 | Chinese | ||
| 39925074 | 国安达股份有限公司2022年第三季度报告披露提示性公告 | 2022-10-24 | Chinese | ||
| 39925064 | 独立董事关于第四届董事会第四次会议相关事项的独立意见 | 2022-10-24 | 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.