
Casa Inc. — Investor Relations & Filings
Casa Inc. is a provider of rent guarantee services for the rental housing market. The company's core business involves acting as a joint guarantor for tenants, which mitigates rent delinquency risks for property owners and simplifies the leasing process for residents. Casa offers a range of services tailored to property owners, real estate companies, and tenants. For owners, services include rent management, vacancy resolution, and remodeling support. For real estate companies, it provides solutions to improve operational efficiency. For tenants, the company offers its guarantee service along with special benefits and housing support. Casa focuses on utilizing real estate digital transformation (DX) to connect stakeholders and enhance the rental housing experience.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第10期第3四半期(令和4年8月1日-令和4年10月31日) | 2022-12-08 | Japanese | |
| 確認書 | 2022-09-08 | Japanese | |
| 四半期報告書-第10期第2四半期(令和4年5月1日-令和4年7月31日) | 2022-09-08 | Japanese | |
| 四半期報告書-第10期第1四半期(令和4年2月1日-令和4年4月30日) | 2022-06-09 | Japanese | |
| 確認書 | 2022-04-28 | Japanese | |
| 内部統制報告書-第9期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
7 filings
| |||||
| 7580864 | 四半期報告書-第10期第3四半期(令和4年8月1日-令和4年10月31日) | 2022-12-08 | Japanese | ||
| 7589745 | 確認書 | 2022-09-08 | Japanese | ||
| 7589746 | 四半期報告書-第10期第2四半期(令和4年5月1日-令和4年7月31日) | 2022-09-08 | Japanese | ||
| 7605703 | 四半期報告書-第10期第1四半期(令和4年2月1日-令和4年4月30日) | 2022-06-09 | Japanese | ||
| 7610478 | 確認書 | 2022-04-28 | Japanese | ||
| 7610477 | 内部統制報告書-第9期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese | ||
| 7610474 | 有価証券報告書-第9期(令和3年2月1日-令和4年1月31日) | 2022-04-28 | Japanese | ||
|
2021
6 filings
| |||||
| 7620382 | 四半期報告書-第9期第3四半期(令和3年8月1日-令和3年10月31日) | 2021-12-07 | Japanese | ||
| 7626503 | 四半期報告書-第9期第2四半期(令和3年4月1日-令和3年7月31日) | 2021-09-07 | Japanese | ||
| 7670813 | 四半期報告書-第9期第1四半期(令和3年2月1日-令和3年4月30日) | 2021-06-08 | Japanese | ||
| 7672684 | 確認書 | 2021-04-23 | Japanese | ||
| 7672683 | 内部統制報告書-第8期(令和2年2月1日-令和3年1月31日) | 2021-04-23 | Japanese | ||
| 7672682 | 有価証券報告書-第8期(令和2年2月1日-令和3年1月31日) | 2021-04-23 | Japanese | ||
|
2020
2 filings
| |||||
| 7679347 | 四半期報告書-第8期第3四半期(令和2年8月1日-令和2年10月31日) | 2020-12-08 | Japanese | ||
| 7684116 | 四半期報告書-第8期第2四半期(令和2年5月1日-令和2年7月31日) | 2020-09-08 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Non-life insurance
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abu Dhabi National Insurance Company
A leading multi-line regional insurance provider offering c…
|
ADNIC | AE | Financial and insurance activit… |
|
Abu Dhabi National Takaful Co.
Provides Sharia-compliant Takaful solutions and ethical ins…
|
TKFL | AE | Financial and insurance activit… |
|
Acord Grup S.A.
An insurance and reinsurance company specializing in aviati…
|
AC | MD | Financial and insurance activit… |
|
Adamjee Insurance Company Limited
Leading general insurance provider since 1960, offering Mot…
|
AICL | PK | Financial and insurance activit… |
|
Admiral Group PLC
International financial services company specializing in in…
|
ADM | GB | Financial and insurance activit… |
|
Adriatic Osiguranje d.d.
A non-life insurance company offering over 150 products for…
|
JDOS | HR | Financial and insurance activit… |
|
AKSİGORTA A.Ş.
Offers comprehensive non-life insurance to retail and corpo…
|
AKGRT | TR | Financial and insurance activit… |
|
Al Ain Alahlia Insurance Co.
Offers a wide range of life and non-life insurance and rein…
|
ALAIN | AE | Financial and insurance activit… |
|
Al Buhaira National Insurance Company
An insurance provider offering comprehensive solutions and …
|
ABNIC | AE | Financial and insurance activit… |
|
Al-Etihad Cooperative Insurance Co.
Multi-line provider of Sharia-compliant insurance for motor…
|
8170 | SA | Financial and insurance activit… |
Casa Inc. 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/14055/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14055 | 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=14055 | 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=14055 \ -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": 14055}, 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 Casa Inc. (id: 14055)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.