
Pacific Legend Group Limited — Investor Relations & Filings
Pacific Legend Group Limited is an investment holding company primarily engaged in the distribution, sale, and rental of home furniture and accessories. The company offers a comprehensive product portfolio encompassing major items such as sofas, dining tables, beds, cushions, and tableware. Pacific Legend operates through distinct business segments, including general retail and commercial solutions. The commercial solutions segment specifically targets B2B clients, serving real estate developers, general enterprises, hotel management companies, and operators of serviced apartments. The company maintains operational presence in key geographical markets, including Hong Kong and the United Arab Emirates.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| COMPANY INFORMATION SHEET | 2026-05-05 | English | |
| NEXT DAY DISCLOSURE RETURN | 2026-05-05 | English | |
| COMPLETION OF THE RIGHTS ISSUE ON THE BASIS OF ONE (1) RIGHTS SHARE FOR EVERY TWO (2) SHARES HELD ON THE RECORD DATE | 2026-05-04 | English | |
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 30 APRIL 2026 | 2026-05-04 | English | |
| (1) RESULTS OF THE VALID ACCEPTANCES AND APPLICATIONS FOR THE RIGHTS ISSUE; AND (2) NUMBER OF UNSUBSCRIBED SHARES (INCLUDING NQS UNSOLD RIGHTS SHARES) SUBJECT TO THE COMPENSATORY ARRANGEMENTS | 2026-04-16 | English | |
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 31 MARCH 2026 | 2026-04-01 | English |
Browse filings by year
9 yearsMarket data
Market data not available
Price history
Peer group · Wholesale of household, office and shop furniture, carpets and lighting equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SMJ International Holdings Inc.
Specialist distributor of commercial carpet and vinyl floor…
|
SMJF | SG | Wholesale and retail trade |
|
Vega corporation Co.,Ltd.
An e-commerce company specializing in private brand furnitu…
|
3542 | JP | Wholesale and retail trade |
|
Voyatzoglou S.A.
Offers equipment for retail/logistics and distributes techn…
|
VOSYS | GR | Wholesale and retail trade |
Pacific Legend Group Limited 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/51497/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51497 | 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=51497 | 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=51497 \ -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": 51497}, 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 Pacific Legend Group Limited (id: 51497)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.