HKJC Odds — Real-Time Market Movements
HKJC odds time-series updated every minute from midnight on raceday. Complete odds history since December 2021. Query via SQL or download.
What's in the Data
-
Odds snapshots every minute from midnight on raceday
-
All pool types: WIN, PLACE, QUINELLA, FORECAST, and more
-
Complete history since December 2021
Use Cases
Track odds movements to identify market patterns
Build machine learning models for odds prediction
Analyse betting market efficiency across pool types
Sample SQL Query
SELECT race_date, race_number, horse_number, pool_type, odds, snapshot_time
FROM renavon_hkjc_odds_combinations.main.hkjc_odds_combinations
WHERE race_date = '2024-06-01'
ORDER BY snapshot_time
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 Horse Racing Odds Data
Subscribe to get unlimited SQL queries, CSV/Excel downloads, and API access.