Keboda Technology Co., Ltd. — Investor Relations & Filings
About Keboda Technology Co., Ltd.
Keboda Technology Co., Ltd. specializes in the research, development, and manufacturing of automotive electronic products. The company's core portfolio includes lighting control systems, motor control units, and energy management solutions. Key products encompass LED and HID electronic control units, chassis control systems, and various automotive sensors. Keboda provides integrated electronic solutions to global original equipment manufacturers, supporting vehicle electrification and intelligent driving technologies. The company maintains a strong emphasis on technical innovation and high-precision manufacturing to meet the rigorous performance requirements of the global automotive supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 科博达技术股份有限公司2026年第一季度报告 | 2026-04-22 | Chinese | |
| 关于科博达技术股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-22 | Chinese | |
| 科博达技术股份有限公司董事会薪酬与考核委员会工作细则 | 2026-04-22 | Chinese | |
| 科博达技术股份有限公司关于向银行申请综合授信额度及相关担保事项的公告 | 2026-04-22 | Chinese | |
| 科博达技术股份有限公司2025年度独立董事述职报告(孙林) | 2026-04-22 | Chinese | |
| 科博达技术股份有限公司关于2025年度利润分配预案及2026年中期分红授权的公告 | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39616073 | 科博达技术股份有限公司2026年第一季度报告 | 2026-04-22 | Chinese | ||
| 39616071 | 关于科博达技术股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-22 | Chinese | ||
| 39616068 | 科博达技术股份有限公司董事会薪酬与考核委员会工作细则 | 2026-04-22 | Chinese | ||
| 39616065 | 科博达技术股份有限公司关于向银行申请综合授信额度及相关担保事项的公告 | 2026-04-22 | Chinese | ||
| 39616061 | 科博达技术股份有限公司2025年度独立董事述职报告(孙林) | 2026-04-22 | Chinese | ||
| 39616058 | 科博达技术股份有限公司关于2025年度利润分配预案及2026年中期分红授权的公告 | 2026-04-22 | Chinese | ||
| 39616056 | 科博达技术股份有限公司2025年度财务报表及审计报告 | 2026-04-22 | Chinese | ||
| 39616048 | 科博达技术股份有限公司关于召开2025年年度股东会的通知 | 2026-04-22 | Chinese | ||
| 39616046 | 科博达技术股份有限公司募集资金管理制度 | 2026-04-22 | Chinese | ||
| 39616043 | 科博达技术股份有限公司关联交易管理制度 | 2026-04-22 | Chinese | ||
| 39616037 | 科博达技术股份有限公司对会计师事务所2025年度履职情况的评估报告 | 2026-04-22 | Chinese | ||
| 39616035 | 科博达技术股份有限公司独立董事工作制度 | 2026-04-22 | Chinese | ||
| 39616034 | 科博达技术股份有限公司董事会审计委员会对会计师事务所2025年度审计履职评估及履行监督职责情况的报告 | 2026-04-22 | Chinese | ||
| 39616033 | 独立董事提名人声明与承诺(倪受彬) | 2026-04-22 | Chinese | ||
| 39616030 | 科博达技术股份有限公司2025年年度报告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Autoliv SDB
Global developer and supplier of automotive safety systems …
|
ALIV | SE | Manufacturing |
|
Automotive Axles Ltd.
Manufactures axles and braking systems for commercial, off-…
|
AUTOAXLES | IN | Manufacturing |
|
Automotive Stampings and Assemblies Ltd.
Designs and manufactures sheet metal stampings, welded asse…
|
ASAL | IN | Manufacturing |
|
Autoneum Holding AG
Global leader in acoustic and thermal management solutions …
|
AUTN | CH | Manufacturing |
|
Azure Dynamics Corporation
Developed and produced electric and hybrid powertrain syste…
|
AZDDQ | CA | Manufacturing |
|
BALATACILAR BALATACILIK SANAYİ VE TİCARET A.Ş.
Manufacturer of friction materials for automotive and indus…
|
BALAT | TR | Manufacturing |
|
Banco Products (India) Ltd.
Designs and manufactures engine cooling and sealing systems…
|
BANCOINDIA | IN | Manufacturing |
|
Beijing Fengjing Automotive Parts Co., Ltd.
Global supplier of commercial vehicle engine, transmission,…
|
002662 | CN | Manufacturing |
|
BeijingWest Industries International Limited
Global supplier of advanced automotive parts, specializing …
|
2339 | HK | Manufacturing |
|
BELRISE INDUSTRIES LIMITED
Tier-1 manufacturer of complex automotive components and as…
|
BELRISE | IN | Manufacturing |
Keboda Technology 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/57825/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57825 | 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=57825 | 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=57825 \ -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": 57825}, 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 Keboda Technology Co., Ltd. (id: 57825)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.