
FEDS — Investor Relations & Filings
Far Eastern Department Stores Co., Ltd. (FEDS) manages a network of large-scale shopping complexes and commercial centers under brands such as FE21' and FE City (MegA). Established in 1967, the company facilitates the sale of general merchandise, fashion, and household goods, complemented by gourmet grocery markets, fresh food services, and diverse dining and entertainment facilities. FEDS focuses on an omnichannel strategy, integrating physical locations with digital platforms through its mobile application and online shopping systems. The company’s service portfolio includes high-end supermarkets and a wide array of international culinary offerings. By combining traditional operations with modern technological solutions like smart customer service and loyalty programs, FEDS provides comprehensive lifestyle solutions. Its business model emphasizes the integration of online and offline systems to ensure shopping accessibility.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 103年12月董事會成員及持股 | 2015-01-12 | Chinese | |
| 103年12月背書保證與資金貸與 | 2015-01-09 | Chinese | |
| 103年12月營業收入 | 2015-01-09 | Chinese | |
| 澄清12月30日經濟日報C7版報導內容 | 2014-12-30 | Chinese | |
| 本公司代太平洋崇光(股)公司公告董事會決議通過以第三地現有 公司增資大陸孫公司天津遠東百貨有限公司 | 2014-12-18 | Chinese | |
| 遠東百貨(股)公司代太平洋崇光百貨(股)公司公告達 『公開發行公司資金貸與及背書保證處理準則』 第一項第三款及第四款之規定 | 2014-12-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2015
3 filings
| |||||
| 34152145 | 103年12月董事會成員及持股 | 2015-01-12 | Chinese | ||
| 34152158 | 103年12月背書保證與資金貸與 | 2015-01-09 | Chinese | ||
| 34152154 | 103年12月營業收入 | 2015-01-09 | Chinese | ||
|
2014
12 filings
| |||||
| 34150358 | 澄清12月30日經濟日報C7版報導內容 | 2014-12-30 | Chinese | ||
| 34150362 | 本公司代太平洋崇光(股)公司公告董事會決議通過以第三地現有 公司增資大陸孫公司天津遠東百貨有限公司 | 2014-12-18 | Chinese | ||
| 34150367 | 遠東百貨(股)公司代太平洋崇光百貨(股)公司公告達 『公開發行公司資金貸與及背書保證處理準則』 第一項第三款及第四款之規定 | 2014-12-18 | Chinese | ||
| 34150377 | 103年11月內部人持股異動(事後) | 2014-12-11 | Chinese | ||
| 34150370 | 103年11月董事會成員及持股 | 2014-12-11 | Chinese | ||
| 34150381 | 公開聲明回應投資人疑慮 | 2014-12-11 | Chinese | ||
| 34150393 | 103年11月營業收入 | 2014-12-10 | Chinese | ||
| 34150387 | 103年11月背書保證與資金貸與 | 2014-12-10 | Chinese | ||
| 34150399 | 代子公司太平洋流通投資股份有限公司回應媒體報導 | 2014-11-27 | Chinese | ||
| 34150402 | 代子公司太平洋流通投資股份有限公司回應媒體報導 | 2014-11-26 | Chinese | ||
| 34150405 | 本公司受邀參加103年11月25日中國信託證劵主辦的『2015年 產業展望論壇』,說明本公司103年第3季營運與財務概況。 | 2014-11-24 | Chinese | ||
| 34150425 | 103年11月法人說明會簡報 — 290320141124E001.pdf | 2014-11-24 | 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 |
FEDS 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/52225/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52225 | 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=52225 | 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=52225 \ -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": 52225}, 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 FEDS (id: 52225)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.