
UNUSUAL LIMITED — Investor Relations & Filings
UnUsUaL Limited, established in 1997, began as a business specializing in the rental of stage, sound, and lighting equipment. Leveraging over two decades of operational history, the company has evolved into a prominent producer and promoter of large-scale live events and concerts across Asia. It focuses on bringing both Asian and international artistes to audiences, with operations extending to markets such as Malaysia and Australia. The company also functions as an investment holding entity.
Recent filings
Browse filings by year
2 yearsMarket data
Market data not available
Price history
Peer group · Other support activities to arts creation and performing arts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Lucid Entertainment Inc.
Specialized provider of mobile DJ, sound, and lighting for …
|
— | CA | Arts, sports and recreation |
|
PIA CORPORATION
A multifaceted entertainment company specializing in ticket…
|
4337 | JP | Arts, sports and recreation |
|
Qing Hua Holding Group Company Limited
Diversified holding company specializing in media, entertai…
|
8082 | HK | Arts, sports and recreation |
|
Sino-Life Group Limited
Provides funeral services and biotechnological products spe…
|
8296 | HK | Arts, sports and recreation |
|
Touchwood Entertainment Limited
Provides event management and production for weddings, corp…
|
TOUCHWOOD | IN | Arts, sports and recreation |
|
XOX NETWORKS BERHAD
Investment holding in entertainment, offering event, PR, ti…
|
— | MY | Arts, sports and recreation |
UNUSUAL 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/67121/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=67121 | 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=67121 | 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=67121 \ -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": 67121}, 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 UNUSUAL LIMITED (id: 67121)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.