/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 |
|---|---|---|---|
| 2023年独立董事述职报告-高海军 | 2024-04-23 | Chinese | |
| 关于举办2023年年度报告网上业绩说明会的公告 | 2024-04-23 | Chinese | |
| 内部控制自我评价报告 | 2024-04-23 | Chinese | |
| 董事会对独立董事独立性评估的专项意见 | 2024-04-23 | Chinese | |
| 第七届董事会第七次会议决议公告 | 2024-03-20 | Chinese | |
| 2024年为天津信隆提供担保的公告 | 2024-03-20 | 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 | |
|---|---|---|---|---|---|
|
2024
9 filings
| |||||
| 34836498 | 2023年独立董事述职报告-高海军 | 2024-04-23 | Chinese | ||
| 34836484 | 关于举办2023年年度报告网上业绩说明会的公告 | 2024-04-23 | Chinese | ||
| 34836477 | 内部控制自我评价报告 | 2024-04-23 | Chinese | ||
| 34836465 | 董事会对独立董事独立性评估的专项意见 | 2024-04-23 | Chinese | ||
| 34836456 | 第七届董事会第七次会议决议公告 | 2024-03-20 | Chinese | ||
| 34836449 | 2024年为天津信隆提供担保的公告 | 2024-03-20 | Chinese | ||
| 34836436 | 关于2024年度继续开展远期外汇交易的公告 | 2024-03-20 | Chinese | ||
| 34836428 | 第七届监事会第七次会议决议公告 | 2024-03-20 | Chinese | ||
| 34836416 | 2023年度业绩预告 | 2024-01-29 | Chinese | ||
|
2023
6 filings
| |||||
| 34836400 | 关于完成工商变更登记及备案的公告 | 2023-11-21 | Chinese | ||
| 34836390 | 2023年第三次临时股东大会决议公告 | 2023-11-16 | Chinese | ||
| 34836379 | 2023年第三次临时股东大会法律意见书 | 2023-11-16 | Chinese | ||
| 34836365 | 关于回购账户剩余股份注销完成暨股份变动的公告 | 2023-11-08 | Chinese | ||
| 34836351 | 董事会决议公告 | 2023-10-27 | Chinese | ||
| 34836336 | 董事会议事规则 | 2023-10-27 | 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.