
ALPHA CO.,LTD. — Investor Relations & Filings
ALPHA CO.,LTD. is a creative company specializing in creative direction, design, and public relations. Adopting an art-inspired philosophy, the firm undertakes a wide range of projects spanning products, apparel, interiors, and architecture. It focuses on developing unique creative solutions by moving beyond conventional methodologies to produce work that is aesthetically compelling and innovative. The company provides comprehensive services tailored to client needs, from initial concept to final execution and promotion. In addition to its client work, ALPHA CO.,LTD. operates several of its own business units and brands, including alpha Design, alpha PR, Graphpaper, HAKUSHI, and FreshService.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第40期第3四半期(令和4年3月1日-令和4年5月31日) | 2022-07-12 | Japanese | |
| 四半期報告書-第40期第2四半期(令和3年12月1日-令和4年2月28日) | 2022-04-12 | Japanese | |
| 四半期報告書-第40期第1四半期(令和3年9月1日-令和3年11月30日) | 2022-01-12 | Japanese | |
| 内部統制報告書-第39期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | |
| 確認書 | 2021-11-26 | Japanese | |
| 有価証券報告書-第39期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
3 filings
| |||||
| 7596996 | 四半期報告書-第40期第3四半期(令和4年3月1日-令和4年5月31日) | 2022-07-12 | Japanese | ||
| 7611314 | 四半期報告書-第40期第2四半期(令和3年12月1日-令和4年2月28日) | 2022-04-12 | Japanese | ||
| 7619372 | 四半期報告書-第40期第1四半期(令和3年9月1日-令和3年11月30日) | 2022-01-12 | Japanese | ||
|
2021
6 filings
| |||||
| 7620602 | 内部統制報告書-第39期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | ||
| 7620600 | 確認書 | 2021-11-26 | Japanese | ||
| 7620603 | 有価証券報告書-第39期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | ||
| 7663383 | 四半期報告書-第39期第3四半期(令和3年3月1日-令和3年5月31日) | 2021-07-13 | Japanese | ||
| 7672953 | 四半期報告書-第39期第2四半期(令和2年12月1日-令和3年2月28日) | 2021-04-12 | Japanese | ||
| 7678249 | 四半期報告書-第39期第1四半期(令和2年9月1日-令和2年11月30日) | 2021-01-14 | Japanese | ||
|
2020
6 filings
| |||||
| 7679505 | 内部統制報告書-第38期(令和1年9月1日-令和2年8月31日) | 2020-11-27 | Japanese | ||
| 7679502 | 確認書 | 2020-11-27 | Japanese | ||
| 7679507 | 有価証券報告書-第38期(令和1年9月1日-令和2年8月31日) | 2020-11-27 | Japanese | ||
| 7687884 | 四半期報告書-第38期第3四半期(令和2年3月1日-令和2年5月31日) | 2020-07-10 | Japanese | ||
| 7691496 | 四半期報告書-第38期第2四半期(令和1年12月1日-令和2年2月29日) | 2020-04-10 | Japanese | ||
| 7694814 | 四半期報告書-第38期第1四半期(令和1年9月1日-令和1年11月30日) | 2020-01-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Public relations activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AGEHA Inc.
A branding consultancy providing strategy, creative, and di…
|
9330 | JP | Professional, scientific and te… |
|
Agile Media Network Inc.
A digital marketing firm specializing in fan and ambassador…
|
6573 | JP | Professional, scientific and te… |
|
Crosswood
Real estate company that manages a portfolio of commercial …
|
CROS | FR | Professional, scientific and te… |
|
Enjin Co., Ltd.
PR firm offering strategic communication services to SMEs a…
|
7370 | JP | Professional, scientific and te… |
|
Eprcomunicazione
A strategic consulting and communications agency for enterp…
|
EPRB | IT | Professional, scientific and te… |
|
ETOILES CAPITAL GROUP CO., LTD
An integrated investor relations and public relations servi…
|
EFTY | US | Professional, scientific and te… |
|
Globe Capital Limited
An investment and advisory firm providing M&A advice and wo…
|
GCAP | GB | Professional, scientific and te… |
|
Hopening
Fundraising solutions group providing 360° support for non-…
|
MLHPE | FR | Professional, scientific and te… |
|
HOPSCOTCH Groupe
International communications group for PR, digital, influen…
|
HOP | FR | Professional, scientific and te… |
|
Intelligent Group Ltd
A financial public relations firm expanding its services in…
|
INTJ | US | Professional, scientific and te… |
ALPHA 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/13226/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13226 | 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=13226 | 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=13226 \ -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": 13226}, 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 ALPHA CO.,LTD. (id: 13226)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.