
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 |
|---|---|---|---|
| 有価証券報告書-第37期(平成30年9月1日-令和1年8月31日) | 2019-11-26 | Japanese | |
| 四半期報告書-第37期第3四半期(2019/03/01-2019/05/31) | 2019-07-11 | Japanese | |
| 四半期報告書-第37期第2四半期(2018/12/01-2019/02/28) | 2019-04-10 | Japanese | |
| 四半期報告書-第37期第1四半期(2018/09/01-2018/11/30) | 2019-01-11 | Japanese | |
| 有価証券報告書-第36期(平成29年9月1日-平成30年8月31日) | 2018-11-29 | Japanese | |
| 四半期報告書-第36期第3四半期(2018/03/01-2018/05/31) | 2018-07-12 | 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.