
PARKER CORPORATION — Investor Relations & Filings
PARKER CORPORATION is a trading and manufacturing company specializing in industrial products. The company operates through several business divisions, including Machinery, Chemicals, Chemical Products, Industrial Materials, and Automotive Soundproofing. The Machinery division imports and sells equipment for a diverse range of manufacturing industries such as automotive, food, and steel. The company also develops, manufactures, and supplies a variety of products, including fine chemicals, processed chemical goods, and industrial materials like automotive soundproofing components. It focuses on providing comprehensive solutions through research and development tailored to customer needs.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第97期(2023/04/01-2024/03/31) | 2024-06-26 | Japanese | |
| 臨時報告書 | 2024-05-15 | Japanese | |
| 確認書 | 2024-02-13 | Japanese | |
| 四半期報告書-第97期第3四半期(2023/10/01-2023/12/31) | 2024-02-13 | Japanese | |
| 確認書 | 2023-11-10 | Japanese | |
| 四半期報告書-第97期第2四半期(2023/07/01-2023/09/30) | 2023-11-10 | Japanese |
Browse filings by year
12 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
4 filings
| |||||
| 7326481 | 有価証券報告書-第97期(2023/04/01-2024/03/31) | 2024-06-26 | Japanese | ||
| 7336813 | 臨時報告書 | 2024-05-15 | Japanese | ||
| 7352923 | 確認書 | 2024-02-13 | Japanese | ||
| 7352920 | 四半期報告書-第97期第3四半期(2023/10/01-2023/12/31) | 2024-02-13 | Japanese | ||
|
2023
9 filings
| |||||
| 7538719 | 確認書 | 2023-11-10 | Japanese | ||
| 7538716 | 四半期報告書-第97期第2四半期(2023/07/01-2023/09/30) | 2023-11-10 | Japanese | ||
| 7547293 | 確認書 | 2023-08-10 | Japanese | ||
| 7547288 | 四半期報告書-第97期第1四半期(2023/04/01-2023/06/30) | 2023-08-10 | Japanese | ||
| 7556636 | 確認書 | 2023-06-28 | Japanese | ||
| 7556634 | 内部統制報告書-第96期(2022/04/01-2023/03/31) | 2023-06-28 | Japanese | ||
| 7556633 | 有価証券報告書-第96期(2022/04/01-2023/03/31) | 2023-06-28 | Japanese | ||
| 7575958 | 確認書 | 2023-02-10 | Japanese | ||
| 7575951 | 四半期報告書-第96期第3四半期(2022/10/01-2022/12/31) | 2023-02-10 | Japanese | ||
|
2022
2 filings
| |||||
| 7585890 | 四半期報告書-第96期第2四半期(令和4年7月1日-令和4年9月30日) | 2022-11-10 | Japanese | ||
| 7585889 | 確認書 | 2022-11-10 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
China First Heavy Industries
Produces heavy-duty equipment for nuclear, petrochemical, a…
|
601106 | CN | Manufacturing |
|
Danieli & C
Global supplier of equipment and plants for the entire meta…
|
DAN | IT | Manufacturing |
|
Deem Roll Tech Limited
Designs and manufactures high-performance rolls for the glo…
|
DEEM | IN | Manufacturing |
|
Disa India Ltd.
Provides advanced foundry machinery, molding lines, and sur…
|
DISAQ | IN | Manufacturing |
|
Electrotherm (India) Ltd
Manufactures metallurgical equipment and steel products wit…
|
ELECTHERM | IN | Manufacturing |
|
JOHN COCKERILL INDIA LIMITED
Designs and manufactures advanced equipment and processing …
|
COCKERILL | IN | Manufacturing |
|
KONASOL CO.,LTD
Manufactures fabricated metal products using titanium carbi…
|
176590 | KR | Manufacturing |
|
PyroGenesis Inc.
World leader in advanced plasma processes and sustainable s…
|
PYR | CA | Manufacturing |
|
Qinhuangdao Tianqin Equipment Manufacturing Co.,Ltd.
Develops molten metal purification and casting equipment fo…
|
300922 | CN | Manufacturing |
|
Quality Steel Works Limited
Manufacturing steel products and machinery, providing steel…
|
QUSW | PK | Manufacturing |
PARKER 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/12362/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12362 | 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=12362 | 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=12362 \ -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": 12362}, 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 PARKER CORPORATION (id: 12362)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.