
TRUCK-ONE CO., LTD. — Investor Relations & Filings
TRUCK-ONE CO., LTD. is a specialized dealer of used commercial vehicles, operating both domestically and internationally. The company's core business involves the sale, purchase, rental, leasing, and maintenance of a diverse range of trucks. Its extensive inventory includes various types such as dump trucks, crane-equipped vehicles, refrigerated trucks, heavy equipment transporters, wing-body vans, tractors, and trailers. Leveraging extensive experience in the market, the company offers a high-value purchasing service for used vehicles. In addition to its primary focus on used trucks, TRUCK-ONE also handles the sale and export of new vehicles, providing comprehensive solutions for commercial vehicle needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 内部統制報告書-第32期(令和3年1月1日-令和3年12月31日) | 2022-03-22 | Japanese | |
| 確認書 | 2022-03-22 | Japanese | |
| 有価証券報告書-第32期(令和3年1月1日-令和3年12月31日) | 2022-03-22 | Japanese | |
| 四半期報告書-第32期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第32期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | |
| 四半期報告書-第32期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7614384 | 内部統制報告書-第32期(令和3年1月1日-令和3年12月31日) | 2022-03-22 | Japanese | ||
| 7614380 | 確認書 | 2022-03-22 | Japanese | ||
| 7614389 | 有価証券報告書-第32期(令和3年1月1日-令和3年12月31日) | 2022-03-22 | Japanese | ||
|
2021
8 filings
| |||||
| 7623466 | 四半期報告書-第32期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7628773 | 四半期報告書-第32期第2四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7672114 | 四半期報告書-第32期第1四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | ||
| 7673148 | 確認書 | 2021-03-31 | Japanese | ||
| 7673144 | 訂正有価証券報告書-第31期(令和2年1月1日-令和2年12月31日) | 2021-03-31 | Japanese | ||
| 7674511 | 内部統制報告書-第31期(令和2年1月1日-令和2年12月31日) | 2021-03-22 | Japanese | ||
| 7674509 | 確認書 | 2021-03-22 | Japanese | ||
| 7674513 | 有価証券報告書-第31期(令和2年1月1日-令和2年12月31日) | 2021-03-22 | Japanese | ||
|
2020
4 filings
| |||||
| 7680983 | 四半期報告書-第31期第3四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7685780 | 四半期報告書-第31期第2四半期(令和2年4月1日-令和2年6月30日) | 2020-08-12 | Japanese | ||
| 7690751 | 四半期報告書-第31期第1四半期(令和2年1月1日-令和2年3月31日) | 2020-05-15 | Japanese | ||
| 7691963 | 有価証券報告書-第30期(平成31年1月1日-令和1年12月31日) | 2020-03-23 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACV Auctions Inc.
Operates a digital marketplace for wholesale vehicle transa…
|
ACVA | US | Wholesale and retail trade |
|
APPLE INTERNATIONALCO.,LTD.
An automobile exporter specializing in used vehicles and re…
|
2788 | JP | Wholesale and retail trade |
|
AUTO1 Group SE
Operates a digital automotive platform for the European use…
|
AG1 | DE | Wholesale and retail trade |
|
Auto Hrvatska d.d. Zagreb
Sells and services a wide range of vehicles, parts, and equ…
|
AUHR | HR | Wholesale and retail trade |
|
AutoWallis Plc
An integrated mobility provider for automotive wholesale, r…
|
AUTOW | HU | Wholesale and retail trade |
|
BANNERS CO.,LTD.
A diversified company in real estate, auto sales, and music…
|
3011 | JP | Wholesale and retail trade |
|
British Automotive Holding S.A.
A holding company for the import, distribution, and sale of…
|
BAH | PL | Wholesale and retail trade |
|
Carasso Motors Ltd.
An importer and distributor of vehicles and heavy machinery…
|
CRSM | IL | Wholesale and retail trade |
|
ÇELİK MOTOR TİCARET A.Ş.
Automotive firm in vehicle distribution, rental services, a…
|
CLKMT | TR | Wholesale and retail trade |
|
Delek Automotive Systems Ltd.
A vehicle importer and distributor also operating in green …
|
DLEA | IL | Wholesale and retail trade |
TRUCK-ONE 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/12741/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12741 | 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=12741 | 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=12741 \ -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": 12741}, 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 TRUCK-ONE CO., LTD. (id: 12741)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.