Screens and Filters
This module allows users to apply various filters and screens to a comprehensive dataset of financial and market factors.
Screens and Filters Module
Overview
Key Features
Usage
import sovai as sov
# Authenticate
sov.token_auth(token="your_authentication_token")
# Load comprehensive factor data
df_comprehensive = sov.data("factors/comprehensive")Available Methods and Functionality
1. Get Latest Data
2. Select Stocks by Market Cap
3. Apply Custom Queries
4. Chaining Operations
Example Use Case
Conclusion
Last updated