list_universe
Retrieve the complete list of stock tickers tracked by QuantVibe, including total count and effective date, to verify asset coverage before querying signals.
Instructions
List all stock tickers tracked by the quantitative research and signal generation pipeline.
Use this tool to inspect the active universe of assets covered by QuantVibe before querying
specific signals or checking market coverage.
Returns:
A dictionary containing:
- universe: Sorted list of ticker symbols (e.g. ['AAPL', 'MSFT', 'NVDA']).
- count: Total number of instruments in the universe.
- as_of: Effective date of the asset universe configuration (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |