get_top_rated_stocks
Returns stocks most recommended by the best-performing analysts (by analyst track record).
Args:
num: Number of results
sector: Sector filter (financial, healthcare, technology, etc.) or empty for all
country: 'US', 'Canada', 'UK', 'Global'. NOTE: UK tickers use GB: prefix but country param is 'UK'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | ||
| sector | No | Lowercase sector filter: financial, healthcare, consumerdefensive, consumercyclical, utilities, materials, technology, industrials, energy, communicationservices, realestate (default: all sectors) | |
| country | No | 'US', 'Canada', 'UK', or 'Global' (default: US). UK tickers are returned with a 'GB:' prefix but the country value is still 'UK'. | US |