scores_for_tickers
Retrieve current quality scores for any list of stock tickers, using default or custom saved scoring systems. Results are sorted by score, with unmatched tickers omitted.
Instructions
Return current scores for a specific list of tickers.
Looks up the latest score for each requested ticker under the default quality
score, or under a saved scoring system when scoring_system_id is given (which
requires being signed in and owning that system). Tickers with no score are
omitted from the response. Results are sorted by quality score descending.
Rows are slimmed for MCP by default (duplicates as ticker strings,
description truncated); pass full_rows=True for the raw backend payload.
Args: tickers: Exact ticker symbols to score (e.g. ["AAPL", "MSFT", "ASML.AS"]). scoring_system_id: Optional saved scoring-system id; omit for default scoring. full_rows: Return unmodified rows (embedded duplicate rows, full descriptions).
Returns:
dict: A ScoreListResponse with data (one row per found ticker),
pagination (total_count = number found), and aggregates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ||
| full_rows | No | ||
| scoring_system_id | No |