FarGlory Hotel Co., Ltd. — Investor Relations & Filings
Farglory Hotel Co., Ltd. operates a premier five-star resort destination situated on the coastal mountain range of Hualien, overlooking the Pacific Ocean. The company’s flagship property features approximately 400 guest rooms designed in a grand British Victorian architectural style. Its core business integrates luxury accommodation with comprehensive leisure services, including diverse dining options, international-standard banquet facilities, and professional meeting spaces. A key differentiator is its close integration with Farglory Ocean Park, combining a theme park, natural scenery, and high-end hospitality into a unified resort experience. The company also offers specialized outdoor adventure programs led by award-winning entertainment teams, featuring activities such as stand-up paddleboarding and river trekking. Targeting domestic and international leisure and business travelers, the company focuses on delivering high-quality, sustainable vacation experiences.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 114年年報及股東會資料 — 2025_2712_20260520FE4.pdf | 2026-04-30 | English | |
| 114年年報及股東會資料 — 2025_2712_20260520F04.pdf | 2026-04-30 | Chinese | |
| 114年第4季財務報告書 — 202504_2712_AIB.pdf | 2026-04-30 | English | |
| 公告115年第一季財務報告董事會預計召開日期為115年05月06日 | 2026-04-28 | Chinese | |
| 115年年報及股東會資料 — 2026_2712_20260520FE2.pdf | 2026-04-17 | English | |
| 115年年報及股東會資料 — 2026_2712_20260520F13.pdf | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39980471 | 114年年報及股東會資料 — 2025_2712_20260520FE4.pdf | 2026-04-30 | English | ||
| 39980458 | 114年年報及股東會資料 — 2025_2712_20260520F04.pdf | 2026-04-30 | Chinese | ||
| 40040359 | 114年第4季財務報告書 — 202504_2712_AIB.pdf | 2026-04-30 | English | ||
| 38028480 | 公告115年第一季財務報告董事會預計召開日期為115年05月06日 | 2026-04-28 | Chinese | ||
| 34652115 | 115年年報及股東會資料 — 2026_2712_20260520FE2.pdf | 2026-04-17 | English | ||
| 34652112 | 115年年報及股東會資料 — 2026_2712_20260520F13.pdf | 2026-04-17 | Chinese | ||
| 34652110 | 115年年報及股東會資料 — 2026_2712_20260520F17.pdf | 2026-04-17 | Chinese | ||
| 34652108 | 115年年報及股東會資料 — 2026_2712_20260520F02.pdf | 2026-04-17 | Chinese | ||
| 34652106 | 115年年報及股東會資料 — 2026_2712_20260520FE1.pdf | 2026-04-17 | English | ||
| 34652104 | 115年年報及股東會資料 — 2026_2712_20260520F01.pdf | 2026-04-17 | Chinese | ||
| 33872955 | 115年3月背書保證與資金貸與 | 2026-04-09 | Chinese | ||
| 33872952 | 115年3月營業收入 | 2026-04-09 | Chinese | ||
| 33789102 | 115年03月內部人持股異動(事後) | 2026-04-08 | Chinese | ||
| 33789097 | 115年03月董事會成員及持股 | 2026-04-08 | Chinese | ||
| 34025585 | 114年度財務比率 | 2026-03-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Hotels and similar accommodation activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Anhui Jiuhuashan Tourism Development Co., Ltd.
Manages cableways, hotels, and transport services for the J…
|
603199 | CN | Accommodation and food service … |
|
Apeejay Surrendra Park Hotels Limited
Owns and operates luxury boutique hotels and the Flurys con…
|
PARKHOTELS | IN | Accommodation and food service … |
|
Arena Hospitality Group d.d.
Operates and develops a portfolio of hotels, apartment comp…
|
ARNT | HR | Accommodation and food service … |
|
Aruna Hotels Ltd.
Owns and manages hotel properties with lodging, dining, and…
|
500016 | IN | Accommodation and food service … |
|
ASHFORD HOSPITALITY TRUST INC
A REIT investing in a diversified portfolio of branded, upp…
|
AHT | US | Accommodation and food service … |
|
Asian Hotels (East) Limited
Owns and operates luxury hotel properties, including the fi…
|
AHLEAST | IN | Accommodation and food service … |
|
Asian Hotels (North) Limited
Owns and manages luxury hospitality assets, including the H…
|
ASIANHOTNR | IN | Accommodation and food service … |
|
Asian Hotels (West) Ltd
Owns and operates luxury hotels, including the Hyatt Regenc…
|
AHLWEST | IN | Accommodation and food service … |
|
ATA TURİZM İŞLETMECİLİK TAŞIMACILIK MADENCİLİK KUYUMCULUK SANAYİ VE DIŞ TİCARET A.Ş.
Multi-sectoral firm specializing in hospitality, retail, mi…
|
ATATR | TR | Accommodation and food service … |
|
Atour Lifestyle Holdings Ltd
A lifestyle group operating integrated hospitality and reta…
|
ATAT | US | Accommodation and food service … |
FarGlory Hotel 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/52187/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52187 | 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=52187 | 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=52187 \ -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": 52187}, 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 FarGlory Hotel Co., Ltd. (id: 52187)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.