
HENGBAO CO.,LTD. — Investor Relations & Filings
Hengbao Co., Ltd. specializes in the research, development, and manufacturing of smart cards, terminal equipment, and information security solutions. The company provides a comprehensive range of products including financial IC cards, telecommunications SIM cards, social security cards, and electronic identification documents. Its portfolio extends to mobile payment technologies, digital security systems, and tax control devices. Serving sectors such as banking, telecommunications, and government administration, the company focuses on high-security encryption and data protection. It is actively involved in the development of digital currency hardware wallets and related infrastructure for electronic payment ecosystems. The company emphasizes technological innovation in smart card operating systems and secure chip applications to support digital transformation across various public and private service platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于聘任公司董事会秘书的公告 | 2016-07-18 | Chinese | |
| 独立董事关于聘任公司董事会秘书的独立意见 | 2016-07-18 | Chinese | |
| 第六届董事会第一次临时会议决议公告 | 2016-07-18 | Chinese | |
| 2016年半年度业绩预告修正公告 | 2016-07-13 | Chinese | |
| 关于股票期权与限制性股票激励计划第二个行权/解锁期符合条件的公告 | 2016-07-12 | Chinese | |
| 关于股票期权与限制性股票激励计划第二个行权期采取自主行权方式的公告 | 2016-07-12 | Chinese |
Browse filings by year
21 years- 2026 1 filing
- 2025 65 filings
- 2024 83 filings
- 2023 75 filings
- 2022 100 filings
- 2021 119 filings
- 2020 87 filings
- 2019 95 filings
- 2018 90 filings
- 2017 103 filings
- 2016 126 filings
- 2015 121 filings
- 2014 100 filings
- 2013 77 filings
- 2012 65 filings
- 2011 45 filings
- 2010 82 filings
- 2009 51 filings
- 2008 79 filings
- 2007 98 filings
- 2006 19 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 34815804 | 关于聘任公司董事会秘书的公告 | 2016-07-18 | Chinese | ||
| 34815795 | 独立董事关于聘任公司董事会秘书的独立意见 | 2016-07-18 | Chinese | ||
| 34815790 | 第六届董事会第一次临时会议决议公告 | 2016-07-18 | Chinese | ||
| 34815775 | 2016年半年度业绩预告修正公告 | 2016-07-13 | Chinese | ||
| 34815757 | 关于股票期权与限制性股票激励计划第二个行权/解锁期符合条件的公告 | 2016-07-12 | Chinese | ||
| 34815745 | 关于股票期权与限制性股票激励计划第二个行权期采取自主行权方式的公告 | 2016-07-12 | Chinese | ||
| 34815730 | 关于公司股票期权与限制性股票激励计划调整第二个行权期股票期权价格以及第二个行权期、解锁期行权、解锁条件成就的补充法律意见书 | 2016-07-06 | Chinese | ||
| 34815717 | 关于《江苏世纪同仁律师事务所关于恒宝股份有限公司股票期权与限制性股票激励计划调整第二个行权期股票期权价格以及第二个行权期、解锁期行权、解锁条件成就的法律意见书》的补充公告 | 2016-07-06 | Chinese | ||
| 34815708 | 股票期权与限制性股票激励计划人员名单(调整后) | 2016-06-29 | Chinese | ||
| 34815699 | 监事会对调整后的股票期权及限制性股票激励对象名单的核实意见 | 2016-06-29 | Chinese | ||
| 34815686 | 独立董事对调整后的股票期权及限制性股票激励对象名单的独立意见 | 2016-06-29 | Chinese | ||
| 34815678 | 关于调整股票期权与限制性股票激励计划第二个行权期股票期权价格的公告 | 2016-06-28 | Chinese | ||
| 34815660 | 第六届监事会第一次会议决议 | 2016-06-28 | Chinese | ||
| 34815647 | 关于公司股票期权与限制性股票激励计划调整第二个行权期股票期权价格以及第二个行权期、解锁期行权、解锁条件成就的法律意见书 | 2016-06-28 | Chinese | ||
| 34815639 | 关于股票期权与限制性股票激励计划第二个行权/解锁期符合条件的公告 | 2016-06-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of magnetic and optical media
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Cellfie Global Co.,Ltd.
Manufactures electronic smart cards and provides software-b…
|
068940 | KR | Manufacturing |
|
CMC
Global manufacturer of optical storage media and optoelectr…
|
2323 | TW | Manufacturing |
|
RITEK
Develops data storage solutions, electronic components, and…
|
2349 | TW | Manufacturing |
HENGBAO 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/54162/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54162 | 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=54162 | 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=54162 \ -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": 54162}, 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 HENGBAO CO.,LTD. (id: 54162)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.