
IRRC Corporation — Investor Relations & Filings
IRRC Corporation is a financial services company that integrates insurance agency operations with the development of proprietary technology solutions. The company operates a network of retail insurance shops under the 'Insurance Clinic' brand, offering comprehensive life and non-life insurance consulting and brokerage services. In its solutions segment, IRRC develops and markets advanced software systems for financial institutions and insurance professionals. Key products include the 'AS System' for life insurance analysis and proposals, the 'AS-BOX' insurance application navigation system, and the 'AS platform' for sales support. The company focuses on leveraging technology, including AI, to enhance the efficiency of insurance sales and administrative processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2025-09-29 | Japanese | |
| 有価証券報告書-第30期(2024/07/01-2025/06/30) | 2025-09-29 | Japanese | |
| 確認書 | 2025-02-14 | Japanese | |
| 半期報告書-第30期(2024/07/01-2025/06/30) | 2025-02-14 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-02-07 | Japanese | |
| 内部統制報告書-第29期(2023/07/01-2024/06/30) | 2024-09-30 | Japanese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
5 filings
| |||||
| 7936374 | 確認書 | 2025-09-29 | Japanese | ||
| 7936373 | 有価証券報告書-第30期(2024/07/01-2025/06/30) | 2025-09-29 | Japanese | ||
| 7277216 | 確認書 | 2025-02-14 | Japanese | ||
| 7277215 | 半期報告書-第30期(2024/07/01-2025/06/30) | 2025-02-14 | Japanese | ||
| 7286194 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-02-07 | Japanese | ||
|
2024
10 filings
| |||||
| 7306852 | 内部統制報告書-第29期(2023/07/01-2024/06/30) | 2024-09-30 | Japanese | ||
| 7306848 | 確認書 | 2024-09-30 | Japanese | ||
| 7307631 | 有価証券報告書-第29期(2023/07/01-2024/06/30) | 2024-09-27 | Japanese | ||
| 7307441 | 臨時報告書 | 2024-09-27 | Japanese | ||
| 7309975 | 臨時報告書 | 2024-09-02 | Japanese | ||
| 7337234 | 確認書 | 2024-05-15 | Japanese | ||
| 7337202 | 四半期報告書-第29期第3四半期(2024/01/01-2024/03/31) | 2024-05-15 | Japanese | ||
| 7349290 | 臨時報告書 | 2024-02-22 | Japanese | ||
| 7352016 | 確認書 | 2024-02-14 | Japanese | ||
| 7351955 | 四半期報告書-第29期第2四半期(2023/10/01-2023/12/31) | 2024-02-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Starrex International Ltd.
Financial services focused on US real estate, providing tit…
|
STX | CA | Financial and insurance activit… |
|
XPS PENSIONS GROUP PLC
A pensions consulting and administration business for pensi…
|
XPS | GB | Financial and insurance activit… |
|
Yolo Group
Insurtech company with a platform for distributing digital …
|
YOLO | IT | Financial and insurance activit… |
|
Zhibao Technology Inc.
A 2B2C provider of digital insurance solutions via a propri…
|
ZBAO | US | Financial and insurance activit… |
IRRC 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/14149/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14149 | 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=14149 | 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=14149 \ -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": 14149}, 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 IRRC Corporation (id: 14149)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.