
ALPHA Corporation - Investor Relations & Filings
Key figures FY2026
| Total Revenues | JPY 72.70B | per the Annual Report filed 2026-06-23 |
|---|---|---|
| Net Income | JPY 1.29B | per the Annual Report filed 2026-06-23 |
| Total Assets | JPY 76.80B | per the Annual Report filed 2026-06-23 |
| Total Equity | JPY 39.50B | per the Annual Report filed 2026-06-23 |
| Cash from Ops | JPY 3.67B | per the Annual Report filed 2026-06-23 |
As reported by the issuer in the filings linked above. Figures are normalized for comparability; consult the source filing for the authoritative statement.
ALPHA Corporation is a specialized manufacturer focused on the development, production, and sale of locks, keys, and access control systems. The company's core business is structured around three main segments: automotive parts, housing and industrial hardware, and locker systems. For the automotive industry, ALPHA Corporation supplies products such as key sets, door handles, and various locking mechanisms. Its offerings for the housing and industrial sectors include a wide array of mechanical and electronic locks, padlocks, and delivery boxes. Additionally, the company designs and operates comprehensive locker systems, including coin-operated solutions. The company's operations cover the entire value chain from initial design and development to manufacturing and sales.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 譲渡制限付株式報酬としての自己株式処分の払込完了に関するお知らせ | 2026-07-22 | Japanese | |
| 臨時報告書 | 2026-06-29 | Japanese | |
| 確認書 | 2026-06-23 | Japanese | |
| 有価証券報告書-第88期(2025/04/01-2026/03/31) | 2026-06-23 | Japanese | |
| 譲渡制限付株式報酬としての自己株式処分に関するお知らせ | 2026-06-23 | Japanese | |
| 2026年3月期決算説明資料 | 2026-06-15 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 49443765 | 譲渡制限付株式報酬としての自己株式処分の払込完了に関するお知らせ | 2026-07-22 | Japanese | ||
| 48916910 | 臨時報告書 | 2026-06-29 | Japanese | ||
| 48315848 | 確認書 | 2026-06-23 | Japanese | ||
| 48315842 | 有価証券報告書-第88期(2025/04/01-2026/03/31) | 2026-06-23 | Japanese | ||
| 48316194 | 譲渡制限付株式報酬としての自己株式処分に関するお知らせ | 2026-06-23 | Japanese | ||
| 48070535 | 2026年3月期決算説明資料 | 2026-06-15 | Japanese | ||
| 48022254 | [Delayed]FY2026 Financial Result | 2026-06-10 | English | ||
| 47912504 | 2026年3月期 決算説明資料 | 2026-06-01 | Japanese | ||
| 47054639 | 当社子会社によるVISION PLAST S.A.S.の株式追加取得に関するお知らせ | 2026-05-26 | Japanese | ||
| 48170537 | 2026年3月期 決算短信〔日本基準〕(連結) | 2026-05-14 | Japanese | ||
| 46882048 | 通期業績予想の修正に関するお知らせ | 2026-05-08 | Japanese | ||
| 48170538 | 通期業績予想の修正に関するお知らせ | 2026-05-08 | Japanese | ||
| 48170539 | 2026年3月期 第3四半期決算短信〔日本基準〕(連結) | 2026-02-12 | Japanese | ||
|
2025
2 filings
| |||||
| 8283843 | 確認書 | 2025-11-13 | Japanese | ||
| 8283777 | 半期報告書-第88期(2025/04/01-2025/09/30) | 2025-11-13 | Japanese | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for ALPHA Corporation, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available - coming soon. |
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACME UNITED CORP
Supplier of cutting, measuring, first aid, and sharpening p…
|
ACU | US | Manufacturing |
|
Advanex inc.
Manufacturer specializing in precision springs and pressed …
|
5998 | JP | Manufacturing |
|
Allegion plc
Global provider of security and access solutions for doors …
|
ALLE | US | Manufacturing |
|
Almast OJSC
Manufactures diamond tools for cutting and machining stone …
|
ALMS | AM | Manufacturing |
|
Amatei Incorporated
Manufactures and sells a wide range of fastening products, …
|
5952 | JP | Manufacturing |
| American Safety Razor Co | RAZR | US | Manufacturing |
|
Armatura S.A.
Manufacturer of valves, faucets, and fittings for various i…
|
ARM | RO | Manufacturing |
|
ASAKA INDUSTRIAL CO.,LTD.
Manufacturer of tools for agriculture and construction, plu…
|
5962 | JP | Manufacturing |
|
ASSA ABLOY
A global leader in access solutions for managing physical a…
|
ASSA | SE | Manufacturing |
|
ATOM LIVIN TECH Co.,Ltd.
Develops, manufactures, and sells interior hardware for res…
|
3426 | JP | Manufacturing |
ALPHA Corporation 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/12115/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12115 | 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=12115 | 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=12115 \ -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": 12115}, 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 Corporation (id: 12115)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.