
Shane Global — Investor Relations & Filings
Shane Global Holding Inc., operating under the brand SHAYNE Furniture, is a vertically integrated manufacturer of premium interior and outdoor furniture. Established in 1999, the group specializes in Original Design Manufacturing (ODM) and Made-To-Order (MTO) services, catering exclusively to the B2B sector. Its product range includes upholstered sofas, modular seating, beds, case goods, and dining sets. The company serves high-end furniture retailers, five-star hospitality projects, and luxury residential developers across North America, Europe, and Asia. SHAYNE Furniture maintains a fully integrated supply chain, encompassing leather production, foam manufacturing, and metalwork. This infrastructure supports rapid production cycles, flexible minimum order quantities, and large-scale customization of over one million SKUs. Operations are supported by extensive manufacturing facilities in China and Cambodia.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司董事會通過115年第一季度合併財務報告 | 2026-05-13 | Chinese | |
| 依「公開發行公司 資金貸與及背書保證處理準則」第二十五條 第一項第四款規定公告 | 2026-05-13 | Chinese | |
| 115年年報及股東會資料 — 2026_8482_20260612FE2.pdf | 2026-05-12 | English | |
| 115年年報及股東會資料 — 2026_8482_20260612F02.pdf | 2026-05-12 | Chinese | |
| 115年年報及股東會資料 — 2026_8482_20260612F13.pdf | 2026-05-12 | Chinese | |
| 115年年報及股東會資料 — 2026_8482_20260612F17.pdf | 2026-05-12 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46367382 | 公告本公司董事會通過115年第一季度合併財務報告 | 2026-05-13 | Chinese | ||
| 46367297 | 依「公開發行公司 資金貸與及背書保證處理準則」第二十五條 第一項第四款規定公告 | 2026-05-13 | Chinese | ||
| 46098613 | 115年年報及股東會資料 — 2026_8482_20260612FE2.pdf | 2026-05-12 | English | ||
| 46098542 | 115年年報及股東會資料 — 2026_8482_20260612F02.pdf | 2026-05-12 | Chinese | ||
| 46098308 | 115年年報及股東會資料 — 2026_8482_20260612F13.pdf | 2026-05-12 | Chinese | ||
| 46098238 | 115年年報及股東會資料 — 2026_8482_20260612F17.pdf | 2026-05-12 | Chinese | ||
| 46098159 | 115年年報及股東會資料 — 2026_8482_20260612FE1.pdf | 2026-05-12 | English | ||
| 46098065 | 115年年報及股東會資料 — 2026_8482_20260612F01.pdf | 2026-05-12 | Chinese | ||
| 45726293 | 115年4月背書保證與資金貸與 | 2026-05-11 | Chinese | ||
| 45707667 | 115年4月營業收入 | 2026-05-11 | Chinese | ||
| 34387463 | 115年4月10日內部人設質解質 | 2026-04-13 | Chinese | ||
| 33992511 | 115年3月背書保證與資金貸與 | 2026-04-10 | Chinese | ||
| 33989824 | 115年3月營業收入 | 2026-04-10 | Chinese | ||
| 33788990 | 115年03月內部人持股異動(事後) | 2026-04-08 | Chinese | ||
| 33788985 | 115年03月董事會成員及持股 | 2026-04-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wooden furniture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMERICAN WOODMARK CORP
A manufacturer of kitchen and bath cabinetry for new constr…
|
AMWD | US | Manufacturing |
|
A-ZENITH HOME FURNISHINGS CO., LTD.
Manufacturer of high-end furniture blending classical and c…
|
603389 | CN | Manufacturing |
|
BASSETT FURNITURE INDUSTRIES INC
A manufacturer and retailer of customizable mid- to high-en…
|
BSET | US | Manufacturing |
|
BASWELL RESOURCES BERHAD
An investment holding company providing management services…
|
— | MY | Manufacturing |
|
Cleanup Corporation
Manufacturer of systemized kitchens, bathrooms, and commerc…
|
7955 | JP | Manufacturing |
|
Công ty Cổ phần Đầu tư BKG Việt Nam
Diversified economic group in wood products, food, agricult…
|
BKG | VN | Manufacturing |
|
Công ty Cổ phần Hợp tác Kinh tế và Xuất nhập khẩu Savimex
Prominent manufacturer, processor, and exporter of high-qua…
|
SAV | VN | Manufacturing |
|
Công ty Cổ phần Tập đoàn Kỹ nghệ Gỗ Trường Thành
A leading manufacturer and exporter of wooden furniture, sp…
|
TTF | VN | Manufacturing |
|
DPS RESOURCES BERHAD
An investment holding company with diversified interests in…
|
— | MY | Manufacturing |
|
ETHAN ALLEN INTERIORS INC
Vertically integrated manufacturer and retailer of custom h…
|
ETD | US | Manufacturing |
Shane Global 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/52755/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52755 | 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=52755 | 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=52755 \ -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": 52755}, 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 Shane Global (id: 52755)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.