GET/api/search/stocks

Search ASX stocks by code or name

Case-insensitive substring match over a curated in-process list of ~70 well-known ASX securities (not the full ASX register, and not the short-position corpus). Returns at most 10 results. For programmatic search over the full corpus use the Connect-RPC SearchService.

Parameters

qqueryRequired

Ticker or partial company name, e.g. `BHP` or `Commonwealth`. An empty or missing value returns an empty result list.

string

Responses

200Matching stocks, capped at 10.
application/json
object
resultsarray
Array Items:
429Rate limited (per-minute browser bucket).
500Search failed.
curl -X GET "https://api.shorted.com.au/api/search/stocks" \
  -H "Content-Type: application/json"