
TAKEDA MACHINERY CO., LTD. — Investor Relations & Filings
TAKEDA MACHINERY CO., LTD. is a manufacturer of metalworking machinery specializing in three core product categories: shaped steel working machines, circular sawing machines, and unit dies. The company's portfolio includes a range of equipment for processing structural steel, such as H/I beam and flat plate drilling machines, and sheet metal working machines. Its circular sawing machines are designed for cutting shaped, solid, and hollow steel sections. Additionally, Takeda Machinery produces unit dies for press machines, providing tools for punching, cutting, and notching applications. The company offers integrated services that cover the entire product lifecycle, from development, design, and manufacturing to sales and after-sales support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第51期(令和3年6月1日-令和4年5月31日) | 2022-08-31 | Japanese | |
| 四半期報告書-第51期第3四半期(令和3年12月1日-令和4年2月28日) | 2022-04-14 | Japanese | |
| 四半期報告書-第51期第2四半期(令和3年9月1日-令和3年11月30日) | 2022-01-14 | Japanese | |
| 四半期報告書-第51期第1四半期(令和3年6月1日-令和3年8月31日) | 2021-10-15 | Japanese | |
| 内部統制報告書-第50期(令和2年6月1日-令和3年5月31日) | 2021-08-31 | Japanese | |
| 確認書 | 2021-08-31 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7589922 | 有価証券報告書-第51期(令和3年6月1日-令和4年5月31日) | 2022-08-31 | Japanese | ||
| 7611085 | 四半期報告書-第51期第3四半期(令和3年12月1日-令和4年2月28日) | 2022-04-14 | Japanese | ||
| 7619197 | 四半期報告書-第51期第2四半期(令和3年9月1日-令和3年11月30日) | 2022-01-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7625375 | 四半期報告書-第51期第1四半期(令和3年6月1日-令和3年8月31日) | 2021-10-15 | Japanese | ||
| 7626593 | 内部統制報告書-第50期(令和2年6月1日-令和3年5月31日) | 2021-08-31 | Japanese | ||
| 7626591 | 確認書 | 2021-08-31 | Japanese | ||
| 7626594 | 有価証券報告書-第50期(令和2年6月1日-令和3年5月31日) | 2021-08-31 | Japanese | ||
| 7672837 | 四半期報告書-第50期第3四半期(令和2年12月1日-令和3年2月28日) | 2021-04-14 | Japanese | ||
| 7678207 | 四半期報告書-第50期第2四半期(令和2年9月1日-令和2年11月30日) | 2021-01-14 | Japanese | ||
|
2020
6 filings
| |||||
| 7682996 | 四半期報告書-第50期第1四半期(令和2年6月1日-令和2年8月31日) | 2020-10-15 | Japanese | ||
| 7684227 | 内部統制報告書-第49期(令和1年6月1日-令和2年5月31日) | 2020-08-31 | Japanese | ||
| 7684225 | 確認書 | 2020-08-31 | Japanese | ||
| 7684226 | 有価証券報告書-第49期(令和1年6月1日-令和2年5月31日) | 2020-08-31 | Japanese | ||
| 7691370 | 四半期報告書-第49期第3四半期(令和1年12月1日-令和2年2月29日) | 2020-04-14 | Japanese | ||
| 7694817 | 四半期報告書-第49期第2四半期(令和1年9月1日-令和1年11月30日) | 2020-01-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of metal-forming machinery and machine tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abpro Bio Co., Ltd.
Manufactures precision machine tools and develops antibody …
|
195990 | KR | Manufacturing |
|
Ador Welding Ltd.
Manufactures welding consumables, equipment, and industrial…
|
ADOR | IN | Manufacturing |
|
AIDA ENGINEERING,LTD.
Global manufacturer of metal forming systems and press mach…
|
6118 | JP | Manufacturing |
|
AMADA CO., LTD.
Global manufacturer of metal processing machinery for sheet…
|
6113 | JP | Manufacturing |
|
AML3D LIMITED
Provides large-scale metal additive manufacturing via propr…
|
AL3 | AU | Manufacturing |
|
AMPCO PITTSBURGH CORP
Manufactures specialty metal products and customized engine…
|
AP | US | Manufacturing |
|
ANDERSON
Manufactures high-precision CNC machinery, PCB equipment, a…
|
1528 | TW | Manufacturing |
|
A-ONE SEIMITSU INC.
Manufactures high-precision components and accessories for …
|
6156 | JP | Manufacturing |
|
ASAHI-SEIKI MANUFACTURING CO.,LTD.
Manufacturer of precision metal components and industrial m…
|
6111 | JP | Manufacturing |
|
AURORA LABS LIMITED
Develops high-speed 3D metal printers and industrial additi…
|
A3D | AU | Manufacturing |
TAKEDA MACHINERY 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/11687/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11687 | 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=11687 | 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=11687 \ -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": 11687}, 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 TAKEDA MACHINERY CO., LTD. (id: 11687)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.