SHENZHEN LEAGUER CO.,LTD. — Investor Relations & Filings
Shenzhen Leaguer Co., Ltd. specializes in high-tech enterprise incubation, technology transfer, and industrial investment. Established as a platform to bridge academic research and industrial application, the company leverages its relationship with the Research Institute of Tsinghua University in Shenzhen to foster innovation. Its core business encompasses the operation of technology parks, the provision of incubation services for startups, and strategic investments in sectors such as new materials, digital electronics, and environmental protection. The company offers a comprehensive service system that includes technical support, financial management, and industrial resource integration, aiming to accelerate the commercialization of scientific breakthroughs and support the growth of emerging technology enterprises.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国信证券股份有限公司关于《深圳市力合科创股份有限公司收购报告书》之持续督导意见 | 2026-04-14 | Chinese | |
| 关于子公司2026年度为入园企业银行按揭贷款提供阶段性担保的公告 | 2026-03-26 | Chinese | |
| 董事会审计委员会对会计师事务所履行监督职责情况的报告 | 2026-03-26 | Chinese | |
| 非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-26 | Chinese | |
| 非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-26 | Chinese | |
| 董事会关于独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34870023 | 国信证券股份有限公司关于《深圳市力合科创股份有限公司收购报告书》之持续督导意见 | 2026-04-14 | Chinese | ||
| 35180709 | 关于子公司2026年度为入园企业银行按揭贷款提供阶段性担保的公告 | 2026-03-26 | Chinese | ||
| 35180706 | 董事会审计委员会对会计师事务所履行监督职责情况的报告 | 2026-03-26 | Chinese | ||
| 35180703 | 非经营性资金占用及其他关联资金往来的专项说明 | 2026-03-26 | Chinese | ||
| 35180700 | 非经营性资金占用及其他关联资金往来情况汇总表 | 2026-03-26 | Chinese | ||
| 35180697 | 董事会关于独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese | ||
| 35180695 | 独立董事2025年度述职报告(黄亚英) | 2026-03-26 | Chinese | ||
| 35180693 | 2025年度内部控制审计报告 | 2026-03-26 | Chinese | ||
| 35180688 | 第六届董事会第二十三次会议决议公告 | 2026-03-26 | Chinese | ||
| 35180686 | 关于对会计师事务所履职情况的评估报告 | 2026-03-26 | Chinese | ||
| 35180683 | 2026年度财务预算报告 | 2026-03-26 | Chinese | ||
| 35180681 | 关于“质量回报双提升”行动方案的进展公告 | 2026-03-26 | Chinese | ||
| 35180679 | 关于拟公开发行公司债券、中期票据的公告 | 2026-03-26 | Chinese | ||
| 35180678 | 关于全资子公司向其控股子公司提供财务资助延期的公告 | 2026-03-26 | Chinese | ||
| 35180676 | 关于2025年度利润分配预案的公告 | 2026-03-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Business and other management consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acclaim Energy Trust
Specialized energy management firm offering resiliency plan…
|
AE.UN | CA | Professional, scientific and te… |
|
Adsure Services PLC
A business assurance provider for public and government-fun…
|
ADS | GB | Professional, scientific and te… |
|
Agencja Rozwoju Innowacji Spolka Akcyjna
Financial advisory and investment firm specializing in rais…
|
ARI | PL | Professional, scientific and te… |
|
Aidma Holdings, Inc.
Provides AI-driven sales and business support services for …
|
7373 | JP | Professional, scientific and te… |
|
ALVAREZ & MARSAL INVESTIMENTOS I S.A.
Provides turnaround management, restructuring, and performa…
|
— | BR | Professional, scientific and te… |
|
AMCG Co., Ltd.
Develops an AI-powered diagnostic platform for cardiac cond…
|
495900 | KR | Professional, scientific and te… |
|
Aoyama Zaisan Networks Company,Limited
A consulting firm specializing in property and asset manage…
|
8929 | JP | Professional, scientific and te… |
|
AQUILA SERVICES GROUP PLC
A consultancy group providing support services to socially …
|
AQSG | GB | Professional, scientific and te… |
|
ATIF Holdings Ltd
Offers IPO, M&A, and financial advisory services to small a…
|
ZBAI | US | Professional, scientific and te… |
|
ATOMIC EAGLE LTD
Professional services firm providing strategic advisory and…
|
AEU | AU | Professional, scientific and te… |
SHENZHEN LEAGUER 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/54295/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54295 | 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=54295 | 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=54295 \ -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": 54295}, 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 SHENZHEN LEAGUER CO.,LTD. (id: 54295)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.