
Avex Inc. — Investor Relations & Filings
Avex Inc. is a comprehensive entertainment conglomerate. The company's operations span various sectors of the entertainment industry, including music production and distribution, artist and talent management, and the organization of live events. A key focus is its music business, where it manages a diverse roster of J-pop artists. Avex has also expanded its activities into the anime and video game sectors, solidifying its position as a multifaceted entertainment provider.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第35期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | |
| 四半期報告書-第35期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | |
| 内部統制報告書-第34期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | |
| 確認書 | 2021-06-28 | Japanese | |
| 有価証券報告書-第34期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | |
| 四半期報告書-第34期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-05 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
6 filings
| |||||
| 7624660 | 四半期報告書-第35期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-08 | Japanese | ||
| 7662541 | 四半期報告書-第35期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-06 | Japanese | ||
| 7666855 | 内部統制報告書-第34期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7666853 | 確認書 | 2021-06-28 | Japanese | ||
| 7666854 | 有価証券報告書-第34期(令和2年4月1日-令和3年3月31日) | 2021-06-28 | Japanese | ||
| 7677653 | 四半期報告書-第34期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-05 | Japanese | ||
|
2020
4 filings
| |||||
| 7682430 | 四半期報告書-第34期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-06 | Japanese | ||
| 7686821 | 四半期報告書-第34期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-07 | Japanese | ||
| 7688458 | 有価証券報告書-第33期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7694447 | 四半期報告書-第33期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-07 | Japanese | ||
|
2019
4 filings
| |||||
| 7697880 | 四半期報告書-第33期第2四半期(2019/07/01-2019/09/30) | 2019-11-08 | Japanese | ||
| 7700955 | 四半期報告書-第33期第1四半期(2019/04/01-2019/06/30) | 2019-08-09 | Japanese | ||
| 7710938 | 有価証券報告書-第32期(平成30年4月1日-平成31年3月31日) | 2019-06-24 | Japanese | ||
| 7715653 | 四半期報告書-第32期第3四半期(2018/10/01-2018/12/31) | 2019-02-08 | Japanese | ||
|
2018
1 filing
| |||||
| 7719091 | 四半期報告書-第32期第2四半期(2018/07/01-2018/09/30) | 2018-11-09 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Sound recording and music publishing activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Believe
A digital music company developing independent artists and …
|
BLV | FR | Publishing, broadcasting, and c… |
|
CUBE ENTERTAINMENT, INC.
An entertainment firm specializing in K-pop artist manageme…
|
182360 | KR | Publishing, broadcasting, and c… |
|
Dreamus Company
Distributes music, operates a streaming platform, and manuf…
|
060570 | KR | Publishing, broadcasting, and c… |
|
Edel SE & Co. KGaA
An independent media company providing services for music, …
|
EDL | DE | Publishing, broadcasting, and c… |
|
Emimen Co., Ltd.
Sells artist-themed merchandise, media, and limited-edition…
|
9237 | JP | Publishing, broadcasting, and c… |
|
FNC ENTERTAINMENT Co., Ltd.
Entertainment company managing artists and producing music,…
|
173940 | KR | Publishing, broadcasting, and c… |
|
HYBE Co., Ltd.
Global entertainment company operating a multi-label system…
|
352820 | KR | Publishing, broadcasting, and c… |
|
JYP Entertainment Corporation
Multinational entertainment firm that discovers, trains, an…
|
035900 | KR | Publishing, broadcasting, and c… |
|
Knowmerce Corp.
Provides comprehensive solutions centered on artist intelle…
|
473980 | KR | Publishing, broadcasting, and c… |
|
KT GENIE MUSIC CORPORATION
A music company for content production, distribution, and a…
|
043610 | KR | Publishing, broadcasting, and c… |
Avex 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/12237/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12237 | 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=12237 | 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=12237 \ -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": 12237}, 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 Avex Inc. (id: 12237)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.