
Ledax Co., Ltd. — Investor Relations & Filings
Filings indexed
76
across all filing types
Latest filing
2026-05-22
Share Issue/Capital Cha…
Country
JP
Japan
Listing
T
7602
Ledax Co., Ltd., formerly known as Carchs Holdings Co Ltd, is a holding company primarily engaged in the automobile distribution business. Through its subsidiaries, such as Carchs Co., Ltd., the company's main activities involve the purchase, sale, and distribution of automobiles. The company also operates a leaseback-related business.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 合弁会社である株式会社Freedom Japanにおける第三者割当増資の払い込み完了に関するお知らせ | 2026-05-22 | Japanese | |
| 一時取締役(仮取締役)の選任に関するお知らせ | 2026-05-19 | Japanese | |
| 2026年3月期 決算説明資料 | 2026-05-13 | Japanese | |
| 2026年3月期 決算短信〔日本基準〕(連結) | 2026-05-13 | Japanese | |
| 剰余金の配当(復配)に関するお知らせ | 2026-05-13 | Japanese | |
| 2026年3月期通期連結業績予想と実績の差異に関するお知らせ | 2026-05-13 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 46762982 | 合弁会社である株式会社Freedom Japanにおける第三者割当増資の払い込み完了に関するお知らせ | 2026-05-22 | Japanese | ||
| 46541457 | 一時取締役(仮取締役)の選任に関するお知らせ | 2026-05-19 | Japanese | ||
| 46883709 | 2026年3月期 決算説明資料 | 2026-05-13 | Japanese | ||
| 46883707 | 2026年3月期 決算短信〔日本基準〕(連結) | 2026-05-13 | Japanese | ||
| 46883704 | 剰余金の配当(復配)に関するお知らせ | 2026-05-13 | Japanese | ||
| 46883702 | 2026年3月期通期連結業績予想と実績の差異に関するお知らせ | 2026-05-13 | Japanese | ||
| 46879964 | 合弁会社(株式会社Freedom Japan)における株式総数引受契約の締結、および第三者割当増資の実施に関するお知らせ | 2026-04-30 | Japanese | ||
| 46877139 | 上場維持基準への適合及び当社株式の監理銘柄(確認中)指定解除に関するお知らせ | 2026-04-15 | Japanese | ||
| 33972346 | 訂正臨時報告書 | 2026-04-10 | Japanese | ||
|
2025
6 filings
| |||||
| 8274274 | 確認書 | 2025-11-13 | Japanese | ||
| 8274265 | 半期報告書-第39期(2025/04/01-2025/09/30) | 2025-11-13 | Japanese | ||
| 7244642 | 臨時報告書 | 2025-06-27 | Japanese | ||
| 7244641 | 内部統制報告書-第38期(2024/04/01-2025/03/31) | 2025-06-27 | Japanese | ||
| 7244615 | 確認書 | 2025-06-27 | Japanese | ||
| 7244614 | 有価証券報告書-第38期(2024/04/01-2025/03/31) | 2025-06-27 | Japanese | ||
Market data
Market data not available
Last price
Market cap
volume
Day range
today
52-week range
trailing
Price history
Peer group · Wholesale of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ÇELİK MOTOR TİCARET A.Ş.
Automotive firm in vehicle distribution, rental services, a…
|
CLKMT | TR | Wholesale and retail trade |
|
Công ty Cổ phần Đầu tư Phát triển máy Việt Nam
Leading provider of transportation solutions, trucks, trail…
|
VVS | VN | Wholesale and retail trade |
|
Delek Automotive Systems Ltd.
A vehicle importer and distributor also operating in green …
|
DLEA | IL | Wholesale and retail trade |
|
D'Ieteren Group
A family-controlled investment company in automotive distri…
|
DIE | BE | Wholesale and retail trade |
|
DOĞAN TREND OTOMOTİV TİCARET HİZMET VE TEKNOLOJİ A.Ş.
Distributor of international automotive, motorcycle, and e-…
|
DTRND | TR | Wholesale and retail trade |
|
DOĞUŞ OTOMOTİV SERVİS VE TİCARET A.Ş.
An automotive importer and distributor of passenger, commer…
|
DOAS | TR | Wholesale and retail trade |
|
G. A. Holdings Limited
Leading automotive distributor of luxury passenger vehicles…
|
8126 | HK | Wholesale and retail trade |
|
Groupe PAROT
Automotive distributor of new and used passenger, commercia…
|
ALPAR | FR | Wholesale and retail trade |
|
HOTAI MOTOR
Distributor of Toyota, Lexus, and Hino vehicles offering sa…
|
2207 | TW | Wholesale and retail trade |
|
HYUNDAI-BERJAYA CORPORATION BERHAD
Historically distributed Hyundai vehicles as part of a dive…
|
— | MY | Wholesale and retail trade |
Ledax 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/12465/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12465 | 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=12465 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
Full reference: API reference · OpenAPI schema
cURL
$ curl https://api.financialreports.eu/api/filings/?company=12465 \ -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": 12465}, 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 Ledax Co., Ltd. (id: 12465)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.
We will notify you once the filing is added.
Report sent
Thank you. We will check the data and update it shortly.