Co.%2CLtd./other/DALIAN_FRIENDSHIP_GroupCo.Ltd.-logo.png)
DALIAN FRIENDSHIP (Group)Co.,Ltd. — Investor Relations & Filings
Dalian Friendship (Group) Co., Ltd. is a diversified enterprise primarily engaged in retail commerce, real estate development, and hotel management services. The company operates a network of department stores, supermarkets, and shopping centers, focusing on providing consumer goods and lifestyle services. Its real estate division focuses on the development and management of residential and commercial properties, while its hospitality segment includes the operation of hotels and related facilities. The company serves a broad customer base within the regional market, leveraging its established brand presence to integrate commercial retail with property development and management services.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股东会议事规则(2025年8月修订稿) | 2025-08-28 | Chinese | |
| 半年报董事会决议公告 | 2025-08-28 | Chinese | |
| 董事会议事规则(2025年8月修订稿) | 2025-08-28 | Chinese | |
| 关于召开2025年第三次临时股东会的通知 | 2025-08-28 | Chinese | |
| 2025年半年度报告摘要 | 2025-08-28 | Chinese | |
| 半年报财务报表 | 2025-08-28 | Chinese |
Browse filings by year
28 years- 2026 34 filings
- 2025 103 filings
- 2024 86 filings
- 2023 52 filings
- 2022 45 filings
- 2021 49 filings
- 2020 166 filings
- 2019 62 filings
- 2018 68 filings
- 2017 104 filings
- 2016 183 filings
- 2015 131 filings
- 2014 79 filings
- 2013 56 filings
- 2012 83 filings
- 2011 82 filings
- 2010 59 filings
- 2009 54 filings
- 2008 57 filings
- 2007 32 filings
- 2006 54 filings
- 2005 23 filings
- 2004 34 filings
- 2003 25 filings
- 2002 18 filings
- 2001 2 filings
- 1997 1 filing
- 1996 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 43060907 | 股东会议事规则(2025年8月修订稿) | 2025-08-28 | Chinese | ||
| 43060748 | 半年报董事会决议公告 | 2025-08-28 | Chinese | ||
| 43060719 | 董事会议事规则(2025年8月修订稿) | 2025-08-28 | Chinese | ||
| 43060693 | 关于召开2025年第三次临时股东会的通知 | 2025-08-28 | Chinese | ||
| 43060657 | 2025年半年度报告摘要 | 2025-08-28 | Chinese | ||
| 43060625 | 半年报财务报表 | 2025-08-28 | Chinese | ||
| 43060093 | 关于控股股东收到大连证监局警示函的公告 | 2025-08-20 | Chinese | ||
| 43060060 | 重大事项公告 | 2025-08-14 | Chinese | ||
| 43060002 | 关于重大诉讼的进展公告 | 2025-08-06 | Chinese | ||
| 43059956 | 股票交易异常波动公告 | 2025-08-05 | Chinese | ||
| 43059871 | 关于控股股东股份解除冻结的公告 | 2025-08-04 | Chinese | ||
| 43059831 | 股票交易异常波动公告 | 2025-07-31 | Chinese | ||
| 43059782 | 关于控股股东股份被冻结期限延长的公告 | 2025-07-16 | Chinese | ||
| 43059740 | 2025年半年度业绩预告 | 2025-07-14 | Chinese | ||
| 43059687 | 关于控股子公司土地增值税清算税款逾期的进展公告 | 2025-07-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other non-specialized retail sale
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1 800 FLOWERS COM INC
An e-commerce provider of gifts, specializing in floral pro…
|
FLWS | US | Wholesale and retail trade |
|
ABC S.A.
A retail company offering diverse consumer goods via physic…
|
— | CL | Wholesale and retail trade |
|
Adastria Co., Ltd.
A multi-brand company operating fashion and lifestyle brand…
|
2685 | JP | Wholesale and retail trade |
|
AEON Stores (Hong Kong) Co., Limited
Major retailer operating diverse GMS, malls, supermarkets, …
|
984 | HK | Wholesale and retail trade |
|
ALBERTO J. OLIVERO E HIJOS SA
Retail and distribution of home appliances, electronics, ho…
|
— | AR | Wholesale and retail trade |
|
AMERICANAS S.A. - EM RECUPERAÇÃO JUDICIAL
Integrated retail platform with physical and digital stores…
|
— | BR | Wholesale and retail trade |
|
AMWAY (M) HOLDINGS BHD
A direct selling company distributing health, wellness, and…
|
— | MY | Wholesale and retail trade |
|
Aterian, Inc.
A technology-enabled consumer products company that builds …
|
ATER | US | Wholesale and retail trade |
|
Avolta AG
A global travel experience provider in retail, food & bever…
|
DUFN | CH | Wholesale and retail trade |
|
AXAS HOLDINGS CO.,LTD.
A lifestyle company retailing and distributing a wide array…
|
3536 | JP | Wholesale and retail trade |
DALIAN FRIENDSHIP (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/53747/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53747 | 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=53747 | 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=53747 \ -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": 53747}, 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 DALIAN FRIENDSHIP (Group)Co.,Ltd. (id: 53747)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.