
CRI Middleware Co., Ltd. — Investor Relations & Filings
CRI Middleware Co., Ltd. is a technology company specializing in the research, development, and licensing of audio and video middleware. The company's flagship product suite, CRIWARE®, provides developers with a comprehensive set of tools for efficiently integrating high-quality sound and full-motion video into interactive content. Core business activities include the licensing of its proprietary software, providing technical support to clients, and undertaking subcontracted software development. While primarily serving the global video game industry, CRI Middleware also provides its multimedia solutions for a range of enterprise applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第22期第3四半期(令和4年4月1日-令和4年6月30日) | 2022-08-04 | Japanese | |
| 四半期報告書-第22期第2四半期(令和4年1月1日-令和4年3月31日) | 2022-05-12 | Japanese | |
| 四半期報告書-第22期第1四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | |
| 内部統制報告書-第21期(令和2年10月1日-令和3年9月30日) | 2021-12-17 | Japanese | |
| 確認書 | 2021-12-17 | Japanese | |
| 有価証券報告書-第21期(令和2年10月1日-令和3年9月30日) | 2021-12-17 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7596060 | 四半期報告書-第22期第3四半期(令和4年4月1日-令和4年6月30日) | 2022-08-04 | Japanese | ||
| 7609926 | 四半期報告書-第22期第2四半期(令和4年1月1日-令和4年3月31日) | 2022-05-12 | Japanese | ||
| 7617849 | 四半期報告書-第22期第1四半期(令和3年10月1日-令和3年12月31日) | 2022-02-10 | Japanese | ||
|
2021
6 filings
| |||||
| 7620036 | 内部統制報告書-第21期(令和2年10月1日-令和3年9月30日) | 2021-12-17 | Japanese | ||
| 7620034 | 確認書 | 2021-12-17 | Japanese | ||
| 7620038 | 有価証券報告書-第21期(令和2年10月1日-令和3年9月30日) | 2021-12-17 | Japanese | ||
| 7662676 | 四半期報告書-第21期第3四半期(令和3年4月1日-令和3年6月30日) | 2021-08-05 | Japanese | ||
| 7671797 | 四半期報告書-第21期第2四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | ||
| 7676791 | 四半期報告書-第21期第1四半期(令和2年10月1日-令和2年12月31日) | 2021-02-10 | Japanese | ||
|
2020
6 filings
| |||||
| 7678719 | 有価証券届出書(組込方式) | 2020-12-24 | Japanese | ||
| 7679060 | 内部統制報告書-第20期(令和1年10月1日-令和2年9月30日) | 2020-12-18 | Japanese | ||
| 7679059 | 確認書 | 2020-12-18 | Japanese | ||
| 7679063 | 有価証券報告書-第20期(令和1年10月1日-令和2年9月30日) | 2020-12-18 | Japanese | ||
| 7686380 | 四半期報告書-第20期第3四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7690585 | 四半期報告書-第20期第2四半期(令和2年1月1日-令和2年3月31日) | 2020-05-15 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Development of video games, video game software, and video game software tools
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
7 Levels Spolka Akcyjna
Develops and publishes action-adventure platformer games fo…
|
7LV | PL | Telecommunications, computer pr… |
|
Adventure Box Technology AB
Game technology company with a social cloud platform for us…
|
ADVBOX | SE | Telecommunications, computer pr… |
|
AlphaGen Intelligence Corp.
Builds AI-powered solutions to improve efficiency and creat…
|
AIC | CA | Telecommunications, computer pr… |
|
AXEL MARK INC.
Operates in advertising, blockchain games, IoT healthcare, …
|
3624 | JP | Telecommunications, computer pr… |
|
Bloober Team SA
A video game developer specializing in narrative-driven psy…
|
BLO | PL | Telecommunications, computer pr… |
|
Boba Mint Holdings Ltd.
Digital innovation holding company developing blockchain mo…
|
TNJ | CA | Telecommunications, computer pr… |
|
Bragg Gaming Group Inc.
B2B technology and content solutions provider for the globa…
|
BRAG | CA | Telecommunications, computer pr… |
|
Btc Studios Spolka Akcyjna
A video game developer specializing in story-driven and vis…
|
BTC | PL | Telecommunications, computer pr… |
|
Chartwell Technology Inc.
Developed software and platform solutions for the regulated…
|
CWH | CA | Telecommunications, computer pr… |
|
CommSeed Corporation
Develops and operates mobile games, including virtual pachi…
|
3739 | JP | Telecommunications, computer pr… |
CRI Middleware 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/13806/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13806 | 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=13806 | 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=13806 \ -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": 13806}, 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 CRI Middleware Co., Ltd. (id: 13806)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.