KBC Corporation, Ltd. — Investor Relations & Filings
About KBC Corporation, Ltd.
KBC Corporation, Ltd. specializes in the design, development, and manufacturing of high-precision rolling bearings. The company’s core product range includes deep groove ball bearings, tapered roller bearings, and integrated bearing units tailored for automotive and industrial machinery. These products are engineered for critical applications such as vehicle transmissions, wheel hubs, and electric motors, where high rotational accuracy and durability are required. The company focuses on advanced manufacturing processes and rigorous quality assurance to meet the technical specifications of global original equipment manufacturers. Its technical solutions aim to optimize mechanical efficiency and extend the service life of rotating components across various technical platforms.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-28 | Chinese | |
| 关于2025年度计提信用减值损失及资产减值损失的公告 | 2026-04-28 | Chinese | |
| 关于2026年度以简易程序向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿事宜的公告 | 2026-04-28 | Chinese | |
| 国泰海通证券股份有限公司关于湖南金博碳素股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-28 | Chinese | |
| 2026年度以简易程序向特定对象发行股票发行方案论证分析报告 | 2026-04-28 | Chinese | |
| 关于未弥补亏损达到实收股本总额三分之一的公告 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39298655 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-28 | Chinese | ||
| 39298646 | 关于2025年度计提信用减值损失及资产减值损失的公告 | 2026-04-28 | Chinese | ||
| 39298638 | 关于2026年度以简易程序向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿事宜的公告 | 2026-04-28 | Chinese | ||
| 39298631 | 国泰海通证券股份有限公司关于湖南金博碳素股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-28 | Chinese | ||
| 39298620 | 2026年度以简易程序向特定对象发行股票发行方案论证分析报告 | 2026-04-28 | Chinese | ||
| 39298612 | 关于未弥补亏损达到实收股本总额三分之一的公告 | 2026-04-28 | Chinese | ||
| 39298601 | 关于会计师事务所2025年履职情况评估报告 | 2026-04-28 | Chinese | ||
| 39298591 | 独立董事2025年度述职报告(李洁) | 2026-04-28 | Chinese | ||
| 39298582 | 天职国际会计师事务所(特殊普通合伙)关于湖南金博碳素股份有限公司控股股东及其他关联资金往来情况的专项说明 | 2026-04-28 | Chinese | ||
| 39298448 | 天职国际会计师事务所(特殊普通合伙)关于湖南金博碳素股份有限公司审计报告 | 2026-04-28 | Chinese | ||
| 39297764 | 独立董事独立性自查情况专项报告 | 2026-04-28 | Chinese | ||
| 39297757 | 关于续聘2026年度会计师事务所的公告 | 2026-04-28 | Chinese | ||
| 39297750 | 第四届董事会第十一次会议决议公告 | 2026-04-28 | Chinese | ||
| 39297737 | 2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 39297736 | 关于召开2025年年度股东会的通知 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ENERTORK LTD.
A specialized manufacturer of electric actuators for indust…
|
019990 | KR | Manufacturing |
|
Fluidomat Ltd.
Designs and manufactures hydrodynamic fluid couplings for i…
|
522017 | IN | Manufacturing |
|
Fujian Longxi Bearing(Group)Co.,Ltd
Global supplier of spherical plain bearings and precision m…
|
600592 | CN | Manufacturing |
|
Galaxy Bearings Ltd.
Manufactures precision anti-friction bearings for automotiv…
|
526073 | IN | Manufacturing |
|
Gates Industrial Corp plc
Global manufacturer of engineered power transmission and fl…
|
GTES | GB | Manufacturing |
|
G.G.Automotive Gears Ltd.
Manufacturer of precision traction gears and shafts for loc…
|
531399 | IN | Manufacturing |
|
Greiffenberger AG
Holding company for a manufacturer of precision strip steel…
|
GRF | DE | Manufacturing |
|
Hangzhou Advance Gearbox Group Co., Ltd.
Manufacturer of transmission products, gearboxes, and powde…
|
601177 | CN | Manufacturing |
|
HANGZHOU HOTA M&E HOLDINGS CO., LTD.
Produces high-precision gears, shafts, and mechanical trans…
|
001225 | CN | Manufacturing |
|
Harmonic Drive Systems Inc.
Manufactures high-precision motion control products and str…
|
6324 | JP | Manufacturing |
KBC Corporation, 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/58521/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58521 | 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=58521 | 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=58521 \ -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": 58521}, 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 KBC Corporation, Ltd. (id: 58521)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.