
AMIYA Corporation — Investor Relations & Filings
About AMIYA Corporation
AMIYA Corporation is an information technology company specializing in cybersecurity. It develops, manufactures, and sells a range of products and services focused on data and network security. The company's offerings include the design and operation of information security systems, security audit tool development, and the implementation of countermeasures for both internal and external threats. AMIYA aims to enhance corporate value for its clients by accelerating business operations through robust security solutions and IT control construction.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 臨時報告書 | 2025-03-28 | Japanese | |
| 確認書 | 2024-08-14 | Japanese | |
| 半期報告書-第29期(2024/01/01-2024/12/31) | 2024-08-14 | Japanese | |
| 四半期報告書-第29期第1四半期(2024/01/01-2024/03/31) | 2024-05-13 | Japanese | |
| 確認書 | 2024-05-13 | Japanese | |
| 内部統制報告書-第28期(2023/01/01-2023/12/31) | 2024-03-28 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
1 filing
| |||||
| 7271114 | 臨時報告書 | 2025-03-28 | Japanese | ||
|
2024
8 filings
| |||||
| 7311861 | 確認書 | 2024-08-14 | Japanese | ||
| 7311865 | 半期報告書-第29期(2024/01/01-2024/12/31) | 2024-08-14 | Japanese | ||
| 7338971 | 四半期報告書-第29期第1四半期(2024/01/01-2024/03/31) | 2024-05-13 | Japanese | ||
| 7338969 | 確認書 | 2024-05-13 | Japanese | ||
| 7344684 | 内部統制報告書-第28期(2023/01/01-2023/12/31) | 2024-03-28 | Japanese | ||
| 7344676 | 確認書 | 2024-03-28 | Japanese | ||
| 7344672 | 有価証券報告書-第28期(2023/01/01-2023/12/31) | 2024-03-28 | Japanese | ||
| 7344656 | 臨時報告書 | 2024-03-28 | Japanese | ||
|
2023
6 filings
| |||||
| 7373175 | 確認書 | 2023-11-14 | Japanese | ||
| 7373169 | 四半期報告書-第28期第3四半期(2023/07/01-2023/09/30) | 2023-11-14 | Japanese | ||
| 7540182 | 臨時報告書 | 2023-11-09 | Japanese | ||
| 7545751 | 臨時報告書 | 2023-08-16 | Japanese | ||
| 7546855 | 確認書 | 2023-08-14 | Japanese | ||
| 7546851 | 四半期報告書-第28期第2四半期(2023/04/01-2023/06/30) | 2023-08-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · All other professional, scientific and technical activities n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ADEC Innovations NV
Provides environmental, sustainability, and ESG solutions t…
|
MLADE | NL | Professional, scientific and te… |
|
AEERIS LTD
Provides real-time risk management and geospatial data serv…
|
AER | AU | Professional, scientific and te… |
|
AERIS ENVIRONMENTAL LTD
Develops microbial control, hygiene solutions, and energy e…
|
AEI | AU | Professional, scientific and te… |
|
Altus Group Limited
Global provider of CRE intelligence, software, data, and in…
|
AIF | CA | Professional, scientific and te… |
|
BC Craft Supply Co. Ltd.
Life sciences firm supporting craft cannabis cultivation, b…
|
CRFT | CA | Professional, scientific and te… |
|
Beckett's Inc.
Develops and sells non-alcoholic, liquor-inspired, and cann…
|
BKTS | CA | Professional, scientific and te… |
|
BRAEMAR PLC
Advisory firm providing shipbroking services to the shippin…
|
BAR | GB | Professional, scientific and te… |
|
BTL Inc.
Provider of testing, inspection, and certification for elec…
|
6840 | CA | Professional, scientific and te… |
|
Calian Group Ltd.
Delivers specialized, mission-critical services and solutio…
|
CGY | CA | Professional, scientific and te… |
|
Caymus Resources Inc.
Publicly-traded company in the professional services sector.
|
KYS.H | CA | Professional, scientific and te… |
AMIYA 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/14481/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14481 | 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=14481 | 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=14481 \ -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": 14481}, 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 AMIYA Corporation (id: 14481)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.