
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 |
|---|---|---|---|
| 四半期報告書-第27期第3四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | |
| 四半期報告書-第27期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | |
| 四半期報告書-第27期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 確認書 | 2021-09-30 | Japanese | |
| 内部統制報告書-第26期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | |
| 有価証券報告書-第26期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
2 filings
| |||||
| 7609712 | 四半期報告書-第27期第3四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | ||
| 7616834 | 四半期報告書-第27期第2四半期(令和3年10月1日-令和3年12月31日) | 2022-02-14 | Japanese | ||
|
2021
6 filings
| |||||
| 7623272 | 四半期報告書-第27期第1四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7625832 | 確認書 | 2021-09-30 | Japanese | ||
| 7625831 | 内部統制報告書-第26期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | ||
| 7625833 | 有価証券報告書-第26期(令和2年7月1日-令和3年6月30日) | 2021-09-30 | Japanese | ||
| 7671960 | 四半期報告書-第26期第3四半期(令和3年1月1日-令和3年3月31日) | 2021-05-14 | Japanese | ||
| 7676396 | 四半期報告書-第26期第2四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
6 filings
| |||||
| 7680845 | 四半期報告書-第26期第1四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7683516 | 確認書 | 2020-09-30 | Japanese | ||
| 7683514 | 内部統制報告書-第25期(令和1年7月1日-令和2年6月30日) | 2020-09-30 | Japanese | ||
| 7683517 | 有価証券報告書-第25期(令和1年7月1日-令和2年6月30日) | 2020-09-30 | Japanese | ||
| 7690742 | 四半期報告書-第25期第3四半期(令和2年1月1日-令和2年3月31日) | 2020-05-15 | Japanese | ||
| 7692843 | 四半期報告書-第25期第2四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese | ||
|
2019
1 filing
| |||||
| 7696285 | 四半期報告書-第25期第1四半期(2019/07/01-2019/09/30) | 2019-11-14 | 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.