/other/HL_CORP_SHENZHEN-logo.png)
HL CORP (SHENZHEN) — Investor Relations & Filings
HL CORP (SHENZHEN) specializes in the research, development, and manufacturing of bicycle components and fitness equipment. The company is widely recognized for its 'ZOOM' brand, producing a comprehensive range of products including handlebars, stems, seat posts, suspension forks, and braking systems. Its portfolio also encompasses specialized components for electric bicycles and rehabilitation equipment. Serving as a major supplier for the global cycling market, the firm provides original equipment manufacturer (OEM) and original design manufacturer (ODM) services to numerous international brands. HL CORP (SHENZHEN) focuses on technical innovation, precision engineering, and large-scale production capabilities to meet diverse performance and safety requirements. The company integrates advanced materials and ergonomic designs to enhance product durability and user experience across various cycling disciplines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 监事会决议公告 | 2025-04-22 | Chinese | |
| 2024年年度审计报告 | 2025-04-22 | Chinese | |
| 关于计提资产减值准备的公告 | 2025-04-22 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2025-04-22 | Chinese | |
| 关于会计政策变更的公告 | 2025-04-22 | Chinese | |
| 年度股东大会通知 | 2025-04-22 | Chinese |
Browse filings by year
21 years- 2026 32 filings
- 2025 103 filings
- 2024 69 filings
- 2023 112 filings
- 2022 115 filings
- 2021 62 filings
- 2020 78 filings
- 2019 85 filings
- 2018 80 filings
- 2017 55 filings
- 2016 76 filings
- 2015 61 filings
- 2014 88 filings
- 2013 86 filings
- 2012 70 filings
- 2011 56 filings
- 2010 98 filings
- 2009 98 filings
- 2008 71 filings
- 2007 72 filings
- 2006 26 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34838724 | 监事会决议公告 | 2025-04-22 | Chinese | ||
| 34838673 | 2024年年度审计报告 | 2025-04-22 | Chinese | ||
| 34838149 | 关于计提资产减值准备的公告 | 2025-04-22 | Chinese | ||
| 34838123 | 年度关联方资金占用专项审计报告 | 2025-04-22 | Chinese | ||
| 34838027 | 关于会计政策变更的公告 | 2025-04-22 | Chinese | ||
| 34838020 | 年度股东大会通知 | 2025-04-22 | Chinese | ||
| 34838015 | 内部控制自我评价报告 | 2025-04-22 | Chinese | ||
| 34838006 | 2024年独立董事述职报告-甘勇明 | 2025-04-22 | Chinese | ||
| 34837993 | 2024年年度报告 | 2025-04-22 | Chinese | ||
| 34837980 | 中汇会专[2025]5004号 关于深圳信隆健康产业发展股份有限公司2024年度营业收入扣除情况的专项审核说明 | 2025-04-22 | Chinese | ||
| 34837868 | 2024年度监事会工作报告 | 2025-04-22 | Chinese | ||
| 34837857 | 董事会审计委员会对会计师事务所2024年度履职情况评估及履行监督职责情况的报告 | 2025-04-22 | Chinese | ||
| 34837846 | 关于2024年年度报告网上说明会公开征集问题的提示性公告 | 2025-04-22 | Chinese | ||
| 34837833 | 董事会对独立董事独立性评估的专项意见 | 2025-04-22 | Chinese | ||
| 34837826 | 董事会决议公告 | 2025-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bicycles and invalid carriages
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ANANDA DRIVE TECHNIQUES(SHANGHAI)CO., LTD.
Develops drive systems and components for electric bicycles…
|
603350 | CN | Manufacturing |
|
Atlas Cycles (Haryana) Ltd.
Manufacturer of durable, cost-effective bicycles and cyclin…
|
ATLASCYCLE | IN | Manufacturing |
|
BICICLETAS MONARK SA
Manufacturer of mountain, transport, leisure, and youth bic…
|
— | BR | Manufacturing |
|
DAHON TECH (SHENZHEN) CO., LTD.
World's largest producer of folding bicycles, e-bikes, road…
|
2543 | HK | Manufacturing |
|
EZGO Technologies Ltd.
Provider of e-bikes, e-tricycles, and related battery and c…
|
EZGO | US | Manufacturing |
|
GIANT
Global leader in the design, engineering, and production of…
|
9921 | TW | Manufacturing |
|
JOY KIE CORPORATION LIMITED
Designs and distributes mountain, road, electric, and child…
|
300994 | CN | Manufacturing |
|
KMC
World's largest bicycle chain manufacturer specializing in …
|
5306 | TW | Manufacturing |
|
Lee Chi
Manufacturer of high-performance bicycle components, brakin…
|
1517 | TW | Manufacturing |
|
LOBO TECHNOLOGIES LTD.
Designs and manufactures electric mobility products and sma…
|
LOBO | VG | Manufacturing |
HL CORP (SHENZHEN) 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/54163/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54163 | 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=54163 | 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=54163 \ -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": 54163}, 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 HL CORP (SHENZHEN) (id: 54163)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.