About
This skill provides a high-performance framework for filtering and analyzing financial asset universes, specifically optimized for Alpaca API workflows. It addresses common bottlenecks in I/O-bound data fetching and CPU-bound statistical analysis by implementing robust ThreadPoolExecutor patterns, smart incremental caching, and SQL-level filtering. By capping parallel workers to prevent API rate limits and eliminating redundant computations like asset type detection, it significantly reduces processing time for large candidate lists, turning a 30-minute task into a sub-8-minute operation.