
Success Dragon International Holdings Limited — Investor Relations & Filings
Success Dragon International Holdings Limited is an investment holding company engaged in diversified business operations. Its primary activities include the processing and trading of gold and precious metals. The company also provides outsourced business process management services and management services related to electronic gaming equipment. Furthermore, it offers trade finance services. The company's operations are focused on markets such as Hong Kong and Macau.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| TERMS OF REFERENCE OF NOMINATION COMMITTEE | 2025-06-27 | English | |
| TERMS OF REFERENCE OF AUDIT COMMITTEE | 2025-06-27 | English | |
| FINAL RESULTS ANNOUNCEMENT FOR THE YEAR ENDED 31 MARCH 2025 | 2025-06-27 | English | |
| DATE OF BOARD MEETING | 2025-06-09 | English | |
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 31 MAY 2025 | 2025-06-02 | English | |
| MONTHLY RETURN OF EQUITY ISSUER ON MOVEMENTS IN SECURITIES FOR THE MONTH ENDED 30 APRIL 2025 | 2025-05-02 | English |
Market data
Market data not available
Price history
Peer group · International trade financing activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DESTEK YATIRIM BANKASI A.Ş.
Investment bank offering transaction banking and foreign tr…
|
DTBMK | TR | Financial and insurance activit… |
|
DF Deutsche Forfait AG
A specialist in foreign trade financing and non-recourse pu…
|
DFTK | DE | Financial and insurance activit… |
|
FOREIGN TRADE BANK OF LATIN AMERICA, INC.
A multinational bank providing trade finance solutions in L…
|
BLX | US | Financial and insurance activit… |
|
TÜRKİYE İHRACAT KREDİ BANKASI A.Ş.
Official export credit agency providing credit, insurance, …
|
EXIMB | TR | Financial and insurance activit… |
Success Dragon International Holdings 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/49750/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=49750 | 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=49750 | 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=49750 \ -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": 49750}, 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 Success Dragon International Holdings Limited (id: 49750)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.