
SHIKIGAKU.Co.,Ltd. — Investor Relations & Filings
SHIKIGAKU.Co.,Ltd. provides services based on its proprietary management theory, "Shikigaku," which is designed to foster continuous organizational growth. The company offers management consulting, employee training, and web-based learning platforms to a diverse range of corporate clients, aiming to maximize performance and reduce employee turnover. In addition to its core consulting services, the company's operations extend to venture capital, hands-on business support, and services for individuals, including community management and sports entertainment ventures. The principles of Shikigaku are consistently applied across all its business segments to provide unified value.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第7期第3四半期(令和3年9月1日-令和3年11月30日) | 2022-01-14 | Japanese | |
| 四半期報告書-第7期第2四半期(令和3年6月1日-令和3年8月31日) | 2021-10-14 | Japanese | |
| 四半期報告書-第7期第1四半期(令和3年3月1日-令和3年5月31日) | 2021-07-14 | Japanese | |
| 確認書 | 2021-05-27 | Japanese | |
| 内部統制報告書-第6期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | |
| 有価証券報告書-第6期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7619168 | 四半期報告書-第7期第3四半期(令和3年9月1日-令和3年11月30日) | 2022-01-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7625500 | 四半期報告書-第7期第2四半期(令和3年6月1日-令和3年8月31日) | 2021-10-14 | Japanese | ||
| 7663325 | 四半期報告書-第7期第1四半期(令和3年3月1日-令和3年5月31日) | 2021-07-14 | Japanese | ||
| 7671334 | 確認書 | 2021-05-27 | Japanese | ||
| 7671333 | 内部統制報告書-第6期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | ||
| 7671337 | 有価証券報告書-第6期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | ||
| 7678225 | 四半期報告書-第6期第3四半期(令和2年9月1日-令和2年11月30日) | 2021-01-14 | Japanese | ||
|
2020
4 filings
| |||||
| 7683105 | 四半期報告書-第6期第2四半期(令和2年6月1日-令和2年8月31日) | 2020-10-14 | Japanese | ||
| 7687756 | 四半期報告書-第6期第1四半期(令和2年3月1日-令和2年5月31日) | 2020-07-14 | Japanese | ||
| 7690450 | 有価証券報告書-第5期(平成31年3月1日-令和2年2月29日) | 2020-05-28 | Japanese | ||
| 7694909 | 四半期報告書-第5期第3四半期(令和1年9月1日-令和1年11月30日) | 2020-01-14 | Japanese | ||
|
2019
3 filings
| |||||
| 7698581 | 四半期報告書-第5期第2四半期(2019/06/01-2019/08/31) | 2019-10-11 | Japanese | ||
| 7702161 | 四半期報告書-第5期第1四半期(2019/03/01-2019/05/31) | 2019-07-12 | Japanese | ||
| 7711547 | 有価証券報告書-第4期(平成30年3月1日-平成31年2月28日) | 2019-05-31 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Business and other management consultancy activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acclaim Energy Trust
Specialized energy management firm offering resiliency plan…
|
AE.UN | CA | Professional, scientific and te… |
|
Adsure Services PLC
A business assurance provider for public and government-fun…
|
ADS | GB | Professional, scientific and te… |
|
Agencja Rozwoju Innowacji Spolka Akcyjna
Financial advisory and investment firm specializing in rais…
|
ARI | PL | Professional, scientific and te… |
|
Aidma Holdings, Inc.
Provides AI-driven sales and business support services for …
|
7373 | JP | Professional, scientific and te… |
|
ALVAREZ & MARSAL INVESTIMENTOS I S.A.
Provides turnaround management, restructuring, and performa…
|
— | BR | Professional, scientific and te… |
|
AMCG Co., Ltd.
Develops an AI-powered diagnostic platform for cardiac cond…
|
495900 | KR | Professional, scientific and te… |
|
Aoyama Zaisan Networks Company,Limited
A consulting firm specializing in property and asset manage…
|
8929 | JP | Professional, scientific and te… |
|
AQUILA SERVICES GROUP PLC
A consultancy group providing support services to socially …
|
AQSG | GB | Professional, scientific and te… |
|
ATIF Holdings Ltd
Offers IPO, M&A, and financial advisory services to small a…
|
ZBAI | US | Professional, scientific and te… |
|
ATOMIC EAGLE LTD
Professional services firm providing strategic advisory and…
|
AEU | AU | Professional, scientific and te… |
SHIKIGAKU.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/14188/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14188 | 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=14188 | 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=14188 \ -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": 14188}, 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 SHIKIGAKU.Co.,Ltd. (id: 14188)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.