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-04-25 | Chinese | |
| 年度股东大会通知 | 2025-04-25 | Chinese | |
| 年度关联方资金占用专项审计报告 | 2025-04-25 | Chinese | |
| 2025年第一次临时股东会法律意见书 | 2025-04-09 | Chinese | |
| 2025年第一次临时股东会决议公告 | 2025-04-09 | Chinese | |
| 关于召开2025年第一次临时股东会的提示性公告 | 2025-04-02 | 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
| |||||
| 43057397 | 内部控制自我评价报告 | 2025-04-25 | Chinese | ||
| 43057362 | 年度股东大会通知 | 2025-04-25 | Chinese | ||
| 43057316 | 年度关联方资金占用专项审计报告 | 2025-04-25 | Chinese | ||
| 43056943 | 2025年第一次临时股东会法律意见书 | 2025-04-09 | Chinese | ||
| 43056624 | 2025年第一次临时股东会决议公告 | 2025-04-09 | Chinese | ||
| 43056572 | 关于召开2025年第一次临时股东会的提示性公告 | 2025-04-02 | Chinese | ||
| 43056519 | 独立董事提名人声明 | 2025-03-24 | Chinese | ||
| 43056328 | 第十届董事会第十一次会议决议公告 | 2025-03-24 | Chinese | ||
| 43056284 | 独立董事候选人声明 | 2025-03-24 | Chinese | ||
| 43056248 | 关于召开2025年第一次临时股东会的通知 | 2025-03-24 | Chinese | ||
| 43056116 | 关于董事辞职暨补选董事的公告 | 2025-03-24 | Chinese | ||
| 43056063 | 股票交易异常波动公告 | 2025-02-27 | Chinese | ||
| 43055998 | 2024年度业绩预告 | 2025-01-24 | Chinese | ||
| 43055922 | 关于申请银行授信的公告 | 2025-01-22 | Chinese | ||
| 43055873 | 第十届董事会第十次会议决议公告 | 2025-01-22 | 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.