CRHK Company Data — Registry Records & Filings
Hong Kong Companies Registry data including company profiles, name history, and filed documents. Query via SQL or download CSV/Excel.
What's in the Data
-
300,000+ active Hong Kong companies
-
Name history and document filings
-
Updated daily from Companies Registry
Use Cases
Corporate due diligence and background checks
AML/KYC compliance screening
Market research on Hong Kong business landscape
Sample SQL Query
SELECT company_name, company_number, company_type, date_of_incorporation, company_status
FROM renavon_crhk_companies.main.crhk_companies
WHERE date_of_incorporation >= '2024-01-01'
ORDER BY date_of_incorporation 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 Hong Kong Companies Registry Data
Subscribe to get unlimited SQL queries, CSV/Excel downloads, and API access.