
Global Kids Company Corp. — Investor Relations & Filings
Global Kids Company Corp. provides child-rearing support services, primarily operating licensed and non-licensed daycare centers and after-school clubs. The company's operations are concentrated in the Tokyo metropolitan area. Guided by the philosophy "For the Future of Our Children," it prioritizes safety and security while working to enhance the quality of its services, including the introduction of the Jena Plan educational philosophy across its facilities. The company's long-term strategy, "2030 Triple Trust," aims to become a trusted partner for staff, children, and local communities, positioning itself as essential social infrastructure. Key business initiatives include increasing enrollment through marketing, optimizing staff allocation, and pursuing strategic M&A for expansion within its core regions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第7期第1四半期(令和3年10月1日-令和3年12月31日) | 2022-02-04 | Japanese | |
| 内部統制報告書-第6期(令和2年10月1日-令和3年9月30日) | 2021-12-22 | Japanese | |
| 確認書 | 2021-12-22 | Japanese | |
| 有価証券報告書-第6期(令和2年10月1日-令和3年9月30日) | 2021-12-22 | Japanese | |
| 四半期報告書-第6期第3四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | |
| 四半期報告書-第6期第2四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
1 filing
| |||||
| 7618614 | 四半期報告書-第7期第1四半期(令和3年10月1日-令和3年12月31日) | 2022-02-04 | Japanese | ||
|
2021
6 filings
| |||||
| 7619859 | 内部統制報告書-第6期(令和2年10月1日-令和3年9月30日) | 2021-12-22 | Japanese | ||
| 7619860 | 確認書 | 2021-12-22 | Japanese | ||
| 7619863 | 有価証券報告書-第6期(令和2年10月1日-令和3年9月30日) | 2021-12-22 | Japanese | ||
| 7662338 | 四半期報告書-第6期第3四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7671993 | 四半期報告書-第6期第2四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | ||
| 7677629 | 四半期報告書-第6期第1四半期(令和2年10月1日-令和2年12月31日) | 2021-02-05 | Japanese | ||
|
2020
6 filings
| |||||
| 7678809 | 内部統制報告書-第5期(令和1年10月1日-令和2年9月30日) | 2020-12-23 | Japanese | ||
| 7678806 | 確認書 | 2020-12-23 | Japanese | ||
| 7678792 | 有価証券報告書-第5期(令和1年10月1日-令和2年9月30日) | 2020-12-23 | Japanese | ||
| 7686930 | 四半期報告書-第5期第3四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7690909 | 四半期報告書-第5期第2四半期(令和2年1月1日-令和2年3月31日) | 2020-05-14 | Japanese | ||
| 7694434 | 四半期報告書-第5期第1四半期(令和1年10月1日-令和1年12月31日) | 2020-02-07 | Japanese | ||
|
2019
2 filings
| |||||
| 7695314 | 有価証券報告書-第4期(平成30年10月1日-令和1年9月30日) | 2019-12-19 | Japanese | ||
| 7699437 | 四半期報告書-第4期第3四半期(1989/04/01-2019/06/30) | 2019-08-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Pre-primary education
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AIAI Group Corporation
A holding company specializing in childcare and child devel…
|
6557 | JP | Education |
|
Brighter Minds Media Inc.
Facilitates high-quality childcare experiences, offering ed…
|
— | CA | Education |
|
BRIGHT HORIZONS FAMILY SOLUTIONS INC.
Provider of early education, child care, and workforce educ…
|
BFAM | US | Education |
|
EMBARK EARLY EDUCATION LIMITED
Operates early childhood education centers offering care an…
|
EVO | AU | Education |
|
G8 EDUCATION LIMITED
Provides early childhood education and care through a netwo…
|
GEM | AU | Education |
|
NIDO EDUCATION LIMITED
Provides early childhood education and care using the Reggi…
|
NDO | AU | Education |
|
SAKURASAKU PLUS,Co.,Ltd
Provides childcare and child-rearing support services throu…
|
7097 | JP | Education |
|
Smile Holdings Inc.
Specializes in educational services for childcare and early…
|
7084 | JP | Education |
|
Tree House Education & Accessories Limited
Provides pre-school and K-12 education, teacher training, a…
|
TREEHOUSE | IN | Education |
Global Kids Company Corp. 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/13935/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13935 | 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=13935 | 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=13935 \ -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": 13935}, 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 Global Kids Company Corp. (id: 13935)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.