
Jiangsu Riying Electronics Co., Ltd. — Investor Relations & Filings
Jiangsu Riying Electronics Co., Ltd. specializes in the research, development, and manufacturing of automotive electronic components and systems. The company's product portfolio includes high-precision sensors for temperature, speed, and position, as well as automotive wiring harnesses and integrated cleaning systems for windshields and headlights. It provides advanced electronic control units and mechatronic solutions designed to enhance vehicle safety and performance. Serving a global clientele of automotive manufacturers and Tier 1 suppliers, the company focuses on technical innovation and precision engineering to meet rigorous industry standards. Its operations emphasize the integration of electronic systems with mechanical hardware to deliver comprehensive automotive solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第五届董事会第十五次会议决议公告 | 2026-05-20 | Chinese | |
| 关于2024年限制性股票与股票期权激励计划限制性股票预留授予第一个解除限售期解除限售条件成就的公告 | 2026-05-20 | Chinese | |
| 上海君澜律师事务所关于日盈电子2024年限制性股票与股票期权激励计划解除限售及行权相关事项之法律意见书 | 2026-05-20 | Chinese | |
| 关于2024年限制性股票与股票期权激励计划股票期权首次授予第二个行权期行权条件成就的公告 | 2026-05-20 | Chinese | |
| 江苏日月泰律师事务所关于江苏日盈电子股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | |
| 2025年年度股东会会议资料 | 2026-04-09 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46703180 | 第五届董事会第十五次会议决议公告 | 2026-05-20 | Chinese | ||
| 46703177 | 关于2024年限制性股票与股票期权激励计划限制性股票预留授予第一个解除限售期解除限售条件成就的公告 | 2026-05-20 | Chinese | ||
| 46701484 | 上海君澜律师事务所关于日盈电子2024年限制性股票与股票期权激励计划解除限售及行权相关事项之法律意见书 | 2026-05-20 | Chinese | ||
| 46701340 | 关于2024年限制性股票与股票期权激励计划股票期权首次授予第二个行权期行权条件成就的公告 | 2026-05-20 | Chinese | ||
| 34820022 | 江苏日月泰律师事务所关于江苏日盈电子股份有限公司2025年年度股东会的法律意见书 | 2026-04-17 | Chinese | ||
| 38369874 | 2025年年度股东会会议资料 | 2026-04-09 | Chinese | ||
| 38369871 | 关于为全资孙公司提供担保的公告 | 2026-04-01 | Chinese | ||
| 38369870 | 关于召开2025年年度股东会的通知 | 2026-03-27 | Chinese | ||
| 38369868 | 2025年年度报告摘要 | 2026-03-27 | Chinese | ||
| 38369865 | 关于续聘会计师事务所的公告 | 2026-03-27 | Chinese | ||
| 38369847 | 中信建投证券股份有限公司关于江苏日盈电子股份有限公司2025年度募集资金存放、管理与实际使用情况的专项核查报告 | 2026-03-27 | Chinese | ||
| 38369811 | 关于2025年度会计师事务所履职情况评估报告 | 2026-03-27 | Chinese | ||
| 38369810 | 第五届董事会第十三次会议决议公告 | 2026-03-27 | Chinese | ||
| 38369794 | 关于使用部分闲置自有资金进行现金管理的公告 | 2026-03-27 | Chinese | ||
| 38369785 | 关于开展外汇套期保值业务的公告 | 2026-03-27 | 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 |
Jiangsu Riying Electronics 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/57567/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57567 | 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=57567 | 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=57567 \ -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": 57567}, 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 Jiangsu Riying Electronics Co., Ltd. (id: 57567)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.