
HARADA INDUSTRY CO.,LTD. - Investor Relations & Filings
Key figures FY2026
| Total Revenues | JPY 42.19B | per the Annual Report filed 2026-06-25 |
|---|---|---|
| Net Income | JPY 433.73M | per the Annual Report filed 2026-06-25 |
| Total Assets | JPY 35.84B | per the Annual Report filed 2026-06-25 |
| Total Equity | JPY 13.71B | per the Annual Report filed 2026-06-25 |
| Cash from Ops | JPY 4.17B | per the Annual Report filed 2026-06-25 |
As reported by the issuer in the filings linked above. Figures are normalized for comparability; consult the source filing for the authoritative statement.
HARADA INDUSTRY CO., LTD. is a specialized manufacturer engaged in the planning, design, development, and sale of antennas and related communications equipment. Since its establishment as an automotive antenna supplier in 1957, the company has become a leading provider in the field. Its core business focuses on a wide range of automotive antennas, including those for radio broadcasting, Global Positioning Systems (GPS), and cellular communications. The product portfolio also extends to wireless and data communications antennas, mobile device antennas, and various actuators. HARADA INDUSTRY contributes to the development of the connected car ecosystem through its advanced antenna technologies.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2024-02-09 | Japanese | |
| 四半期報告書-第67期第3四半期(2023/10/01-2023/12/31) | 2024-02-09 | Japanese | |
| 2024年3月期 第3四半期決算短信[日本基準](連結) | 2024-02-09 | Japanese | |
| 確認書 | 2023-11-10 | Japanese | |
| 四半期報告書-第67期第2四半期(2023/07/01-2023/09/30) | 2023-11-10 | Japanese | |
| 2024年3月期 第2四半期決算短信[日本基準](連結) | 2023-11-10 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
3 filings
| |||||
| 7357067 | 確認書 | 2024-02-09 | Japanese | ||
| 7357057 | 四半期報告書-第67期第3四半期(2023/10/01-2023/12/31) | 2024-02-09 | Japanese | ||
| 48244892 | 2024年3月期 第3四半期決算短信[日本基準](連結) | 2024-02-09 | Japanese | ||
|
2023
12 filings
| |||||
| 7539796 | 確認書 | 2023-11-10 | Japanese | ||
| 7539783 | 四半期報告書-第67期第2四半期(2023/07/01-2023/09/30) | 2023-11-10 | Japanese | ||
| 48244893 | 2024年3月期 第2四半期決算短信[日本基準](連結) | 2023-11-10 | Japanese | ||
| 7549376 | 確認書 | 2023-08-10 | Japanese | ||
| 7549370 | 四半期報告書-第67期第1四半期(2023/04/01-2023/06/30) | 2023-08-10 | Japanese | ||
| 48244894 | 2024年3月期 第1四半期決算短信[日本基準](連結) | 2023-08-10 | Japanese | ||
| 7556129 | 内部統制報告書-第66期(2022/04/01-2023/03/31) | 2023-06-29 | Japanese | ||
| 7556127 | 有価証券報告書-第66期(2022/04/01-2023/03/31) | 2023-06-29 | Japanese | ||
| 7556125 | 確認書 | 2023-06-29 | Japanese | ||
| 48244895 | 2023年3月期 決算短信〔日本基準〕(連結) | 2023-05-12 | Japanese | ||
| 7574307 | 確認書 | 2023-02-14 | Japanese | ||
| 7574299 | 四半期報告書-第66期第3四半期(2022/10/01-2022/12/31) | 2023-02-14 | Japanese | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for HARADA INDUSTRY CO.,LTD., 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 communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom Systems, Inc.
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
Accton Technology Corporation
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
Air Link Communication Limited
Technology company manufacturing, distributing, and retaili…
|
AIRLINK | PK | Manufacturing |
| Alliance Fiber Optic Products Inc | AFOP | US | Manufacturing |
HARADA INDUSTRY 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/11899/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=11899 | 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=11899 | 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=11899 \ -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": 11899}, 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 HARADA INDUSTRY CO.,LTD. (id: 11899)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.