/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 |
|---|---|---|---|
| 第六届董事会第五次会议决议公告 | 2020-04-28 | Chinese | |
| 关于公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2020-04-28 | Chinese | |
| 2019年度监事会工作报告 | 2020-04-28 | Chinese | |
| 2019年内部控制规则落实自查表 | 2020-04-28 | Chinese | |
| 第六届监事会第五次会议决议公告 | 2020-04-28 | Chinese | |
| 独立董事王巍望2019年度述职报告 | 2020-04-28 | 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 | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 34830314 | 第六届董事会第五次会议决议公告 | 2020-04-28 | Chinese | ||
| 34830300 | 关于公司非经营性资金占用及其他关联资金往来情况的专项审核说明 | 2020-04-28 | Chinese | ||
| 34830283 | 2019年度监事会工作报告 | 2020-04-28 | Chinese | ||
| 34830261 | 2019年内部控制规则落实自查表 | 2020-04-28 | Chinese | ||
| 34830249 | 第六届监事会第五次会议决议公告 | 2020-04-28 | Chinese | ||
| 34830227 | 独立董事王巍望2019年度述职报告 | 2020-04-28 | Chinese | ||
| 34830216 | 独立董事陈大路2019年度述职报告 | 2020-04-28 | Chinese | ||
| 34830199 | 独立董事魏天慧2019年度述职报告 | 2020-04-28 | Chinese | ||
| 34830188 | 2020年第二次临时股东大会决议公告 | 2020-04-27 | Chinese | ||
| 34830176 | 2020年第二次临时股东大会的法律意见书 | 2020-04-27 | Chinese | ||
| 34830143 | 关于对公司中小板关注函[2020]第193号的回复 | 2020-04-16 | Chinese | ||
| 34830090 | 关于深圳证券交易所关注函回复的公告 | 2020-04-14 | Chinese | ||
| 34830081 | 2020年第一季度业绩预告 | 2020-04-14 | Chinese | ||
| 34830067 | 回购股份进展公告 | 2020-04-01 | Chinese | ||
| 34830053 | 关于涉及诉讼相关事项的进展公告(20200326) | 2020-03-25 | 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.