
Kamigumi Co., Ltd. — Investor Relations & Filings
Kamigumi Co., Ltd. is an integrated logistics provider specializing in a wide range of services. A pioneer in harbor logistics, the company's core operations include comprehensive port terminal management, freight forwarding, and warehousing. Its service portfolio extends to on-site factory services, managing logistics within client manufacturing facilities, and specialized heavy cargo transportation for large-scale equipment and infrastructure projects. Kamigumi also provides construction and mechanical work services, supporting the development and maintenance of logistics-related facilities. The company leverages its extensive domestic and international network to deliver these integrated solutions globally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-06-30 | Japanese | |
| 四半期報告書-第83期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第83期第2四半期(令和3年4月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第83期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | |
| 内部統制報告書-第82期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | |
| 確認書 | 2021-06-30 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7597434 | 確認書 | 2022-06-30 | Japanese | ||
| 7616391 | 四半期報告書-第83期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7623116 | 四半期報告書-第83期第2四半期(令和3年4月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7628323 | 四半期報告書-第83期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7663996 | 内部統制報告書-第82期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7663987 | 確認書 | 2021-06-30 | Japanese | ||
| 7663986 | 有価証券報告書-第82期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7676257 | 四半期報告書-第82期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7680667 | 四半期報告書-第82期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7685872 | 四半期報告書-第82期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-11 | Japanese | ||
| 7688246 | 有価証券報告書-第81期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7692944 | 四半期報告書-第81期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese | ||
|
2019
3 filings
| |||||
| 7696600 | 四半期報告書-第81期第2四半期(2019/07/01-2019/09/30) | 2019-11-13 | Japanese | ||
| 7699636 | 四半期報告書-第81期第1四半期(2019/04/01-2019/06/30) | 2019-08-13 | Japanese | ||
| 7702479 | 有価証券報告書-第80期(平成30年4月1日-平成31年3月31日) | 2019-06-28 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other support activities for transportation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADANI PORTS AND SPECIAL ECONOMIC ZONE LIMITED
A multinational port operator and integrated logistics comp…
|
33RB | SG | Transportation and storage |
|
Allcargo Logistics Ltd
Provides global multi-modal logistics, LCL consolidation, a…
|
ALLCARGO | IN | Transportation and storage |
|
Ashapura Logistics Limited
Integrated provider of multimodal transport, freight forwar…
|
ASHALOG | IN | Transportation and storage |
|
AVG Logistics Limited
Provides 3PL, multi-modal transport, warehousing, and cold …
|
AVG | IN | Transportation and storage |
|
Axios Mobile Assets Corp.
Technology-enabled logistics provider offering bio-based pa…
|
AXAh | CA | Transportation and storage |
|
BEIJING HUAYUAN XINHANG HOLDING CO.,LTD.
Provides aviation supply chain management and aircraft comp…
|
600743 | CN | Transportation and storage |
|
BLT Logistics Limited
Offers multimodal transport, freight forwarding, and integr…
|
544474 | IN | Transportation and storage |
|
Bondex Supply Chain Management Co., Ltd.
Provides integrated logistics, multi-modal freight, and dig…
|
603836 | CN | Transportation and storage |
|
Brace Port Logistics Limited
Provides integrated logistics, freight forwarding, warehous…
|
BRACEPORT | IN | Transportation and storage |
|
BRAMBLES FINANCE LIMITED
Global logistics solutions provider for pallets and contain…
|
10LB | AU | Transportation and storage |
Kamigumi 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/13014/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13014 | 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=13014 | 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=13014 \ -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": 13014}, 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 Kamigumi Co., Ltd. (id: 13014)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.