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 |
|---|---|---|---|
| 安邦护卫关于续聘2026年度会计师事务所的公告 | 2026-04-28 | Chinese | |
| 安邦护卫独立董事2025年度述职报告(沈红波) | 2026-04-28 | Chinese | |
| 安邦护卫内部控制审计报告 | 2026-04-28 | Chinese | |
| 安邦护卫关于公司2026年度向银行申请借款总额度的公告 | 2026-04-28 | Chinese | |
| 安邦护卫2025年度社会责任(ESG)报告 | 2026-04-28 | Chinese | |
| 安邦护卫关于确认2025年度日常关联交易和预计2026年度日常关联交易的公告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39548109 | 安邦护卫关于续聘2026年度会计师事务所的公告 | 2026-04-28 | Chinese | ||
| 39548099 | 安邦护卫独立董事2025年度述职报告(沈红波) | 2026-04-28 | Chinese | ||
| 39548054 | 安邦护卫内部控制审计报告 | 2026-04-28 | Chinese | ||
| 39548017 | 安邦护卫关于公司2026年度向银行申请借款总额度的公告 | 2026-04-28 | Chinese | ||
| 39548014 | 安邦护卫2025年度社会责任(ESG)报告 | 2026-04-28 | Chinese | ||
| 39547846 | 安邦护卫关于确认2025年度日常关联交易和预计2026年度日常关联交易的公告 | 2026-04-28 | Chinese | ||
| 39547829 | 安邦护卫独立董事2025年度述职报告(梁立) | 2026-04-28 | Chinese | ||
| 39547788 | 安邦护卫董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-28 | Chinese | ||
| 39547763 | 安邦护卫2025年度内部控制评价报告 | 2026-04-28 | Chinese | ||
| 39547756 | 安邦护卫关于2025年度利润分配及资本公积转增股本方案的公告 | 2026-04-28 | Chinese | ||
| 39547747 | 安邦护卫独立董事2025年度述职报告(马文超) | 2026-04-28 | Chinese | ||
| 39547699 | 财通证券股份有限公司关于安邦护卫集团股份有限公司2025年度日常关联交易执行情况及2026年度日常关联交易预计的核查意见 | 2026-04-28 | Chinese | ||
| 39547691 | 安邦护卫2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 39547688 | 安邦护卫集团股份有限公司2025年度审计报告-中汇会审[2026]6254号 | 2026-04-28 | Chinese | ||
| 39547306 | 安邦护卫2025年年度股东会通知 | 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.