
KIMURA CO.,LTD. — Investor Relations & Filings
A specialized manufacturer of castings leveraging advanced foundry technologies. The company is a recognized leader in the Full Mold Casting (FMC) process, a method that utilizes foam patterns instead of traditional wooden molds to produce complex metal parts. Core services include rapid prototyping via the Direct Molding Process (DMP), which integrates 3D printing for creating sand molds, and reverse engineering capabilities using 3D scanning technology. Kimura provides an integrated, one-stop solution encompassing precision design, pouring, finishing, inspection, and machining services for various industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第72期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第72期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第72期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | |
| 確認書 | 2021-06-30 | Japanese | |
| 内部統制報告書-第71期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | |
| 有価証券報告書-第71期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7617057 | 四半期報告書-第72期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7622356 | 四半期報告書-第72期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7628270 | 四半期報告書-第72期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7663877 | 確認書 | 2021-06-30 | Japanese | ||
| 7663873 | 内部統制報告書-第71期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7663870 | 有価証券報告書-第71期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7675585 | 四半期報告書-第71期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7681126 | 四半期報告書-第71期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-12 | Japanese | ||
| 7685391 | 四半期報告書-第71期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7688171 | 有価証券報告書-第70期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7693625 | 四半期報告書-第70期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-12 | Japanese | ||
|
2019
4 filings
| |||||
| 7697318 | 四半期報告書-第70期第2四半期(2019/07/01-2019/09/30) | 2019-11-11 | Japanese | ||
| 7700175 | 四半期報告書-第70期第1四半期(2019/04/01-2019/06/30) | 2019-08-09 | Japanese | ||
| 7702455 | 有価証券報告書-第69期(平成30年4月1日-平成31年3月31日) | 2019-06-28 | Japanese | ||
| 7714946 | 四半期報告書-第69期第3四半期(2018/10/01-2018/12/31) | 2019-02-12 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Casting of iron and steel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abha Power and Steel Limited
Manufacturer of SG and Grey Iron castings for railway and h…
|
ABHAPOWER | IN | Manufacturing |
|
ANB Metal Cast Limited
Manufactures precision investment castings and machined par…
|
AMCL | IN | Manufacturing |
|
Baoding Dongli Machinery Co., Ltd.
Manufacturer of precision casting and machined components f…
|
301298 | CN | Manufacturing |
|
Bhagwati Autocast Limited
Produces grey and ductile iron castings for automotive and …
|
504646 | IN | Manufacturing |
|
Captain Technocast Limited
Manufacturer of precision investment castings for industria…
|
540652 | IN | Manufacturing |
|
CASTINGS PLC
An iron casting and machining group serving the automotive …
|
CGS | GB | Manufacturing |
|
ÇEMAŞ DÖKÜM SANAYİ A.Ş.
Manufacturer of cast and machined metal parts for automotiv…
|
CEMAS | TR | Manufacturing |
|
China Metal Products Co., Ltd.
Diversified group in metal forming, real estate development…
|
1532 | TW | Manufacturing |
|
CHUO MALLEABLE IRON CO., LTD.
Manufacturer of cast iron and aluminum components for autom…
|
5607 | JP | Manufacturing |
|
Creative Castings Limited
Manufactures precision investment castings for diverse indu…
|
539527 | IN | Manufacturing |
KIMURA 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/12423/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12423 | 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=12423 | 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=12423 \ -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": 12423}, 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 KIMURA CO.,LTD. (id: 12423)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.