
StemCell Institute — Investor Relations & Filings
StemCell Institute Inc. is a private cord blood bank established in 1999. The company specializes in the collection, processing, and long-term cryopreservation of stem cells from umbilical cord blood and umbilical cord tissue. Its services are targeted at expectant parents who wish to store these biological materials for potential future use in regenerative medicine and cell therapies for their child or family members. The company operates a state-of-the-art cell processing center and a large-scale cryopreservation facility. It is the largest private cord blood bank in its domestic market, holding over 99% market share and storing more than 80,000 units. StemCell Institute is the only private bank in its region to have released stored units for clinical applications, including treatments for conditions such as leukemia and cerebral palsy. The company is ISO 9001 certified.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-06-24 | Japanese | |
| 有価証券報告書-第23期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | |
| 四半期報告書-第23期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 四半期報告書-第23期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 四半期報告書-第23期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | |
| 内部統制報告書-第22期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7603284 | 確認書 | 2022-06-24 | Japanese | ||
| 7603288 | 有価証券報告書-第23期(令和3年4月1日-令和4年3月31日) | 2022-06-24 | Japanese | ||
| 7617851 | 四半期報告書-第23期第3四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
8 filings
| |||||
| 7623264 | 四半期報告書-第23期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7628607 | 四半期報告書-第23期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-11 | Japanese | ||
| 7664512 | 内部統制報告書-第22期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7664510 | 確認書 | 2021-06-30 | Japanese | ||
| 7664508 | 有価証券報告書-第22期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7670473 | 訂正有価証券届出書(新規公開時) | 2021-06-16 | Japanese | ||
| 7670807 | 訂正有価証券届出書(新規公開時) | 2021-06-08 | Japanese | ||
| 7671541 | 有価証券届出書(新規公開時) | 2021-05-21 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other human health activities n.e.c
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3billion Inc.
Uses an AI platform for rare disease diagnosis and continuo…
|
394800 | KR | Human health and social work ac… |
|
AdaptHealth Corp.
Provider of home medical equipment, supplies, and related h…
|
AHCO | US | Human health and social work ac… |
|
Addus HomeCare Corp
Provider of in-home personal care, home health, and hospice…
|
ADUS | US | Human health and social work ac… |
|
ADICON Holdings Limited
Provider of independent clinical laboratory services for ho…
|
9860 | KY | Human health and social work ac… |
|
ADVENTA BHD
Healthcare group manufacturing medical products, providing …
|
— | MY | Human health and social work ac… |
|
Aidigong Maternal & Child Health Limited
Provides comprehensive maternal and child healthcare, postp…
|
286 | HK | Human health and social work ac… |
|
Aimei Health Technology Co., Ltd.
A special purpose acquisition company (SPAC) focused on the…
|
AFJK | US | Human health and social work ac… |
|
Allcore
Holding company providing consulting services for small and…
|
CORE | IT | Human health and social work ac… |
|
ALLIANÇA SAÚDE E PARTICIPAÇÕES S.A.
Provides diagnostic imaging, clinical analysis, and digital…
|
— | BR | Human health and social work ac… |
|
ALLURION TECHNOLOGIES, INC.
Offers a weight-loss platform featuring a procedure-less, s…
|
ALUR | US | Human health and social work ac… |
StemCell Institute 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/14298/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14298 | 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=14298 | 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=14298 \ -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": 14298}, 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 StemCell Institute (id: 14298)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.