
GUANGDONG GOLDEN DRAGON DEVELOPMENT INC. — Investor Relations & Filings
Guangdong Golden Dragon Development Inc. is a diversified enterprise primarily focused on financial services and capital market operations. The company operates extensively in securities brokerage, investment banking, and asset management, largely through its strategic holdings in financial institutions such as Zhongshan Securities Co., Ltd. Its core business activities encompass securities underwriting, financial advisory, investment consulting, and wealth management services. While the firm maintains historical interests in manufacturing sectors, including textile production, its primary strategic focus is the provision of comprehensive financial solutions to institutional and individual clients. The company emphasizes the integration of professional financial expertise with market-driven strategies to facilitate capital growth and investment efficiency.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于股东股份解除冻结和被冻结的公告 | 2026-05-20 | Chinese | |
| 广发证券股份有限公司关于公司重大资产出售之2025年度持续督导意见 | 2026-05-11 | Chinese | |
| 2025年年度审计报告 | 2026-04-28 | Chinese | |
| 总经理工作制度 | 2026-04-28 | Chinese | |
| 投资者关系管理制度 | 2026-04-28 | Chinese | |
| 对外投资管理制度 | 2026-04-28 | Chinese |
Browse filings by year
27 years- 2026 64 filings
- 2025 123 filings
- 2024 189 filings
- 2023 145 filings
- 2022 98 filings
- 2021 112 filings
- 2020 125 filings
- 2019 111 filings
- 2018 139 filings
- 2017 134 filings
- 2016 161 filings
- 2015 104 filings
- 2014 127 filings
- 2013 141 filings
- 2012 96 filings
- 2011 37 filings
- 2010 55 filings
- 2009 109 filings
- 2008 64 filings
- 2007 118 filings
- 2006 67 filings
- 2005 21 filings
- 2004 27 filings
- 2003 32 filings
- 2002 27 filings
- 2001 3 filings
- 1997 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46703063 | 关于股东股份解除冻结和被冻结的公告 | 2026-05-20 | Chinese | ||
| 45016803 | 广发证券股份有限公司关于公司重大资产出售之2025年度持续督导意见 | 2026-05-11 | Chinese | ||
| 43313882 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 43313875 | 总经理工作制度 | 2026-04-28 | Chinese | ||
| 43313866 | 投资者关系管理制度 | 2026-04-28 | Chinese | ||
| 43313859 | 对外投资管理制度 | 2026-04-28 | Chinese | ||
| 43313851 | 募集资金管理制度 | 2026-04-28 | Chinese | ||
| 43313844 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 43313837 | 第十届董事会第二十八次会议决议公告 | 2026-04-28 | Chinese | ||
| 43313832 | 关于公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-04-28 | Chinese | ||
| 43313828 | 董事会关于独立董事独立性情况的专项意见 | 2026-04-28 | Chinese | ||
| 43313821 | 拟续聘会计师事务所的公告 | 2026-04-28 | Chinese | ||
| 43313815 | 2025年度独立董事述职报告(潘培豪) | 2026-04-28 | Chinese | ||
| 43313809 | 2025年度社会责任报告 | 2026-04-28 | Chinese | ||
| 43313802 | 信息披露暂缓与豁免管理制度 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other financial service activities n.e.c., except insurance and pension funding activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1285081 Ontario Inc.
An active reporting issuer with undisclosed core business a…
|
— | CA | Financial and insurance activit… |
|
1797729 Ontario Inc.
Gold-focused royalty and stream company acquiring royalties…
|
OR | CA | Financial and insurance activit… |
|
5D Acquisition Corp.
Capital Pool Company (CPC) seeking a Qualifying Transaction…
|
FIVD.P | CA | Financial and insurance activit… |
|
786 Investments Limited
Offers asset, wealth management, investment advisory, and f…
|
786 | PK | Financial and insurance activit… |
|
9F Inc.
Operates a digital financial account platform for personali…
|
JFU | US | Financial and insurance activit… |
|
A1 CAPİTAL YATIRIM MENKUL DEĞERLER A.Ş.
A brokerage and investment firm offering capital market and…
|
A1CAP | TR | Financial and insurance activit… |
|
A2ZCryptocap
Identifies and evaluates potential assets or operating busi…
|
AZC-P | CA | Financial and insurance activit… |
|
A3 Mercados S.A.
Operates a robust and secure market for financial and agric…
|
— | AR | Financial and insurance activit… |
|
AA Mission Acquisition Corp.
A special purpose acquisition company targeting the food an…
|
AAM | US | Financial and insurance activit… |
|
ABC arbitrage
Quantitative trading and asset management firm using market…
|
ABCA | FR | Financial and insurance activit… |
GUANGDONG GOLDEN DRAGON DEVELOPMENT INC. 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/53771/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53771 | 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=53771 | 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=53771 \ -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": 53771}, 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 GUANGDONG GOLDEN DRAGON DEVELOPMENT INC. (id: 53771)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.