
Quantum Solutions Co.,Ltd. — Investor Relations & Filings
Quantum Solutions Co.,Ltd. is an artificial intelligence (AI) focused company that provides comprehensive hardware and software solutions. The company's business operates across three primary segments: AI infrastructure, AI enterprise solutions, and AI games. The AI infrastructure division distributes hardware essential for AI development, including NVIDIA GPUs and servers. The enterprise solutions segment develops and commercializes proprietary AI applications for business clients. In the gaming sector, the company produces and acquires gaming intellectual property (IP), such as “SANCTUS SENKI – GYEE,” and collaborates on new titles like “JEWEL” for markets in Asia and the Middle East.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第23期第1四半期(令和3年3月1日-令和3年5月31日) | 2021-07-12 | Japanese | |
| 内部統制報告書-第22期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | |
| 有価証券報告書-第22期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | |
| 確認書 | 2021-05-27 | Japanese | |
| 四半期報告書-第22期第3四半期(令和2年9月1日-令和2年11月30日) | 2021-01-12 | Japanese | |
| 訂正有価証券届出書(組込方式) | 2020-11-05 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
5 filings
| |||||
| 7663491 | 四半期報告書-第23期第1四半期(令和3年3月1日-令和3年5月31日) | 2021-07-12 | Japanese | ||
| 7671330 | 内部統制報告書-第22期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | ||
| 7671332 | 有価証券報告書-第22期(令和2年3月1日-令和3年2月28日) | 2021-05-27 | Japanese | ||
| 7671329 | 確認書 | 2021-05-27 | Japanese | ||
| 7678384 | 四半期報告書-第22期第3四半期(令和2年9月1日-令和2年11月30日) | 2021-01-12 | Japanese | ||
|
2020
6 filings
| |||||
| 7682530 | 訂正有価証券届出書(組込方式) | 2020-11-05 | Japanese | ||
| 7682813 | 有価証券届出書(組込方式) | 2020-10-26 | Japanese | ||
| 7683226 | 四半期報告書-第22期第2四半期(令和2年6月1日-令和2年8月31日) | 2020-10-12 | Japanese | ||
| 7687883 | 四半期報告書-第22期第1四半期(令和2年3月1日-令和2年5月31日) | 2020-07-10 | Japanese | ||
| 7690452 | 有価証券報告書-第21期(平成31年3月1日-令和2年2月29日) | 2020-05-28 | Japanese | ||
| 7695082 | 四半期報告書-第21期第3四半期(令和1年9月1日-令和1年11月30日) | 2020-01-10 | Japanese | ||
|
2019
4 filings
| |||||
| 7698658 | 四半期報告書-第21期第2四半期(2019/06/01-2019/08/31) | 2019-10-10 | Japanese | ||
| 7702269 | 四半期報告書-第21期第1四半期(2019/03/01-2019/05/31) | 2019-07-10 | Japanese | ||
| 7711588 | 有価証券報告書-第20期(平成30年3月1日-平成31年2月28日) | 2019-05-30 | Japanese | ||
| 7716446 | 四半期報告書-第20期第3四半期(2018/03/01-2018/11/30) | 2019-01-11 | 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… |
Quantum Solutions 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/13321/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13321 | 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=13321 | 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=13321 \ -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": 13321}, 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 Quantum Solutions Co.,Ltd. (id: 13321)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.