ANBANG SAVE-GUARD GROUP CO., LTD. — Investor Relations & Filings
About ANBANG SAVE-GUARD GROUP CO., LTD.
ANBANG SAVE-GUARD GROUP CO., LTD. specializes in comprehensive security services and financial logistics. The company primarily provides armed escort and transportation for cash and valuables, serving a wide range of financial institutions and commercial banks. Its core operations include vault management, ATM maintenance, and the secure transport of precious metals and confidential documents. Beyond financial logistics, the group offers integrated security solutions such as professional guarding, technical security systems, and emergency response services. The company leverages advanced technology to develop intelligent security platforms, enhancing its capabilities in risk management and operational efficiency. By integrating traditional security personnel with modern surveillance and data analytics, it provides end-to-end protection for high-value assets and critical infrastructure.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 安邦护卫独立董事2025年度述职报告(肖炜麟) | 2026-04-28 | Chinese | |
| 安邦护卫2026年第一季度报告 | 2026-04-28 | Chinese | |
| 安邦护卫独立董事2025年度述职报告(李道春) | 2026-04-28 | Chinese | |
| 财通证券关于安邦护卫集团股份有限公司2025年度持续督导工作现场检查报告 | 2026-04-28 | Chinese | |
| 关于安邦护卫集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-28 | Chinese | |
| 议案3:安邦护卫集团股份有限公司2025年年度报告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39548344 | 安邦护卫独立董事2025年度述职报告(肖炜麟) | 2026-04-28 | Chinese | ||
| 39548302 | 安邦护卫2026年第一季度报告 | 2026-04-28 | Chinese | ||
| 39548293 | 安邦护卫独立董事2025年度述职报告(李道春) | 2026-04-28 | Chinese | ||
| 39548263 | 财通证券关于安邦护卫集团股份有限公司2025年度持续督导工作现场检查报告 | 2026-04-28 | Chinese | ||
| 39548252 | 关于安邦护卫集团股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-28 | Chinese | ||
| 39548226 | 议案3:安邦护卫集团股份有限公司2025年年度报告 | 2026-04-28 | Chinese | ||
| 39548223 | 安邦护卫独立董事2025年度述职报告(王韬) | 2026-04-28 | Chinese | ||
| 39548214 | 安邦护卫董事会授权管理办法 | 2026-04-28 | Chinese | ||
| 39548202 | 财通证券关于安邦护卫集团股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-28 | Chinese | ||
| 39548198 | 财通证券关于安邦护卫集团股份有限公司2025年度持续督导年度报告书 | 2026-04-28 | Chinese | ||
| 39548192 | 安邦护卫关于2025年度计提资产减值准备的公告 | 2026-04-28 | Chinese | ||
| 39548180 | 安邦护卫第二届董事会第四次会议决议公告 | 2026-04-28 | Chinese | ||
| 39548172 | 安邦护卫关于独立董事独立性自查情况的专项意见 | 2026-04-28 | Chinese | ||
| 39548160 | 安邦护卫集团股份有限公司年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-28 | Chinese | ||
| 39548122 | 安邦护卫关于募集资金年度存放与使用情况的专项报告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Investigation and private security activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3 Sixty Risk Solutions Ltd.
Multinational provider of customized risk mitigation and se…
|
SAYFF | CA | Administrative and support serv… |
|
ADT Inc.
Provider of monitored security, automation, and smart home …
|
ADT | US | Administrative and support serv… |
|
ALSOK CO.,LTD.
A security services provider offering electronic, stationed…
|
2331 | JP | Administrative and support serv… |
|
Aquila SA
Operates a national network of firms providing mobile secur…
|
ALAQU | FR | Administrative and support serv… |
|
Armour Security (India) Limited
Provides integrated security and facility management soluti…
|
ARMOUR | IN | Administrative and support serv… |
|
Avante Corp.
Global provider of technology-enabled security services and…
|
XX | CA | Administrative and support serv… |
|
BRINKS CO
Global provider of secure logistics, cash management, and p…
|
BCO | US | Administrative and support serv… |
|
CENTRAL SECURITY PATROLS CO.,LTD.
Provider of manned, tech, and remote security for corporate…
|
9740 | JP | Administrative and support serv… |
|
Century Plaza Hotel Group
An investment holding company providing security guarding s…
|
8315 | HK | Administrative and support serv… |
|
CMS Info Systems Limited
Offers integrated cash management, logistics, and banking t…
|
CMSINFO | IN | Administrative and support serv… |
ANBANG SAVE-GUARD GROUP 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/57636/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57636 | 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=57636 | 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=57636 \ -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": 57636}, 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 ANBANG SAVE-GUARD GROUP CO., LTD. (id: 57636)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.