
AISHIDA CO.,LTD. — Investor Relations & Filings
Aishida Co., Ltd. specializes in the design, manufacturing, and distribution of cookware and small household appliances. Its product portfolio includes non-stick pans, pressure cookers, woks, and stainless steel kitchenware, as well as electric appliances such as rice cookers and induction hobs. The company has expanded its operations into industrial robotics and intelligent manufacturing, providing automated solutions and robotic systems for various production environments. By combining traditional hardware manufacturing with modern automation technology, the company provides integrated solutions for both consumer kitchens and industrial applications. Its operations cover the research and development of high-performance materials and the implementation of smart factory technologies to serve a global market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 截至2015年6月30日止的前次募集资金使用情况报告 | 2015-09-11 | Chinese | |
| 关于公司“退二进三”相关事项的说明公告 | 2015-09-11 | Chinese | |
| 兴证资管鑫众12号集合资产管理计划集合资产管理合同 | 2015-09-11 | Chinese | |
| 公司与兴证证券资产管理有限公司(代兴证资管鑫众12号集合资产管理计划)之附条件生效的股份认购协议之补充协议 | 2015-09-11 | Chinese | |
| 非公开发行股票摊薄即期收益的风险提示及相关防范措施公告 | 2015-09-11 | Chinese | |
| 关于非公开发行股票事项相关承诺的公告 | 2015-09-11 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2015
15 filings
| |||||
| 35722642 | 截至2015年6月30日止的前次募集资金使用情况报告 | 2015-09-11 | Chinese | ||
| 35722623 | 关于公司“退二进三”相关事项的说明公告 | 2015-09-11 | Chinese | ||
| 35722598 | 兴证资管鑫众12号集合资产管理计划集合资产管理合同 | 2015-09-11 | Chinese | ||
| 35722570 | 公司与兴证证券资产管理有限公司(代兴证资管鑫众12号集合资产管理计划)之附条件生效的股份认购协议之补充协议 | 2015-09-11 | Chinese | ||
| 35722560 | 非公开发行股票摊薄即期收益的风险提示及相关防范措施公告 | 2015-09-11 | Chinese | ||
| 35722551 | 关于非公开发行股票事项相关承诺的公告 | 2015-09-11 | Chinese | ||
| 35722538 | 第三届董事会第十五次会议决议公告 | 2015-09-11 | Chinese | ||
| 35722532 | 申万宏源证券承销保荐有限责任公司关于公司非公开发行股票申请文件反馈意见的回复 | 2015-09-11 | Chinese | ||
| 35722517 | 关于使用闲置募集资金购买理财产品的进展公告 | 2015-09-06 | Chinese | ||
| 35722506 | 关于非公开发行股票发行申请文件反馈意见延期回复的公告 | 2015-08-31 | Chinese | ||
| 35722493 | 关于公司募集资金存放与使用情况的专项报告 | 2015-08-26 | Chinese | ||
| 35722481 | 独立董事关于控股股东及其他关联方占用公司资金和公司对外担保情况等事项的专项说明和独立意见 | 2015-08-26 | Chinese | ||
| 35722474 | 关于召开2015年第四次临时股东大会的通知 | 2015-08-26 | Chinese | ||
| 35722458 | 第三届监事会第十次会议决议公告 | 2015-08-26 | Chinese | ||
| 35722448 | 审计报告及财务报表(2014年1月1日至2015年6月30日止) | 2015-08-26 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABRIC BERHAD
Historically manufactured security seals, divested operatio…
|
— | MY | Manufacturing |
|
AEROFLEX ENTERPRISES LIMITED
Manufactures stainless steel flexible hoses and assemblies …
|
AEROENTER | IN | Manufacturing |
|
Aeroflex Industries Limited
Manufactures metallic flexible hoses and assemblies for hig…
|
AEROFLEX | IN | Manufacturing |
|
Aeroflex Neu Limited
Engineers and manufactures flexible flow solutions for extr…
|
AERONEU | IN | Manufacturing |
|
AHRESTY CORPORATION
Manufacturer of aluminum die-cast products and alloy ingots…
|
5852 | JP | Manufacturing |
|
AIA Engineering Ltd.
Manufactures high-chromium wear-resistant parts for mining,…
|
AIAENG | IN | Manufacturing |
|
Alumexx N.V.
Manufactures and supplies aluminum equipment for working at…
|
ALX | NL | Manufacturing |
|
AMERICAN REBEL HOLDINGS INC
Designs and manufactures personal security products and saf…
|
AREB | US | Manufacturing |
|
Anchor Lamina Inc.
International supplier of premium die sets, components, and…
|
— | CA | Manufacturing |
|
Apsis Aerocom Limited
Manufactures and distributes high-precision fasteners and e…
|
APSISAERO | IN | Manufacturing |
AISHIDA 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/54446/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54446 | 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=54446 | 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=54446 \ -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": 54446}, 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 AISHIDA CO.,LTD. (id: 54446)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.