HKEX Director Dealings — Insider Trading Disclosures
HKEX director appointments, resignations, and share dealings data. Track insider trading and corporate governance changes. Query via SQL or download.
What's in the Data
-
All HKEX-listed company director disclosures
-
Share dealings with transaction details
-
Disclosure category codes for filtering
Use Cases
Track insider buying and selling patterns before earnings
Monitor corporate governance changes at listed companies
Research director networks across Hong Kong listed firms
Sample SQL Query
SELECT company_name, director_name, event_type, event_date, shares_involved
FROM renavon_hkex_disclosures.main.hkex_disclosures
WHERE event_date >= '2024-01-01'
ORDER BY event_date DESC
LIMIT 10
Access data using SQL queries via the API, or download as CSV/Excel. Learn how to connect.
How to Access This Data
Query with SQL
Query via the REST API and write SQL queries directly. Works with Python, R, curl, or any HTTP client.
Learn how to connect →Download CSV or Excel
Download full or filtered datasets as CSV or Excel files directly from the dataset page. No coding required.
Go to dataset page →AI Agents
Query this data from Claude Desktop, Cursor, or any AI assistant using your API key and the REST query endpoint.
Set up MCP access →Get Access to HKEX Director Disclosures Data
Subscribe to get unlimited SQL queries, CSV/Excel downloads, and API access.