
康比特 — Investor Relations & Filings
Beijing Competitor Sports Science & Technology Co., Ltd. (CPT) specializes in the research, development, and production of sports nutrition supplements and health foods. The company provides a comprehensive range of products including protein powders, energy supplements, and recovery aids tailored for professional athletes and fitness enthusiasts. CPT integrates sports science with digital technology to offer personalized health management solutions and sports performance monitoring systems. Its operations focus on scientific innovation to enhance athletic performance and promote general wellness through evidence-based nutritional interventions and advanced technology platforms. The company serves a diverse clientele ranging from elite sports teams to health-conscious individuals, emphasizing quality control and functional efficacy in its product formulations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 上海荣正企业咨询服务(集团)股份有限公司关于北京康比特体育科技股份有限公司2025年股权激励计划调整及权益授予相关事项之独立财务顾问报告 | 2025-09-11 | Chinese | |
| 关于认定核心员工的公告 | 2025-09-11 | Chinese | |
| 北京市君致律师事务所关于北京康比特体育科技股份有限公司2025年股权激励计划调整及授予相关事项的法律意见书 | 2025-09-11 | Chinese | |
| 第六届董事会第十五次会议决议公告 | 2025-09-11 | Chinese | |
| 关于申请银行贷款的公告 | 2025-09-11 | Chinese | |
| 董事会薪酬与考核委员会关于2025年股权激励计划调整及授予相关事项的核查意见 | 2025-09-11 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39819941 | 上海荣正企业咨询服务(集团)股份有限公司关于北京康比特体育科技股份有限公司2025年股权激励计划调整及权益授予相关事项之独立财务顾问报告 | 2025-09-11 | Chinese | ||
| 39819912 | 关于认定核心员工的公告 | 2025-09-11 | Chinese | ||
| 39819901 | 北京市君致律师事务所关于北京康比特体育科技股份有限公司2025年股权激励计划调整及授予相关事项的法律意见书 | 2025-09-11 | Chinese | ||
| 39819884 | 第六届董事会第十五次会议决议公告 | 2025-09-11 | Chinese | ||
| 39819872 | 关于申请银行贷款的公告 | 2025-09-11 | Chinese | ||
| 39819847 | 董事会薪酬与考核委员会关于2025年股权激励计划调整及授予相关事项的核查意见 | 2025-09-11 | Chinese | ||
| 39819827 | 2025年股权激励计划权益授予公告 | 2025-09-11 | Chinese | ||
| 39819816 | 关于调整2025年股权激励计划相关事项的公告 | 2025-09-11 | Chinese | ||
| 39819801 | 2025年股权激励计划授予的激励对象名单(授予日) | 2025-09-11 | Chinese | ||
| 39819786 | 董事会薪酬与考核委员会关于公司2025年股权激励计划授予激励对象名单的核查意见及公示情况说明 | 2025-09-04 | Chinese | ||
| 39819773 | 董事会薪酬与考核委员会关于拟认定核心员工的核查意见 | 2025-09-04 | Chinese | ||
| 39819764 | 太平洋证券股份有限公司关于北京康比特体育科技股份有限公司的2025年半年度持续督导跟踪报告 | 2025-08-26 | Chinese | ||
| 39819750 | 2025年股权激励计划(草案) | 2025-08-24 | Chinese | ||
| 39819736 | 2025年股权激励计划授予的激励对象名单 | 2025-08-24 | Chinese | ||
| 39819717 | 关于对拟认定核心员工进行公示并征求意见的公告 | 2025-08-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other food products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
7 Fit Spolka Akcyjna
Producer and distributor of nutritional and dietary supplem…
|
7FT | PL | Manufacturing |
|
A1 A.K. KOH GROUP BERHAD
Manufactures, markets, supplies, and distributes over 340 p…
|
— | MY | Manufacturing |
|
AB Akola Group
An agricultural and food production group with integrated '…
|
LNA1L | LT | Manufacturing |
|
Above Food Ingredients Inc.
A plant-based ingredient company specializing in regenerati…
|
ABVE | CA | Manufacturing |
|
Abram Food Limited
Manufactures and distributes snacks, confectionery, and pro…
|
544422 | IN | Manufacturing |
|
ACOMO N.V.
Sources, processes, and distributes plant-based ingredients…
|
ACOMO | NL | Manufacturing |
|
AFC Group Holdings Limited
Produces and distributes food, health, and beauty products …
|
AFC | NZ | Manufacturing |
|
Agape ATP Corp
Provides health products and wellness advisory services in …
|
ATPC | US | Manufacturing |
|
AGTHIA Group
Manufacturer and distributor of diverse, nutritious food an…
|
AGTHIA | AE | Manufacturing |
|
AGV
Manufactures food, beverages, and health supplements using …
|
1217 | TW | Manufacturing |
康比特 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/58834/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58834 | 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=58834 | 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=58834 \ -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": 58834}, 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 康比特 (id: 58834)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.