
Ningbo Joyson Electronic Corp. — Investor Relations & Filings
Ningbo Joyson Electronic Corp. is a global automotive supplier specializing in intelligent cockpit systems, autonomous driving technologies, and automotive safety solutions. The company operates through two primary business divisions: Automotive Electronics and Automotive Safety. Its electronics portfolio includes human-machine interface (HMI) components, infotainment systems, and advanced connectivity solutions. In the safety sector, it provides comprehensive passive safety systems such as airbags, seatbelts, and steering wheels. Additionally, Joyson focuses on new energy vehicle (NEV) technologies, developing battery management systems (BMS) and power electronics for electric and hybrid platforms. The company serves major global original equipment manufacturers (OEMs), providing integrated hardware and software solutions to enhance vehicle intelligence, safety, and efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2019年度内控审计报告 | 2020-04-21 | Chinese | |
| 2019年度内部控制评价报告 | 2020-04-21 | Chinese | |
| 第九届监事会第十五次会议决议公告 | 2020-04-21 | Chinese | |
| 2020年度非公开发行股票预案 | 2020-04-21 | Chinese | |
| 独立董事候选人声明 | 2020-04-21 | Chinese | |
| 关于公司董事会、监事会换届选举的公告 | 2020-04-21 | Chinese |
Browse filings by year
26 years- 2026 61 filings
- 2025 136 filings
- 2024 150 filings
- 2023 138 filings
- 2022 144 filings
- 2021 118 filings
- 2020 114 filings
- 2019 81 filings
- 2018 103 filings
- 2017 123 filings
- 2016 144 filings
- 2015 151 filings
- 2014 87 filings
- 2013 65 filings
- 2012 90 filings
- 2011 69 filings
- 2010 62 filings
- 2009 47 filings
- 2008 70 filings
- 2007 69 filings
- 2006 43 filings
- 2005 25 filings
- 2004 23 filings
- 2003 16 filings
- 2002 14 filings
- 2001 12 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 41403233 | 2019年度内控审计报告 | 2020-04-21 | Chinese | ||
| 41403137 | 2019年度内部控制评价报告 | 2020-04-21 | Chinese | ||
| 41403112 | 第九届监事会第十五次会议决议公告 | 2020-04-21 | Chinese | ||
| 41403102 | 2020年度非公开发行股票预案 | 2020-04-21 | Chinese | ||
| 41403072 | 独立董事候选人声明 | 2020-04-21 | Chinese | ||
| 41403056 | 关于公司董事会、监事会换届选举的公告 | 2020-04-21 | Chinese | ||
| 41403046 | 2019年度审计报告 | 2020-04-21 | Chinese | ||
| 41402684 | 2019年年度报告 | 2020-04-21 | Chinese | ||
| 41402619 | 关于公司最近五年不存在被证券监管部门和交易所处罚或采取监管措施的公告 | 2020-04-21 | Chinese | ||
| 41402598 | 关于2020年度非公开发行股票摊薄即期回报及填补措施的公告 | 2020-04-21 | Chinese | ||
| 41402583 | 2020年第一次临时股东大会的法律意见书 | 2020-03-27 | Chinese | ||
| 41402573 | 2020年第一次临时股东大会决议公告 | 2020-03-27 | Chinese | ||
| 41402562 | 2020年第一次临时股东大会会议资料 | 2020-03-20 | Chinese | ||
| 41402549 | 关于2019年度第二期超短期融资券兑付完成及2020年度第一期中期票据(疫情防控债)发行结果公告 | 2020-03-20 | Chinese | ||
| 41402535 | 关于召开2020年第一次临时股东大会的通知 | 2020-03-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
Ningbo Joyson Electronic Corp. 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/56931/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56931 | 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=56931 | 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=56931 \ -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": 56931}, 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 Ningbo Joyson Electronic Corp. (id: 56931)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.