
KOMATSU MATERE Co., Ltd. — Investor Relations & Filings
Komatsu Matere Co., Ltd. is a chemical material manufacturer established in 1943, with core expertise originating from advanced dyeing technologies. The company engages in the comprehensive process of planning, developing, manufacturing, and selling a diverse portfolio of materials. Its primary offerings include high-performance synthetic fabrics, technical textiles, and thin-film fabrics for applications in sportswear, fashion, and uniforms. Expanding beyond its textile foundation, the company also develops and produces advanced materials such as functional ceramics for various industrial sectors. Komatsu Matere is recognized for its pioneering role in technical textiles and a long-standing reputation for innovation and quality.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第110期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 確認書 | 2022-06-27 | Japanese | |
| 内部統制報告書-第110期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | |
| 四半期報告書-第110期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第110期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-11 | Japanese | |
| 四半期報告書-第110期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
4 filings
| |||||
| 7601992 | 有価証券報告書-第110期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7601990 | 確認書 | 2022-06-27 | Japanese | ||
| 7601988 | 内部統制報告書-第110期(令和3年4月1日-令和4年3月31日) | 2022-06-27 | Japanese | ||
| 7617266 | 四半期報告書-第110期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7623755 | 四半期報告書-第110期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-11 | Japanese | ||
| 7628473 | 四半期報告書-第110期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7666416 | 確認書 | 2021-06-28 | Japanese | ||
| 7666414 | 内部統制報告書-第109期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7666404 | 有価証券報告書-第109期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7676967 | 四半期報告書-第109期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | ||
|
2020
4 filings
| |||||
| 7681363 | 四半期報告書-第109期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-12 | Japanese | ||
| 7685482 | 四半期報告書-第109期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7688507 | 有価証券報告書-第108期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7693335 | 四半期報告書-第108期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-13 | Japanese | ||
|
2019
1 filing
| |||||
| 7696813 | 四半期報告書-第108期第2四半期(2019/07/01-2019/09/30) | 2019-11-13 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Finishing of textiles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AARNAV FASHIONS LIMITED
Integrated manufacturer of processed fabrics for apparel an…
|
AARNAV | IN | Manufacturing |
|
Anjani Synthetics Limited
Processes and manufactures cotton and synthetic fabrics for…
|
531223 | IN | Manufacturing |
|
Azgard Nine Limited
A vertically integrated textile company specializing in sus…
|
ANL | PK | Manufacturing |
|
Betex India Ltd.
Processes synthetic and natural fabrics through dyeing, pri…
|
512477 | IN | Manufacturing |
|
Binayak Tex Processors Ltd.
Processes and finishes diverse fabrics for garment manufact…
|
523054 | IN | Manufacturing |
|
Bindal Exports Limited
Integrated textile manufacturer specializing in fabric proc…
|
540148 | IN | Manufacturing |
|
ČATEKS d.d.
Vertically integrated manufacturer of high-performance tech…
|
CTKS | HR | Manufacturing |
|
Dhanlaxmi Fabrics Ltd.
Textile manufacturer specializing in cotton, synthetic, and…
|
521151 | IN | Manufacturing |
|
EREĞLİ TEKSTİL TURİZM SANAYİ VE TİCARET A.Ş.
Integrated manufacturer of technical fabrics and apparel fo…
|
ERGLI | TR | Manufacturing |
|
Fateh Textile Mills Limited
Manufacturer and exporter of yarn, cloth, fabrics, apparel,…
|
FTHM | PK | Manufacturing |
KOMATSU MATERE 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/11168/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11168 | 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=11168 | 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=11168 \ -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": 11168}, 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 KOMATSU MATERE Co., Ltd. (id: 11168)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.