HKJC Race Results — Historical & Live Data
Download Hong Kong horse racing results from the 1970s to today. Query via SQL, download CSV/Excel. Updated after every race meeting.
What's in the Data
-
Race results from the 1970s to today
-
Updated within hours of each race meeting
-
11 datasets including horses, jockeys, trainers, and dividends
Use Cases
Build predictive models for Hong Kong horse racing
Analyse jockey and trainer performance trends over decades
Research historical race patterns and track conditions
Sample SQL Query
SELECT race_date, race_number, horse_name, finishing_position, win_odds
FROM renavon_hkjc_race_results.main.hkjc_race_results
WHERE race_date >= '2024-01-01'
ORDER BY race_date DESC
LIMIT 10
Access data using SQL queries on MotherDuck/DuckDB, or download as CSV/Excel. Learn how to connect.
How to Access This Data
Query with SQL
Connect via DuckDB or MotherDuck and write SQL queries directly. Works with Python, R, DBeaver, DataGrip, and any DuckDB-compatible 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 MCP-compatible AI assistant using the MotherDuck MCP server.
Set up MCP access →Get Access to Hong Kong Horse Racing Results Data
Subscribe to get unlimited SQL queries, CSV/Excel downloads, and API access.