
5I5J HOLDING GROUP CO., LTD. — Investor Relations & Filings
5I5J HOLDING GROUP CO., LTD. is a comprehensive real estate service provider specializing in residential brokerage, rental services, and asset management. Operating primarily under the "Wo Ai Wo Jia" brand, the company facilitates property transactions through an extensive network of physical branches and a robust digital platform. Its service portfolio includes second-hand housing sales, new home marketing, long-term apartment rentals, and commercial real estate consulting. The group focuses on an integrated online-to-offline (O2O) business model to streamline the property lifecycle for buyers, sellers, landlords, and tenants. By leveraging data-driven insights and professional brokerage expertise, the company provides end-to-end solutions ranging from property valuation and marketing to legal documentation and financial advisory services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 证券投资专项说明 | 2023-04-27 | Chinese | |
| 2022年度营业收入扣除情况表的专项核查报告 | 2023-04-27 | Chinese | |
| 董事会决议公告 | 2023-04-27 | Chinese | |
| 2022年度环境、社会及管治报告 | 2023-04-27 | Chinese | |
| 关于公司2022年度利润分配的预案 | 2023-04-27 | Chinese | |
| 2023年一季度报告 | 2023-04-27 | Chinese |
Browse filings by year
27 years- 2026 24 filings
- 2025 128 filings
- 2024 107 filings
- 2023 124 filings
- 2022 128 filings
- 2021 158 filings
- 2020 151 filings
- 2019 161 filings
- 2018 206 filings
- 2017 215 filings
- 2016 153 filings
- 2015 180 filings
- 2014 160 filings
- 2013 100 filings
- 2012 87 filings
- 2011 107 filings
- 2010 60 filings
- 2009 51 filings
- 2008 62 filings
- 2007 63 filings
- 2006 66 filings
- 2005 48 filings
- 2004 34 filings
- 2003 38 filings
- 2002 24 filings
- 2001 8 filings
- 1994 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 42447893 | 证券投资专项说明 | 2023-04-27 | Chinese | ||
| 42447820 | 2022年度营业收入扣除情况表的专项核查报告 | 2023-04-27 | Chinese | ||
| 42447685 | 董事会决议公告 | 2023-04-27 | Chinese | ||
| 42447613 | 2022年度环境、社会及管治报告 | 2023-04-27 | Chinese | ||
| 42447297 | 关于公司2022年度利润分配的预案 | 2023-04-27 | Chinese | ||
| 42447265 | 2023年一季度报告 | 2023-04-27 | Chinese | ||
| 42447212 | 独立董事对担保等事项的独立意见 | 2023-04-27 | Chinese | ||
| 42447166 | 内部控制自我评价报告 | 2023-04-27 | Chinese | ||
| 42447125 | 2022年年度报告 | 2023-04-27 | Chinese | ||
| 42447091 | 关于召开2022年度业绩说明会并征集问题的公告 | 2023-04-24 | Chinese | ||
| 42447044 | 关于持股5%以上股东减持股份达到1%暨减持计划进展的公告 | 2023-04-14 | Chinese | ||
| 42447005 | 关于为全资子公司提供担保的进展公告 | 2023-04-07 | Chinese | ||
| 42446956 | 关于公司高级管理人员辞职的公告 | 2023-04-05 | Chinese | ||
| 42446918 | 关于持股5%以上股东减持股份计划的预披露公告 | 2023-04-05 | Chinese | ||
| 42446868 | 2023年第一次临时股东大会决议公告 | 2023-03-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Intermediation service activities for real estate
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Arras Group
Real estate developer of luxury second homes with sea views…
|
AGU | IT | Real estate activities |
|
ASIAN STAR CO.
A real estate company offering development, sales, leasing,…
|
8946 | JP | Real estate activities |
|
Bridgemarq Real Estate Services Inc.
Leading provider of services and support to residential rea…
|
BRE | CA | Real estate activities |
|
Casasold
Specializes in the acquisition, renovation, and resale of r…
|
CASA | IT | Real estate activities |
|
Charter Realty Holdings Ltd.
Full-service commercial real estate brokerage specializing …
|
— | CA | Real estate activities |
|
Compass, Inc.
A residential real estate brokerage with a technology platf…
|
COMP | US | Real estate activities |
|
Công ty Cổ phần Bất động sản Thế Kỷ
Leading real estate enterprise offering distribution, inves…
|
CRE | VN | Real estate activities |
|
Công ty Cổ phần Dịch vụ Bất động sản Đất Xanh
A prominent real estate services company specializing in co…
|
DXS | VN | Real estate activities |
|
&Do Holdings Co.,Ltd.
A holding company managing a nationwide franchise network o…
|
3457 | JP | Real estate activities |
|
Dotstay
A relocation platform offering personalized rental home sea…
|
DOTS | IT | Real estate activities |
5I5J HOLDING GROUP CO., LTD. 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/53677/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53677 | 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=53677 | 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=53677 \ -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": 53677}, 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 5I5J HOLDING GROUP CO., LTD. (id: 53677)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.