racing_movers
Identify runners with sharp market price moves (firming/drifting). Confirm with multiple bookmakers to filter genuine movers from noise.
Instructions
Runners whose price has moved sharply across the market — firming (shortening) or drifting (lengthening). Use this for 'what's being backed', 'any big movers today', or market-sentiment questions. A move confirmed by several bookmakers is more meaningful than one book repricing, so min_books guards against reading noise as a signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max runners returned. | |
| country | No | ISO country codes, e.g. 'AU'. | |
| direction | No | Omit for both. | |
| min_books | No | How many bookmakers must show the move before it counts. Default 3. | |
| categories | No | horse, greyhound, harness. | |
| min_move_pct | No | Minimum percentage move. Default 10. |