
Dark Horse Technology Group Co. Ltd — Investor Relations & Filings
Dark Horse Technology Group Co. Ltd. is a comprehensive enterprise service provider focused on fostering entrepreneurship and business growth. The company operates an integrated platform that offers professional training, business incubation, and financial advisory services. Its flagship programs, such as the Heima Academy, provide specialized education and mentorship for founders and executives of small and medium-sized enterprises. Dark Horse facilitates industrial acceleration by connecting startups with capital markets, strategic resources, and a network of industry experts. The group’s service ecosystem is designed to support digital transformation and operational scaling across various sectors. By leveraging its extensive database and community of entrepreneurs, the company provides market insights and strategic consulting to help businesses navigate complex market environments and achieve sustainable development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 民生证券股份有限公司关于创业黑马科技集团股份有限公司的持续督导保荐工作总结报告书 | 2021-04-27 | Chinese | |
| 民生证券股份有限公司关于创业黑马科技集团股份有限公司2020年度募集资金存放与使用情况的专项核查意见 | 2021-04-27 | Chinese | |
| 民生证券股份有限公司关于创业黑马科技集团股份有限公司2020年度内部控制自我评价报告的核查意见 | 2021-04-27 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的公告 | 2021-04-27 | Chinese | |
| 2020年年度报告(已取消) | 2021-04-26 | Chinese | |
| 上市公司股权激励计划自查表 | 2021-04-26 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 38459082 | 民生证券股份有限公司关于创业黑马科技集团股份有限公司的持续督导保荐工作总结报告书 | 2021-04-27 | Chinese | ||
| 38459042 | 民生证券股份有限公司关于创业黑马科技集团股份有限公司2020年度募集资金存放与使用情况的专项核查意见 | 2021-04-27 | Chinese | ||
| 38459023 | 民生证券股份有限公司关于创业黑马科技集团股份有限公司2020年度内部控制自我评价报告的核查意见 | 2021-04-27 | Chinese | ||
| 38459001 | 关于使用部分闲置募集资金进行现金管理的公告 | 2021-04-27 | Chinese | ||
| 38458972 | 2020年年度报告(已取消) | 2021-04-26 | Chinese | ||
| 38458610 | 上市公司股权激励计划自查表 | 2021-04-26 | Chinese | ||
| 38458587 | 2020年年度报告摘要 | 2021-04-26 | Chinese | ||
| 38458540 | 2020年年度审计报告 | 2021-04-26 | Chinese | ||
| 38458484 | 天职业字[2021]17730号-募集资金年度存放与使用情况鉴证报告 | 2021-04-26 | Chinese | ||
| 38458457 | 监事会议事规则 | 2021-04-26 | Chinese | ||
| 38458444 | 独立董事关于第二届董事会第二十七次会议相关事项的独立意见 | 2021-04-26 | Chinese | ||
| 38458431 | 独立董事公开征集委托投票权报告书 | 2021-04-26 | Chinese | ||
| 38458420 | 上海荣正投资咨询股份有限公司关于创业黑马科技集团股份有限公司2021年限制性股票激励计划(草案) 之独立财务顾问报告 | 2021-04-26 | Chinese | ||
| 38458406 | 2021年限制性股票激励计划(草案)摘要 | 2021-04-26 | Chinese | ||
| 38458384 | 2021年限制性股票激励计划(草案) | 2021-04-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… |
Dark Horse Technology Group 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/55667/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55667 | 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=55667 | 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=55667 \ -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": 55667}, 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 Dark Horse Technology Group Co. Ltd (id: 55667)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.