
Keboda Technology Co., Ltd. — Investor Relations & Filings
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 |
|---|---|---|---|
| 科博达技术股份有限公司 2025年年度权益分派实施公告 | 2026-05-25 | Chinese | |
| 科博达技术股份有限公司关于向不特定对象发行可转换公司债券申请获得中国证券监督管理委员会同意注册批复的公告 | 2026-05-19 | Chinese | |
| 科博达技术股份有限公司第四届董事会第一次会议决议公告 | 2026-05-15 | Chinese | |
| 科博达技术股份有限公司关于聘任董事会秘书的公告 | 2026-05-15 | Chinese | |
| 科博达技术股份有限公司2025年年度股东会决议公告 | 2026-05-14 | Chinese | |
| 上海瀛东律师事务所关于科博达技术股份有限公司2025年年度股东会之法律意见书 | 2026-05-14 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47042093 | 科博达技术股份有限公司 2025年年度权益分派实施公告 | 2026-05-25 | Chinese | ||
| 46565627 | 科博达技术股份有限公司关于向不特定对象发行可转换公司债券申请获得中国证券监督管理委员会同意注册批复的公告 | 2026-05-19 | Chinese | ||
| 46364912 | 科博达技术股份有限公司第四届董事会第一次会议决议公告 | 2026-05-15 | Chinese | ||
| 46364832 | 科博达技术股份有限公司关于聘任董事会秘书的公告 | 2026-05-15 | Chinese | ||
| 46344391 | 科博达技术股份有限公司2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 46343730 | 上海瀛东律师事务所关于科博达技术股份有限公司2025年年度股东会之法律意见书 | 2026-05-14 | Chinese | ||
| 44277872 | 科博达技术股份有限公司2025年年度股东会会议资料 | 2026-05-06 | Chinese | ||
| 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 | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
CT AUTOMOTIVE GROUP PLC
Designer and manufacturer of interior components and kinema…
|
CTA | GB | Manufacturing |
|
CTR Mobility Co.,Ltd.
Manufactures and distributes automotive parts for suspensio…
|
308170 | KR | Manufacturing |
|
CUB
Develops and manufactures automotive electronics, TPMS, and…
|
2231 | TW | Manufacturing |
|
CWB Automotive Electronics Co., Ltd.
Develops and manufactures high-precision automotive electro…
|
605005 | CN | Manufacturing |
|
DAECHANG Co.,Ltd
Manufacturer of functional components for the home applianc…
|
012800 | KR | Manufacturing |
|
DAEWONKANGUP CO.,LTD
A manufacturer of automotive components, specializing in sp…
|
000430 | KR | Manufacturing |
|
Daewonsanup
Designs, manufactures, and supplies automotive seating solu…
|
005710 | KR | Manufacturing |
|
DaikyoNishikawa Corporation
Integrated manufacturer of plastic automotive parts, focusi…
|
4246 | JP | Manufacturing |
|
DAMING ELECTRONICS CO.,LTD.
Designs and produces automotive switches, sensors, and elec…
|
603376 | CN | Manufacturing |
|
DANA Inc
Designs engineered solutions for power conveyance and energ…
|
DAN | US | 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.