
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 |
|---|---|---|---|
| 有価証券報告書-第24期(平成30年7月1日-令和1年6月30日) | 2019-09-30 | Japanese | |
| 四半期報告書-第24期第3四半期(2019/01/01-2019/03/31) | 2019-05-15 | Japanese | |
| 四半期報告書-第24期第2四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | |
| 四半期報告書-第24期第1四半期(2018/07/01-2018/09/30) | 2018-11-14 | Japanese | |
| 有価証券報告書-第23期(平成29年7月1日-平成30年6月30日) | 2018-09-28 | Japanese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
3 filings
| |||||
| 7698758 | 有価証券報告書-第24期(平成30年7月1日-令和1年6月30日) | 2019-09-30 | Japanese | ||
| 7711901 | 四半期報告書-第24期第3四半期(2019/01/01-2019/03/31) | 2019-05-15 | Japanese | ||
| 7714033 | 四半期報告書-第24期第2四半期(2018/10/01-2018/12/31) | 2019-02-14 | Japanese | ||
|
2018
2 filings
| |||||
| 7717647 | 四半期報告書-第24期第1四半期(2018/07/01-2018/09/30) | 2018-11-14 | Japanese | ||
| 7720153 | 有価証券報告書-第23期(平成29年7月1日-平成30年6月30日) | 2018-09-28 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other activities auxiliary to insurance and pension funding
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Accelerant Holdings
A data-driven risk exchange platform for the specialty insu…
|
ARX | KY | Financial and insurance activit… |
|
Advantage Risk Management Co., Ltd.
Offers HR solutions in mental health, disability support, a…
|
8769 | JP | Financial and insurance activit… |
|
AFFIN-ACF HOLDINGS BERHAD
Holding company in financial services, offering banking and…
|
— | MY | Financial and insurance activit… |
|
ALEXANDER FORBES GROUP HOLDINGS LIMITED
Diversified financial services providing integrated advice …
|
AFH | ZA | Financial and insurance activit… |
|
ALPHA GROWTH PLC
A financial services firm specializing in esoteric asset ma…
|
ALGW | GB | Financial and insurance activit… |
|
ERIE INDEMNITY CO
Management company providing sales, underwriting, and polic…
|
ERIE | US | Financial and insurance activit… |
|
ID Watchdog, Inc.
Provider of comprehensive identity theft protection, detect…
|
IDW | CA | Financial and insurance activit… |
|
INVERSIONES ATLANTIDA, S.A.
A strategic financial holding company offering banking, ins…
|
57MB | SG | Financial and insurance activit… |
|
MARSH & MCLENNAN COMPANIES, INC.
A global professional services firm providing advice in ris…
|
MMC | US | Financial and insurance activit… |
|
NexgenRx Inc.
Full-service TPA and tech provider specializing in group be…
|
NXG | CA | 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.