
Akatsuki Inc. — Investor Relations & Filings
Akatsuki Inc. is an entertainment company that develops and publishes digital content. Its primary business is the creation and management of mobile and PC games through its subsidiary, Akatsuki Games, which is responsible for titles such as "KAIJU NO. 8 THE GAME". The company has expanded its portfolio beyond gaming to include digital comic and manga platforms, such as "HykeComic" and "MANGA MIRAI". Additionally, Akatsuki engages in investment activities, having established Emoote, a fund focused on Web3 technologies, and holds stakes in various portfolio companies. The firm collaborates with strategic partners to develop and distribute its entertainment products to a global audience.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 取締役に対するストック・オプションとしての報酬等の額及び内容に関するお知らせ | 2026-05-22 | Japanese | |
| 剰余金の配当に関するお知らせ | 2026-05-22 | Japanese | |
| 公開買付届出書 | 2026-05-14 | Japanese | |
| 財務上の特約が付された資金の借入及びコミットメントライン契約の締結に関するお知らせ | 2026-05-13 | Japanese | |
| 株式会社サニーサイドアップグループ(証券コード:2180)との経営統合に向けた同社株券等に対する公開買付けの開始及び株式交換に向けた基本合意書の締結 | 2026-05-13 | Japanese | |
| 自己株式の取得及び自己株式立会外買付取引(ToSTNeT-3)による自己株式の買付けに関するお知らせ | 2026-05-13 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46779549 | 取締役に対するストック・オプションとしての報酬等の額及び内容に関するお知らせ | 2026-05-22 | Japanese | ||
| 46779547 | 剰余金の配当に関するお知らせ | 2026-05-22 | Japanese | ||
| 45775866 | 公開買付届出書 | 2026-05-14 | Japanese | ||
| 46883869 | 財務上の特約が付された資金の借入及びコミットメントライン契約の締結に関するお知らせ | 2026-05-13 | Japanese | ||
| 46883868 | 株式会社サニーサイドアップグループ(証券コード:2180)との経営統合に向けた同社株券等に対する公開買付けの開始及び株式交換に向けた基本合意書の締結 | 2026-05-13 | Japanese | ||
| 46883867 | 自己株式の取得及び自己株式立会外買付取引(ToSTNeT-3)による自己株式の買付けに関するお知らせ | 2026-05-13 | Japanese | ||
| 46884226 | 2026年3月期連結業績の前年同期実績との差異に関するお知らせ | 2026-05-13 | Japanese | ||
| 46884225 | 2026年3月期 配当予想(期末配当金)の修正に関するお知らせ | 2026-05-13 | Japanese | ||
| 46884223 | 2026年3月期 決算短信〔日本基準〕(連結) | 2026-05-13 | Japanese | ||
| 46878822 | 株式会社グルーヴ・ホールディングスの株式取得(子会社化及び孫会社化)に関するお知らせ | 2026-04-24 | Japanese | ||
|
2025
5 filings
| |||||
| 8275770 | 確認書 | 2025-11-13 | Japanese | ||
| 8275768 | 半期報告書-第16期(2025/04/01-2026/03/31) | 2025-11-13 | Japanese | ||
| 7247284 | 臨時報告書 | 2025-06-26 | Japanese | ||
| 7247278 | 内部統制報告書-第15期(2024/04/01-2025/03/31) | 2025-06-26 | Japanese | ||
| 7247265 | 確認書 | 2025-06-26 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Publishing of video games
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Bandai Namco Holdings Inc.
An entertainment group developing games, toys, and amusemen…
|
7832 | JP | Publishing, broadcasting, and c… |
|
Bank of Innovation, Inc.
Develops and operates original role-playing games for mobil…
|
4393 | JP | Publishing, broadcasting, and c… |
|
Beyond Frames Entertainment AB
Develops and publishes immersive entertainment for extended…
|
BEYOND | SE | Publishing, broadcasting, and c… |
|
Big Cheese Studio S.A.
A video game developer specializing in realistic and detail…
|
BCS | PL | Publishing, broadcasting, and c… |
|
Black Rose Projects Spolka Akcyjna
A video game publisher specializing in porting PC and mobil…
|
BRP | PL | Publishing, broadcasting, and c… |
|
Blue Hat Interactive Entertainment Technology
A holding company in bulk commodity trading and AR interact…
|
BHAT | KY | Publishing, broadcasting, and c… |
|
BoomBit S.A.
An international developer and publisher of free-to-play ga…
|
BBT | PL | Publishing, broadcasting, and c… |
|
Boyaa Interactive International Limited
Developer of online card and board games transforming into …
|
434 | CN | Publishing, broadcasting, and c… |
|
Bushiroad Inc.
Develops intellectual properties for TCGs, digital games, a…
|
7803 | JP | Publishing, broadcasting, and c… |
|
CAPCOM CO., LTD.
A developer, publisher, and distributor of video games and …
|
9697 | JP | Publishing, broadcasting, and c… |
Akatsuki Inc. 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/13946/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13946 | 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=13946 | 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=13946 \ -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": 13946}, 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 Akatsuki Inc. (id: 13946)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.