Yindu Kitchen Equipment Co.,Ltd — Investor Relations & Filings
About Yindu Kitchen Equipment Co.,Ltd
Yindu Kitchen Equipment Co.,Ltd. focuses on the design, production, and distribution of professional catering and food preservation solutions. Its primary product lines encompass commercial refrigeration systems, including upright freezers, refrigerated worktables, and display cabinets, alongside thermal equipment such as gas ranges, deep fryers, and convection ovens. The company provides a wide array of stainless steel kitchenware and specialized food processing machinery. Utilizing a global supply chain and multiple international brands, the firm supplies equipment to the hospitality, retail, and food service sectors. Technical development emphasizes energy efficiency, durability, and compliance with international safety and performance standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 银都餐饮设备股份有限公司2025年年度股东会会议资料 | 2026-04-23 | Chinese | |
| 银都餐饮设备股份有限公司关于预计2026年度日常关联交易的公告 | 2026-04-22 | Chinese | |
| 银都餐饮设备股份有限公司独立董事2025年述职报告(刘晓松) | 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
| |||||
| 39790412 | 银都餐饮设备股份有限公司2025年年度股东会会议资料 | 2026-04-23 | Chinese | ||
| 39790402 | 银都餐饮设备股份有限公司关于预计2026年度日常关联交易的公告 | 2026-04-22 | Chinese | ||
| 39790390 | 银都餐饮设备股份有限公司独立董事2025年述职报告(刘晓松) | 2026-04-22 | Chinese | ||
| 39790379 | 银都餐饮设备股份有限公司关于开展外汇衍生品交易业务的公告 | 2026-04-22 | Chinese | ||
| 39790369 | 银都餐饮设备股份有限公司2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 39790361 | 银都餐饮设备股份有限公司关于2025年度利润分配预案和提请股东会授权董事会制定2026年中期分红的公告 | 2026-04-22 | Chinese | ||
| 39790358 | 银都餐饮设备股份有限公司股东会通知 | 2026-04-22 | Chinese | ||
| 39790355 | 银都餐饮设备股份有限公司董事会关于独立董事独立性情况的专项意见 | 2026-04-22 | Chinese | ||
| 39790351 | 银都餐饮设备股份有限公司独立董事2025年述职报告(肖佳佳) | 2026-04-22 | Chinese | ||
| 39790347 | 2024年限制性股票激励计划回购注销部分已授予限制性股票之法律意见书 | 2026-04-22 | Chinese | ||
| 39790333 | 关于银都餐饮设备股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-22 | Chinese | ||
| 39790282 | 银都餐饮设备股份有限公司2026年第一季度报告 | 2026-04-22 | Chinese | ||
| 39790275 | 银都餐饮设备股份有限公司2025年内部控制审计报告 | 2026-04-22 | Chinese | ||
| 39790226 | 银都餐饮设备股份有限公司关于会计政策变更的公告 | 2026-04-22 | Chinese | ||
| 39790212 | 银都餐饮设备股份有限公司关于使用闲置自有资金进行现金管理额度的公告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other general-purpose machinery
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3D SYSTEMS CORP
Provides additive manufacturing solutions including printer…
|
DDD | US | Manufacturing |
|
AAON, INC.
Manufactures configurable, energy-efficient commercial and …
|
AAON | US | Manufacturing |
|
Absolent Air Care Group AB
A global developer and manufacturer of industrial air clean…
|
ABSO | SE | Manufacturing |
|
Adarsh Plant Project Ltd.
Engineering firm providing process equipment and turnkey pl…
|
526711 | IN | Manufacturing |
|
AIRFLOA RAIL TECHNOLOGY LIMITED
Engineers and manufactures climate control and air manageme…
|
544516 | IN | Manufacturing |
|
AirJoule Technologies Corp.
Develops atmospheric water harvesting and energy-efficient …
|
AIRJ | US | Manufacturing |
|
Airobot Technologies AS
Develops sensor-driven, autonomous indoor climate systems f…
|
AIR | EE | Manufacturing |
|
AIRTECH JAPAN,LTD.
Manufacturer of clean air systems and cleanroom equipment f…
|
6291 | JP | Manufacturing |
|
Alfa Laval
Provider of engineered solutions for heat transfer, separat…
|
ALFA | SE | Manufacturing |
|
A Libental Holdings Ltd.
Develops real estate projects and manages a portfolio of in…
|
LBTL | IL | Manufacturing |
Yindu Kitchen Equipment 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/57558/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57558 | 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=57558 | 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=57558 \ -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": 57558}, 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 Yindu Kitchen Equipment Co.,Ltd (id: 57558)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.