
MURAKI CORPORATION — Investor Relations & Filings
Muraki Corporation operates as a diversified company with four main business segments. The Machine Tool Division supplies a range of cutting-edge industrial tools. The Precision Components Division is a trading business that handles domestic and overseas precision parts, including components for watches and clocks. The Electronic Equipment Division provides specialized equipment for the electronics sector, such as hole punch machines designed to improve substrate accuracy. The Jewellery Division markets and distributes luxury jewelry, including the MONNICKENDAM brand. The company's approach emphasizes combining global technology with domestic expertise across its various operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部統制報告書-第64期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 確認書 | 2022-06-27 | Japanese | |
| 有価証券報告書-第64期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 四半期報告書-第64期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第64期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-10 | Japanese | |
| 四半期報告書-第64期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7601619 | 内部統制報告書-第64期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7601617 | 確認書 | 2022-06-27 | Japanese | ||
| 7601618 | 有価証券報告書-第64期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7617159 | 四半期報告書-第64期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7624087 | 四半期報告書-第64期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-10 | Japanese | ||
| 7661937 | 四半期報告書-第64期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7666102 | 内部統制報告書-第63期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7666100 | 確認書 | 2021-06-28 | Japanese | ||
| 7666099 | 有価証券報告書-第63期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7676670 | 四半期報告書-第63期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | ||
|
2020
4 filings
| |||||
| 7681903 | 四半期報告書-第63期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-10 | Japanese | ||
| 7686209 | 四半期報告書-第63期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7688272 | 有価証券報告書-第62期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7694012 | 四半期報告書-第62期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-10 | Japanese | ||
|
2019
1 filing
| |||||
| 7697630 | 四半期報告書-第62期第2四半期(2019/07/01-2019/09/30) | 2019-11-08 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of motor vehicle parts and accessories
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMA GROUP LIMITED
Provides automotive collision repair, mechanical services, …
|
AMA | AU | Wholesale and retail trade |
|
AUTOMOVILISMO Y TURISMO S.A.
Offers automotive accessories/spare parts and leases proper…
|
— | CL | Wholesale and retail trade |
|
Auto Partner S.A.
Importer and distributor of spare parts for cars, commercia…
|
APR | PL | Wholesale and retail trade |
|
Autostock inc
Wholesale distributor of automotive replacement glass, afte…
|
— | CA | Wholesale and retail trade |
|
Autozi Internet Technology (Global) Ltd.
Operates a digital platform for automotive services, parts,…
|
AZI | US | Wholesale and retail trade |
|
BAPCOR LIMITED
Provider of automotive aftermarket parts, accessories, equi…
|
BAP | AU | Wholesale and retail trade |
|
CANTU STORE S.A.
Imports, distributes, and retails tires and automotive part…
|
— | BR | Wholesale and retail trade |
|
GENUINE PARTS CO
A global distributor of automotive and industrial replaceme…
|
GPC | US | Wholesale and retail trade |
|
INDIA MOTOR PARTS & ACCESSORIES LTD
Distributes automotive spare parts and accessories for the …
|
IMPAL | IN | Wholesale and retail trade |
|
Inter Cars S.A.
A distributor of automotive spare parts for passenger cars,…
|
CAR | PL | Wholesale and retail trade |
MURAKI CORPORATION 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/12432/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12432 | 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=12432 | 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=12432 \ -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": 12432}, 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 MURAKI CORPORATION (id: 12432)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.