
TOMOKU CO.,LTD. — Investor Relations & Filings
TOMOKU CO.,LTD. is a company that operates through three primary business segments: Corrugated Cardboard and Paper Containers, Housing, and Transportation and Warehousing. The company's core activities include the manufacture and sale of corrugated paper, corrugated containers, display cartons, and other printed paper packaging materials. The housing division is engaged in housebuilding activities. Complementing these operations, the transportation and warehousing segment provides comprehensive logistics services to support distribution and supply chain needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-06-24 | Japanese | |
| 有価証券報告書-第83期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | |
| 四半期報告書-第83期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-07 | Japanese | |
| 四半期報告書-第83期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | |
| 四半期報告書-第83期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | |
| 内部統制報告書-第82期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7602406 | 確認書 | 2022-06-24 | Japanese | ||
| 7602394 | 有価証券報告書-第83期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | ||
| 7618446 | 四半期報告書-第83期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-07 | Japanese | ||
|
2021
6 filings
| |||||
| 7624589 | 四半期報告書-第83期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | ||
| 7661926 | 四半期報告書-第83期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7669069 | 内部統制報告書-第82期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7669067 | 確認書 | 2021-06-24 | Japanese | ||
| 7669066 | 有価証券報告書-第82期(令和2年4月1日-令和3年3月31日) | 2021-06-24 | Japanese | ||
| 7677754 | 四半期報告書-第82期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-01 | Japanese | ||
|
2020
5 filings
| |||||
| 7682145 | 四半期報告書-第82期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-09 | Japanese | ||
| 7686401 | 四半期報告書-第82期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7689910 | 有価証券報告書-第81期(平成31年4月1日-令和2年3月31日) | 2020-06-22 | Japanese | ||
| 7692180 | 訂正四半期報告書-第81期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-03-03 | Japanese | ||
| 7694223 | 四半期報告書-第81期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-07 | Japanese | ||
|
2019
1 filing
| |||||
| 7697611 | 四半期報告書-第81期第2四半期(2019/07/01-2019/09/30) | 2019-11-08 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of corrugated paper and paperboard and of containers of paper and paperboard
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anuroop Packaging Limited
Manufactures and distributes corrugated and offset printed …
|
542865 | IN | Manufacturing |
|
ASIA PAPER MANUFACTURING CO.,LTD
Manufactures linerboard, kraft paper, and gypsum linerboard…
|
002310 | KR | Manufacturing |
|
Aten Papers & Foam Limited
Manufactures integrated paper and foam packaging and cushio…
|
544417 | IN | Manufacturing |
|
B&A Packaging India Limited
Manufacturer of paper sacks and flexible packaging for indu…
|
523186 | IN | Manufacturing |
|
BAREM AMBALAJ SANAYİ VE TİCARET A.Ş.
Integrated manufacturer of paper and offset printed packagi…
|
BARMA | TR | Manufacturing |
|
B&B Triplewall Containers Limited
Designs and manufactures corrugated packaging and heavy-dut…
|
BBTCL | IN | Manufacturing |
|
Bilokalnik-IPA d.d.
Manufacturer of sustainable corrugated cardboard packaging …
|
BLKL | HR | Manufacturing |
|
BOX-PAK (MALAYSIA) BHD
Manufacturer and distributor of corrugated cartons and die-…
|
— | MY | Manufacturing |
|
CENTURY BOND BHD
Comprehensive provider of industrial packaging solutions an…
|
— | MY | Manufacturing |
|
Cherat Packaging Limited
Manufactures industrial and consumer packaging solutions, s…
|
CPPL | PK | Manufacturing |
TOMOKU 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/11197/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11197 | 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=11197 | 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=11197 \ -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": 11197}, 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 TOMOKU CO.,LTD. (id: 11197)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.