
HKS CO.,LTD. — Investor Relations & Filings
HKS CO.,LTD. is a company that designs, develops, and manufactures high-performance automotive aftermarket parts. Established in 1973, it is a prominent name in the performance tuning sector. The company's product portfolio is extensive, encompassing key components such as exhaust systems, suspension kits, turbochargers, intake systems, and engine management electronics. HKS operates under the philosophy of "Total Balance Tuning," aiming to provide a comprehensive enhancement of vehicle performance and driving experience. All products are manufactured at its facility in Japan, a practice the company highlights to ensure high standards of quality and safety. The company's development process is informed by its long-standing involvement in motorsports.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第49期第2四半期(令和3年12月1日-令和4年2月28日) | 2022-04-11 | Japanese | |
| 四半期報告書-第49期第1四半期(令和3年9月1日-令和3年11月30日) | 2022-01-14 | Japanese | |
| 内部統制報告書-第48期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | |
| 確認書 | 2021-11-26 | Japanese | |
| 有価証券報告書-第48期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | |
| 四半期報告書-第48期第3四半期(令和3年3月1日-令和3年5月31日) | 2021-07-12 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7611330 | 四半期報告書-第49期第2四半期(令和3年12月1日-令和4年2月28日) | 2022-04-11 | Japanese | ||
| 7619169 | 四半期報告書-第49期第1四半期(令和3年9月1日-令和3年11月30日) | 2022-01-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7620655 | 内部統制報告書-第48期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | ||
| 7620654 | 確認書 | 2021-11-26 | Japanese | ||
| 7620658 | 有価証券報告書-第48期(令和2年9月1日-令和3年8月31日) | 2021-11-26 | Japanese | ||
| 7663460 | 四半期報告書-第48期第3四半期(令和3年3月1日-令和3年5月31日) | 2021-07-12 | Japanese | ||
| 7672942 | 四半期報告書-第48期第2四半期(令和2年12月1日-令和3年2月28日) | 2021-04-12 | Japanese | ||
| 7678093 | 四半期報告書-第48期第1四半期(令和2年9月1日-令和2年11月30日) | 2021-01-14 | Japanese | ||
|
2020
6 filings
| |||||
| 7679538 | 内部統制報告書-第47期(令和1年9月1日-令和2年8月31日) | 2020-11-27 | Japanese | ||
| 7679536 | 確認書 | 2020-11-27 | Japanese | ||
| 7679535 | 有価証券報告書-第47期(令和1年9月1日-令和2年8月31日) | 2020-11-27 | Japanese | ||
| 7687593 | 四半期報告書-第47期第3四半期(令和2年3月1日-令和2年5月31日) | 2020-07-15 | Japanese | ||
| 7691400 | 四半期報告書-第47期第2四半期(令和1年12月1日-令和2年2月29日) | 2020-04-13 | Japanese | ||
| 7694795 | 四半期報告書-第47期第1四半期(令和1年9月1日-令和1年11月30日) | 2020-01-14 | Japanese | ||
|
2019
1 filing
| |||||
| 7695525 | 有価証券報告書-第46期(平成30年9月1日-令和1年8月31日) | 2019-11-28 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
HKS 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/12112/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12112 | 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=12112 | 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=12112 \ -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": 12112}, 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 HKS CO.,LTD. (id: 12112)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.