
Livero Inc. — Investor Relations & Filings
Livero Inc. operates a cloud-based New Life Service Platform that provides comprehensive, one-stop services to support individuals and businesses during relocation. The company offers specialized solutions for real estate agencies, corporations, and moving companies. Its platform includes services such as 'Shinseikatsu Rakunavi,' which assists real estate clients with moving and utility arrangements, and 'Shyatakurakunavi,' which facilitates corporate housing management. Additional offerings include 'Heyawari,' a cloud-based rental contract service providing rent discounts, and 'Hakopla,' a logistics platform for moving companies. Livero aims to streamline the process of starting a new life by connecting various service providers and users through its integrated digital ecosystem.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2022-08-10 | Japanese | |
| 四半期報告書-第14期第2四半期(令和4年4月1日-令和4年6月30日) | 2022-08-10 | Japanese | |
| 訂正有価証券報告書-第13期(令和3年1月1日-令和3年12月31日) | 2022-05-23 | Japanese | |
| 訂正確認書 | 2022-05-23 | Japanese | |
| 四半期報告書-第14期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | |
| 確認書 | 2022-03-28 | Japanese |
Browse filings by year
6 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
8 filings
| |||||
| 7593983 | 確認書 | 2022-08-10 | Japanese | ||
| 7593966 | 四半期報告書-第14期第2四半期(令和4年4月1日-令和4年6月30日) | 2022-08-10 | Japanese | ||
| 7608040 | 訂正有価証券報告書-第13期(令和3年1月1日-令和3年12月31日) | 2022-05-23 | Japanese | ||
| 7608037 | 訂正確認書 | 2022-05-23 | Japanese | ||
| 7609418 | 四半期報告書-第14期第1四半期(令和4年1月1日-令和4年3月31日) | 2022-05-13 | Japanese | ||
| 7613341 | 確認書 | 2022-03-28 | Japanese | ||
| 7613342 | 有価証券報告書-第13期(令和3年1月1日-令和3年12月31日) | 2022-03-28 | Japanese | ||
| 7613340 | 内部統制報告書-第13期(令和3年1月1日-令和3年12月31日) | 2022-03-28 | Japanese | ||
|
2021
4 filings
| |||||
| 7622164 | 四半期報告書-第13期第3四半期(令和3年7月1日-令和3年9月30日) | 2021-11-15 | Japanese | ||
| 7626287 | 訂正有価証券届出書(新規公開時) | 2021-09-16 | Japanese | ||
| 7626495 | 訂正有価証券届出書(新規公開時) | 2021-09-08 | Japanese | ||
| 7626904 | 有価証券届出書(新規公開時) | 2021-08-23 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Intermediation service activities for business support activities n.e.c., except financial intermediation
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Boutiques, Inc.
Operates a matching platform for M&A brokerage, recruitment…
|
9272 | JP | Administrative and support serv… |
|
CannAmerica Brands Corp.
Owns and licenses a portfolio of medical and recreational c…
|
CNNXF | CA | Administrative and support serv… |
|
HIKARI TSUSHIN,INC.
Holding company providing telecom, utilities, and corporate…
|
9435 | JP | Administrative and support serv… |
|
ULURU.CO.,LTD.
Addresses labor shortages using a crowd worker network, IT,…
|
3979 | JP | Administrative and support serv… |
Livero 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/14441/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=14441 | 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=14441 | 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=14441 \ -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": 14441}, 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 Livero Inc. (id: 14441)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.